CVE-2026-46682 PUBLISHED

BigBlueButton: Blind SQL Injection AUTH (Moderator)

Assigner: GitHub_M
Reserved: 15.05.2026 Published: 20.08.2026 Updated: 20.08.2026

BigBlueButton is an open-source virtual classroom. Prior to 3.0.23, BigBlueButton allowed authenticated moderators to inject SQL through the meetingId and userId values used by refreshBreakoutRoomsVisibleForUsers in akka-bbb-apps/src/main/scala/org/bigbluebutton/core/db/BreakoutRoomUserDAO.scala. The method interpolated those values into breakout room visibility queries, allowing arbitrary SQL execution against the application database. This issue is fixed in version 3.0.23.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:L
CVSS Score: 8.5

Product Status

Vendor bigbluebutton
Product bigbluebutton
Versions
  • Version < 3.0.23 is affected

References

Problem Types

  • CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') CWE