LiveActive security incident?Get immediate response
CVE Record

CVE-2021-3996: A logic error was found in the libmount library of util-linux in the function that allows an unprivileged u...

A logic error was found in the libmount library of util-linux in the function that allows an unprivileged user to unmount a FUSE filesystem. This flaw allows a local user on a vulnerable system to unmount other users' filesystems that are either world-writable themselves (like /tmp) or mounted in a world-writable directory. An attacker may use this flaw to cause a denial of service to applications that use the affected filesystems.

MediumCVSS 5.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2021-3996 is a local denial-of-service issue in util-linux libmount. A logged-in unprivileged user may be able to unmount another user's FUSE filesystem when it is world-writable or mounted under a world-writable directory such as /tmp, disrupting applications that depend on it.

Executive priority

Treat this as a moderate operational risk, not a remote compromise emergency. Prioritize patching on shared Linux systems and systems where application availability depends on FUSE mounts in writable shared paths.

Technical view

The flaw is a libmount logic error in the path that permits unprivileged FUSE unmounts. The CVSS vector is local, low complexity, low privileges, no user interaction, and high availability impact. The source bundle says util-linux v2.37.3 contains the fix.

Likely exposure

Exposure is mainly Linux systems with vulnerable util-linux/libmount versions where local users exist and FUSE filesystems are mounted in world-writable locations. Single-user systems or systems without such FUSE mount patterns are less likely to be practically exposed, based on the supplied description.

Exploitation context

The source bundle does not show CISA KEV listing or confirmed active exploitation. Exploitation requires local access, so the main concern is shared servers, developer workstations, or multi-user environments where a local account can disrupt another user's mounted filesystem.

Researcher notes

Do not overstate scope: the supplied evidence supports local denial of service only. Several references in the bundle concern CVE-2022-3328 and should not be used to infer CVE-2021-3996 exploitability or affected software.

Mitigation direction

  • Update util-linux to v2.37.3 or a vendor package containing the backported fix.
  • Check Linux distribution advisories for exact fixed package versions.
  • Avoid placing FUSE mounts in world-writable directories where operationally feasible.
  • Limit unnecessary local shell access on shared systems.
  • Monitor for unexpected FUSE unmounts affecting critical applications.

Validation and detection

  • Inventory util-linux versions on Linux hosts.
  • Confirm vendor package metadata includes the CVE-2021-3996 fix.
  • Identify FUSE filesystems mounted in world-writable paths.
  • Prioritize shared systems with untrusted or semi-trusted local users.
  • Review application incidents for unexpected filesystem unmounts.
Prepared
Confidence
high
Sources
8

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-552: 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-3996 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
Medium
CVSS
5.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/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
8Source 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
5.5CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H1.83.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.5Medium
CVSS 3.1 vector shape for CVE-2021-3996Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/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
n/autil-linuxFixed in util-linux v2.37.3Listed
Weakness

CWE details

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

CWE-552 · source CWE mapping

Files or Directories Accessible to External Parties

Files or Directories Accessible to External Parties represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.