HOMEVULNERABILITIESCVE-2026-53084
NONE

CVE-2026-53084

Published: June 24, 2026· Updated: Jun 24, 2026

EPSS:0.16%probability of exploitation in 30 daysPercentile:5.1th

Official Description

In the Linux kernel, the following vulnerability has been resolved:

bpf: return VMA snapshot from task_vma iterator

Holding the per-VMA lock across the BPF program body creates a lock

ordering problem when helpers acquire locks that depend on mmap_lock:

vm_lock -> i_rwsem -> mmap_lock -> vm_lock

Snapshot the VMA under the per-VMA lock in _next() via memcpy(), then

drop the lock before returning. The BPF program accesses only the

snapshot.

The verifier only trusts vm_mm and vm_file pointers (see

BTF_TYPE_SAFE_TRUSTED_OR_NULL in verifier.c). vm_file is reference-

counted with get_file() under the lock and released via fput() on the

next iteration or in _destroy(). vm_mm is already correct because

lock_vma_under_rcu() verifies vma->vm_mm == mm. All other pointers

are left as-is by memcpy() since the verifier treats them as untrusted.

NVD Source

Technical Analysis

CVE-2026-53084 requires local access, meaning attackers must already have a foothold on the target system.

Exploitation requires some privileges, which limits the exposure to scenarios where an attacker has already gained initial access.

Affected Vendors & Products

Mentioned vendors (from description):
Linux
CPE data not yet available in NVD for this CVE.

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

All References (4)

Quick Facts

CVE IDCVE-2026-53084
SeverityNONE
CISA KEVNo
EPSS (30d)0.16%
PublishedJun 24, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-53084 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.