
This repository features a Nuclei template specifically designed to detect the Path Traversal vulnerability (CVE-2025-25163) in the Plugin A/B Image Optimizer for WordPress. This vulnerability poses a critical security risk, allowing unauthorized access to sensitive server files.
This repository features a Nuclei template specifically designed to detect the Path Traversal vulnerability (CVE-2025-25163) in the Plugin A/B Image Optimizer for WordPress. This vulnerability poses a critical security risk, allowing unauthorized access to sensitive server files.
CVE-2025-25163 is a path traversal vulnerability that permits attackers to manipulate file paths, enabling access to files beyond the intended directory structure. Exploitation of this vulnerability can result in the exposure of sensitive data, compromising the confidentiality and integrity of the system.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:NThis Nuclei template attempts to exploit the path traversal vulnerability by targeting the /etc/passwd file—a standard technique for testing such vulnerabilities.
To utilize this template with Nuclei, ensure that you have Nuclei installed. Run the following command in your terminal:
nuclei -t path/to/template.yaml -u <target_url>
This template was developed by rootharpy. For inquiries or contributions, please reach out via GitHub.