CVE-2026-46382
Received Received - Intake

Open Redirect in Meeting Room Booking System

Vulnerability report for CVE-2026-46382, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-13

Last updated on: 2026-08-13

Assigner: GitHub, Inc.

Description

The Meeting Room Booking System (MRBS) is a PHP-based application for booking meeting rooms. Prior to version 1.12.2, a user-supplied private/local URI can be made to be fetched without checks. Version 1.12.2 contains a fix. No known workarounds are available.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-13
Last Modified
2026-08-13
Generated
2026-08-13
AI Q&A
2026-08-13
EPSS Evaluated
N/A
NVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
meeting_room_booking_system mrbs to 1.12.2 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-918 The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a server-side request forgery (SSRF) in the Meeting Room Booking System (MRBS) affecting versions prior to 1.12.2. An authenticated user can supply a private or local URI that the system attempts to fetch without proper validation. This allows reading local network resources or server-local files as if they were iCal files, though the attacker cannot see the results of the request.

Detection Guidance

To detect this vulnerability, check if your MRBS version is prior to 1.12.2. Run commands like 'grep -r "version" /path/to/mrbs/' or check the version in the web interface. If vulnerable, update to version 1.12.2 or later immediately.

Impact Analysis

An attacker could exploit this to access internal network resources or files on the server, potentially leading to data leaks or further attacks. However, the attacker cannot view the fetched data, limiting the immediate impact to reconnaissance.

Compliance Impact

This vulnerability could lead to unauthorized access to sensitive data, which may violate compliance requirements such as GDPR or HIPAA if personal or health information is exposed. Organizations using affected versions should patch immediately to avoid potential regulatory penalties.

Mitigation Strategies

Upgrade MRBS to version 1.12.2 or later. No workarounds are available, so patching is required. Ensure the update is applied to all instances of the system to prevent exploitation.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-46382. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart