vendor:
WordPress Core
by:
Milad Karimi (Ex3ptionaL)
6.1
CVSS
HIGH
Directory Traversal
22
CWE
Product Name: WordPress Core
Affected Version From: 6.2
Affected Version To: 6.2
Patch Exists: NO
Related CWE: CVE-2023-2745
CPE: a:wordpress:wordpress:6.2
Platforms Tested: Windows, Ubuntu
2025
WordPress Core 6.2 – Directory Traversal
The WordPress Core version 6.2 is vulnerable to a directory traversal attack. An attacker can manipulate input in a way that allows them to access files outside of the intended directory, such as sensitive system files like /etc/passwd. This vulnerability is identified as CVE-2023-2745.
Mitigation:
To mitigate this vulnerability, it is recommended to sanitize user input and validate file paths to prevent directory traversal attacks. Additionally, access controls should be implemented to restrict unauthorized access to sensitive files.