Security readout for executives and security teams
Plain-English summary
BigBlueButton servers in affected versions can be knocked offline through a malformed User-Agent header hitting the html5client/useragent path. The issue affects availability, not data confidentiality or integrity, but it can disrupt meetings and dependent services.
Executive priority
Prioritize remediation for public BigBlueButton deployments because the vulnerability can disrupt conferencing without authentication. Treat this as an availability risk requiring prompt upgrade or vendor-documented routing mitigation.
Technical view
The vulnerability is a regular expression denial of service in bbb-html5. The useragent library parses the User-Agent header through useragent.lookup(), where crafted input referencing SmartWatch handling can trigger expensive regex behavior. Fixed releases remove the html5client/useragent handler.
Likely exposure
Exposure is likely where BigBlueButton 2.2 through before 2.3.19, 2.4.0 through before 2.4.7, or 2.5 alpha before 2.5.0-beta.2 is internet-accessible and Nginx forwards requests to html5client/useragent.
Exploitation context
The source bundle does not show KEV listing or cited evidence of active exploitation. The CVSS vector indicates unauthenticated network reachability, low attack complexity, and high availability impact.
Researcher notes
Evidence supports a ReDoS in User-Agent parsing, fixed by removing the endpoint in listed releases. The bundle names CWE-20 and CVSS 7.5. It does not provide evidence of data exposure, integrity impact, or confirmed exploitation.
Mitigation direction
- Upgrade BigBlueButton to 2.3.19, 2.4.7, 2.5.0-beta.2, or a later fixed release.
- If upgrade is delayed, disable Nginx forwarding to html5client/useragent per the GitHub advisory.
- Check vendor guidance before applying any alternative workaround.
- Monitor bbb-html5 resource usage and availability during remediation.
Validation and detection
- Inventory BigBlueButton servers and identify versions in the affected ranges.
- Confirm the html5client/useragent route is absent or blocked after remediation.
- Review Nginx configuration for forwarding rules to the vulnerable handler.
- Review bbb-html5 availability metrics for unexplained CPU saturation or service failures.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
CWE-20: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Open ATT&CK lookupCVE-2022-29169 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- Severity
- High
- CVSS
- 7.5 (3.1)
- Known Exploited
- No
- Published
Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CNA and ADP enrichment extracted from CVE v5
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
CVSS vector scores
1 official scoreWe collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H3.93.6Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
7.5HighVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Source materials
- CVE List V5 sourceCVE List V5
- https://github.com/bigbluebutton/bigbluebutton/security/advisories/GHSA-rwrv-p665-4vwpCVE reference · x_refsource_CONFIRM
- https://github.com/bigbluebutton/bigbluebutton/pull/14886CVE reference · x_refsource_MISC
- https://github.com/bigbluebutton/bigbluebutton/pull/14896CVE reference · x_refsource_MISC
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Improper Input Validation
Improper Input Validation represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
