CVE-2026-28529: cryptodev-linux <= 1.14 get_userbuf Use After Free LPE
cryptodev-linux version 1.14 and prior contain a page reference handling flaw in the get_userbuf function of the /dev/crypto device driver that allows local users to trigger use-after-free conditions. Attackers with access to the /dev/crypto interface can repeatedly decrement reference counts of controlled pages to achieve local privilege escalation.
Security readout for executives and security teams
Plain-English summary
CVE-2026-28529 is a local privilege escalation flaw in cryptodev-linux 1.14 and earlier. A low-privileged local user with access to /dev/crypto may be able to gain higher privileges by abusing a memory lifetime bug in the driver.
Executive priority
High priority for any multi-user or shared Linux environment using cryptodev-linux. The business risk is local privilege escalation, which can turn a limited foothold into full host compromise.
Technical view
The issue is a CWE-416 use-after-free in get_userbuf, caused by unsafe page reference handling for /dev/crypto user buffers. The source bundle says controlled pages can have reference counts repeatedly decremented, enabling local privilege escalation. CVSS v4.0 is 8.5 high.
Likely exposure
Exposure is likely limited to Linux systems using cryptodev-linux 1.14 or earlier where untrusted local users, services, containers, or workloads can access /dev/crypto.
Exploitation context
The bundle includes public exploit-tagged references, but it does not cite CISA KEV listing or confirmed active exploitation. Treat public technical detail as raising urgency without claiming attacks in the wild.
Researcher notes
Evidence supports a local attack requiring low privileges and /dev/crypto access. The source bundle identifies the vulnerable function and CWE, but does not provide a named fixed version or confirmed exploitation-in-the-wild signal.
Mitigation direction
Inventory systems for cryptodev-linux 1.14 or earlier.
Check the cryptodev-linux project and PR 104 for vendor fix status.
Apply the vendor-supported fixed release when available.
Restrict /dev/crypto access to trusted users and workloads where operationally feasible.
Prioritize shared servers, build hosts, and multi-tenant Linux environments.
Validation and detection
Confirm whether the cryptodev-linux module is installed or loaded.
Check installed cryptodev-linux version against 1.14 and earlier.
Review permissions and access paths for /dev/crypto.
Identify local users, services, or containers with /dev/crypto access.
Track remediation evidence against the vendor project advisory or PR.
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.
The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
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
3Timeline events
1ADP providers
5Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: noTechnical Impact: total
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.
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.