CVE-2023-53975: Atom CMS 2.0 Unauthenticated SQL Injection via Admin Index Page
Atom CMS 2.0 contains an unauthenticated SQL injection vulnerability that allows remote attackers to manipulate database queries through unvalidated parameters. Attackers can inject malicious SQL code in the 'id' parameter of the admin index page to execute time-based blind SQL injection attacks.
Security readout for executives and security teams
Plain-English summary
Atom CMS 2.0 has a critical unauthenticated SQL injection issue. A remote attacker may be able to interfere with database queries through the admin index page, risking sensitive data exposure and data modification. Public exploit material is referenced, but active exploitation is not established by the supplied sources.
Executive priority
Prioritize this as an urgent exposure-management item for any Atom CMS 2.0 deployment. The issue is remote, unauthenticated, critical severity, and has public exploit material, but the supplied evidence does not prove active exploitation.
Technical view
CVE-2023-53975 is CWE-89 SQL injection in Atom CMS 2.0. The supplied description identifies the admin index page id parameter as insufficiently validated, enabling time-based blind SQL injection. CVSS v4.0 is 9.3, with high confidentiality and integrity impact and low availability impact.
Likely exposure
Exposure appears limited to thedigicraft Atom CMS version 2.0, especially where the admin index page is reachable over a network or internet-facing. The source bundle does not identify affected CPEs, other versions, hosting patterns, or default deployment prevalence.
Exploitation context
The bundle includes an ExploitDB reference tagged as exploit, indicating public exploit material exists. KEV is false, and the provided sources do not state active exploitation in the wild. Treat reachable Atom CMS 2.0 instances as high priority because no authentication is required.
Researcher notes
Focus validation on confirmed Atom CMS 2.0 assets and reachability of the admin index page. Avoid assuming other versions are affected. The bundle does not name an official patch, so remediation tracking should start with vendor repository and advisory updates.
Mitigation direction
Identify any Atom CMS 2.0 deployments and owners immediately.
Check vendor and VulnCheck guidance for fixed versions or official remediation.
Restrict network access to the admin index page until remediated.
Place affected instances behind authentication or trusted IP allowlists where feasible.
Plan replacement or decommissioning if no maintained fix is available.
Validation and detection
Confirm whether Atom CMS is deployed and whether version 2.0 is present.
Verify whether the admin index page is externally reachable.
Review web logs for unusual requests involving the admin index id parameter.
Check database and CMS audit logs for unexpected reads or modifications.
Document compensating controls and retest reachability after changes.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-89: Database access and collection lookup
Injection into data stores can inform collection, data access, and exfiltration detection reviews. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
The CVE wording references database injection or access, so collection and exfiltration review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
2CVSS vectors
3Timeline events
1ADP providers
4Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: yesTechnical Impact: total
CVSS vector scores
2 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-89 · source CWE mapping
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.