CVE-2026-53401

HIGHPre-NVD 7.87.8
EchelonGraph scoreHIGH confidence

Score 7.8 from GitHub Security Advisory (severity: HIGH) published 2026-07-19. a secondary CVSS source baseline 7.8; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 4 sources updated this week
7.8EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 7.8Exploit: None knownExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

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

fbdev: omap2: fix use-after-free in omapfb_mmap

omapfb_mmap() has a race condition with OMAPFB_SETUP_PLANE ioctl that can lead to use-after-free:

The fb_mmap() entry point holds mm_lock but not lock (fb_info->lock), while ioctl handlers like OMAPFB_SETUP_PLANE hold lock but not mm_lock. This allows concurrent execution.

In omapfb_mmap():

  • rg = omapfb_get_mem_region(ofbi->region); // Get old region ref
  • start = omapfb_get_region_paddr(ofbi); // Read from NEW region
  • len = fix->smem_len; // Read from NEW region
  • vm_iomap_memory(vma, start, len); // Map NEW region memory
  • atomic_inc(&rg->map_count); // Increment OLD region!

Concurrently, OMAPFB_SETUP_PLANE can:

  • Reassign ofbi->region = new_rg
  • Update fix->smem_len
  • OMAPFB_SETUP_MEM then checks NEW region's map_count (0!) and frees it

This leaves userspace with a mapping to freed physical memory.

The fix is to read all required values (start, len) from the same region reference (rg) that will have its map_count incremented, preventing the region from being freed while still mapped.

CVSS v3
7.8
EG Score
7.8(high)
EG Risk
40(Track)
EG Risk 40/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity78% × 45%
Exploitation0% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
3%
KEV
Not listed

Published

July 19, 2026

Last Modified

July 20, 2026

Advisory Details (2)

Auto-updated Jul 21, 2026
No patch confirmed yet.
generic

fbdev: omap2: fix use-after-free in omapfb_mmap - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/7958e67375aa111522086286bba13cfc0816ce8d
generic

fbdev: omap2: fix use-after-free in omapfb_mmap - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/6eb6ebcc8590007ad59ddccc8b5f9201655b33f8

Vendor Advisories for CVE-2026-53401(2)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Data Freshness Timeline

(refreshed 17× in last 7d / 22× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

  1. 2026-07-26 23:29 UTCEG score recompute
  2. 2026-07-26 23:29 UTCGHSA enrichment
  3. 2026-07-26 14:54 UTCEPSS rescore
  4. 2026-07-26 11:10 UTCEG score recompute
  5. 2026-07-26 11:10 UTCGHSA enrichment
  6. 2026-07-25 14:18 UTCEPSS rescore
  7. 2026-07-24 14:18 UTCEPSS rescore
  8. 2026-07-23 14:18 UTCEPSS rescore
  9. 2026-07-23 03:19 UTCEG score recompute
  10. 2026-07-22 14:08 UTCEPSS rescore
  11. 2026-07-21 15:25 UTCEPSS rescore
  12. 2026-07-20 17:47 UTCEG score recompute
  13. 2026-07-20 17:47 UTCGHSA enrichment
  14. 2026-07-20 17:08 UTCEPSS rescore
  15. 2026-07-20 14:47 UTCEG score recompute 7.80
  16. 2026-07-20 14:46 UTCGHSA enrichment
  17. 2026-07-20 14:32 UTCMITRE cvelistV5CVSS v3 → 7.8 · severity → HIGH
  18. 2026-07-20 08:34 UTCNVD update
  19. 2026-07-20 07:07 UTCMITRE cvelistV5
  20. 2026-07-19 12:26 UTCNVD update
  21. 2026-07-19 12:15 UTCEG score recompute
  22. 2026-07-19 12:10 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-53401?
CVE-2026-53401 is a high vulnerability published on July 19, 2026. In the Linux kernel, the following vulnerability has been resolved: fbdev: omap2: fix use-after-free in omapfb_mmap omapfbmmap() has a race condition with OMAPFBSETUP_PLANE ioctl that can lead to use-after-free: The fbmmap() entry point holds mmlock but not lock (fb_info->lock), while ioctl…
When was CVE-2026-53401 disclosed?
CVE-2026-53401 was first published in the National Vulnerability Database on July 19, 2026, with the most recent update on July 20, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-53401 actively exploited?
CVE-2026-53401 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 97.0% of all scored CVEs.
What is the CVSS score of CVE-2026-53401?
CVE-2026-53401 has a CVSS v3 base score of 7.8 (NVD).
How do I remediate CVE-2026-53401?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-53401, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

Explore the affected products and dependency analysis for CVE-2026-53401

Explore →

Is Your Infrastructure Affected by CVE-2026-53401?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.