46 lines
1.3 KiB
YAML
46 lines
1.3 KiB
YAML
id: CVE-2014-4942
|
|
|
|
info:
|
|
name: WordPress EasyCart <2.0.6 - Information Disclosure
|
|
author: DhiyaneshDk
|
|
severity: low
|
|
description: |
|
|
WordPress EasyCart plugin before 2.0.6 contains an information disclosure vulnerability. An attacker can obtain configuration information via a direct request to inc/admin/phpinfo.php, which calls the phpinfo function.
|
|
reference:
|
|
- https://wpscan.com/vulnerability/64ea4135-eb26-4dea-a13f-f4c1deb77150
|
|
- https://codevigilant.com/disclosure/wp-plugin-wp-easycart-information-disclosure
|
|
- https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-4942
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2014-4942
|
|
classification:
|
|
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cve-id: CVE-2014-4942
|
|
cwe-id: CWE-200
|
|
tags: wpscan,cve,cve2014,wordpress,wp-plugin,wp,phpinfo,disclosure
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/wp-content/plugins/wp-easycart/inc/admin/phpinfo.php"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "PHP Extension"
|
|
- "PHP Version"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
extractors:
|
|
- type: regex
|
|
part: body
|
|
group: 1
|
|
regex:
|
|
- '>PHP Version <\/td><td class="v">([0-9.]+)'
|
|
|
|
# Enhanced by mp on 2022/09/30
|