cbcvebase.
CVE-2022-28032
published 2022-04-12

CVE-2022-28032: AtomCMS 2.0 is vulnerable to SQL Injection via Atom.CMS_admin_ajax_pages.php

PriorityP261critical9.8CVSS 3.1
AVNACLPRNUINSUCHIHAH
EXPLOIT
EPSS
5.92%
92.3th percentile
AtomCMS 2.0 is vulnerable to SQL Injection via Atom.CMS_admin_ajax_pages.php

Affected

1 ranges
VendorProductVersion rangeFixed in
thedigitalcraftatomcms

Detection & IOCsextracted from sources · hover to see the quote

url/admin/ajax/pages.php?id=(sleep(6))
path/admin/ajax/pages.php
commandid=(sleep(6))
  • Time-based blind SQL injection: send GET request to /admin/ajax/pages.php with id parameter containing sleep(6); a response duration >= 6 seconds with HTTP 200 and body containing 'Page Deleted' indicates successful exploitation.
  • Response body should contain the string 'Page Deleted' as part of the exploitation confirmation condition.
  • Detection requires all three conditions simultaneously: response duration >= 6 seconds, HTTP status 200, and body containing 'Page Deleted'.
  • ·The exploit uses a 20-second HTTP timeout to accommodate the time-based sleep payload; standard shorter timeouts will cause false negatives.
  • ·Vulnerability is unauthenticated (PR:N) per CVSS scoring, meaning no credentials are required to exploit the SQL injection endpoint.

CVSS provenance

nvdv3.19.8CRITICALCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
nvdv2.07.5HIGHAV:N/AC:L/Au:N/C:P/I:P/A:P
CVEs like this are exactly what “Exploited This Week” covers.

Every Monday: what got weaponized or added to CISA KEV in the last seven days — each CVE cross-linked to its PoC, Nuclei template, and detection rule. Free, one email a week, unsubscribe in one click.