LiveActive security incident?Get immediate response
CVE Record

CVE-2021-32623: Opencast vulnerable to billion laughs attack (XML bomb)

Opencast is a free and open source solution for automated video capture and distribution. Versions of Opencast prior to 9.6 are vulnerable to the billion laughs attack, which allows an attacker to easily execute a (seemingly permanent) denial of service attack, essentially taking down Opencast using a single HTTP request. To exploit this, users need to have ingest privileges, limiting the group of potential attackers The problem has been fixed in Opencast 9.6. There is no known workaround for this issue.

HighCVSS 8.1Not KEV-listedUpdated
Glexia's TakeAutomated analysishigh

Security readout for executives and security teams

Plain-English summary

Opencast versions before 9.6 can be taken down by an XML resource-exhaustion issue. The advisory says a user with ingest privileges could trigger a seemingly permanent denial of service with one HTTP request. This is serious for organizations relying on Opencast for lecture capture, media operations, or public video distribution.

Executive priority

Prioritize remediation for production Opencast systems because the business impact is service outage, not data theft. The privilege requirement lowers broad internet risk, but compromised or misused ingest access can still disrupt critical video workflows.

Technical view

CVE-2021-32623 is a CWE-776 XML bomb issue in Opencast ingest handling before 9.6. Attack complexity is low, network access is enough, and privileges are required. The recorded CVSS 3.1 score is 8.1 with no confidentiality impact, high integrity impact, and high availability impact.

Likely exposure

Exposure is limited to Opencast deployments running versions earlier than 9.6 where untrusted or compromised users hold ingest privileges. Internet-facing systems or shared institutional deployments have higher operational risk because service availability is directly affected.

Exploitation context

The source bundle does not show CISA KEV listing or confirmed active exploitation. Public sources state exploitation requires ingest privileges, reducing the attacker pool, but a single request can cause severe denial of service once that access exists.

Researcher notes

Evidence supports an authenticated, network-reachable denial-of-service condition tied to XML entity expansion behavior. The public bundle names Opencast before 9.6, CWE-776, the GitHub advisory, and the fixing commit. It does not provide evidence of exploitation in the wild.

Mitigation direction

  • Upgrade affected Opencast installations to version 9.6 or later.
  • Treat upgrades as the only confirmed fix; the advisory says no workaround is known.
  • Review who has ingest privileges and remove unnecessary access.
  • Monitor Opencast availability and ingest activity until patched.
  • Check vendor advisory updates if immediate upgrade is not possible.

Validation and detection

  • Inventory Opencast deployments and confirm exact running versions.
  • Flag any Opencast instance below 9.6 as vulnerable.
  • Review ingest-capable accounts, groups, and integrations.
  • Check recent operational logs for unexplained ingest failures or service instability.
  • Confirm upgraded systems are running 9.6 or later in production.
Prepared
Confidence
high
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

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 · low confidence lookup

CWE-776: 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 lookup
cve · low confidence lookup

CVE-2021-32623 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
High
CVSS
8.1 (3.1)
Known Exploited
No
Published

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

Official CVE source material

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.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We 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.

ScoreVersionSeverityVectorExploitImpactSource
8.1CVSS 3.1HighCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:H2.85.2Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

8.1High
CVSS 3.1 vector shape for CVE-2021-32623Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
opencastopencast< 9.6Listed
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-776 · source CWE mapping

Improper Restriction of Recursive Entity References in DTDs ('XML Entity Expansion')

Improper Restriction of Recursive Entity References in DTDs ('XML Entity Expansion') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.