LiveActive security incident?Get immediate response
CVE Record

CVE-2021-33796: In MuJS before version 1.1.2, a use-after-free flaw in the regexp source property access may cause denial o...

In MuJS before version 1.1.2, a use-after-free flaw in the regexp source property access may cause denial of service.

CriticalCVSS 10Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

MuJS before 1.1.2 has a memory safety bug tied to reading a regular expression's source property. The source bundle says this may cause denial of service. The CVSS score is critical, but the provided evidence does not confirm active exploitation or broader impact beyond the listed description.

Executive priority

Treat as high-priority for systems that expose MuJS to untrusted input. The critical CVSS warrants prompt inventory and remediation, but business urgency depends on whether MuJS is actually deployed and reachable.

Technical view

CVE-2021-33796 is a CWE-416 use-after-free in MuJS regexp source property access. The affected product is MuJS, with version 1.1.1 listed and the title indicating versions before 1.1.2. The only fix evidence provided is the upstream GitHub commit reference.

Likely exposure

Exposure is most likely where MuJS is embedded in applications, appliances, scripts, or services that evaluate or parse untrusted JavaScript. The bundle does not identify downstream products using vulnerable MuJS.

Exploitation context

The source bundle marks CISA KEV as false and provides no cited evidence of active exploitation. It describes denial of service as the known impact. Do not assume exploitation in the wild without additional vendor or threat intelligence confirmation.

Researcher notes

The evidence is sparse: it identifies a use-after-free, affected MuJS version range, CVSS 10, and an upstream commit. The public bundle does not provide exploit details, downstream affected products, or confirmed in-the-wild exploitation.

Mitigation direction

  • Inventory applications and appliances that embed MuJS.
  • Upgrade MuJS to version 1.1.2 or later where applicable.
  • Check vendor advisories for downstream products bundling MuJS.
  • Prioritize systems processing untrusted JavaScript or regular expressions.
  • Restrict untrusted JavaScript processing until vendor guidance is confirmed.

Validation and detection

  • Confirm whether MuJS is present in source, packages, firmware, or SBOMs.
  • Verify deployed MuJS versions are not before 1.1.2.
  • Check whether the referenced upstream fix is included in vendored code.
  • Review services that expose MuJS processing to untrusted input.
  • Record compensating controls if immediate upgrade is not possible.
Prepared
Confidence
medium
Sources
3

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-416: 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-33796 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
Critical
CVSS
10 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/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
2Source 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
10CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H3.96Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

10Critical
CVSS 3.1 vector shape for CVE-2021-33796Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/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
MuJSMuJS1.1.1unaffected
Weakness

CWE details

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

CWE-416 · source CWE mapping

Use After Free

Use After Free represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.