CVE-2026-74641

HIGHPre-NVD 7.87.8
EchelonGraph scoreHIGH confidence

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

Triggered by: GitHub Security Advisory CVSS
Sources: epss, ghsa, secondary
Trending — 5 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:

ALSA: usx2y: bound the hwdep mmap fault offset

snd_us428ctls_vm_fault() turns the faulting page offset into a kernel address with no bound of any kind:

offset = vmf->pgoff << PAGE_SHIFT; vaddr = (char *)(...)->us428ctls_sharedmem + offset; page = virt_to_page(vaddr); get_page(page); vmf->page = page;

return 0;

snd_us428ctls_mmap() checks only the length of the mapping, never the offset, and us428ctls_sharedmem is a single page from alloc_pages_exact(). For a character device file_mmap_size_max() returns ULONG_MAX, so the mm layer imposes no ceiling either. Every page offset above zero resolves to a struct page outside the object, and the handler installs it into the caller's address space read-write; the vma is not marked read-only.

The caller picks the page frame with a single mmap() argument and gets read-write access to a page of kernel memory it does not own; an offset that lands in an unpopulated vmemmap region oopses instead.

A process that can open the hwdep node of an attached US-X2Y reaches this after loading the FPGA image through the same node; no capability check is involved.

On 7.2.0-rc5 (arm64), mmap() with a large offset:

Unable to handle kernel paging request at virtual address fffffdffc45d5ac8 pc : snd_us428ctls_vm_fault+0x68/0x140 [snd_usb_usx2y] Call trace: snd_us428ctls_vm_fault+0x68/0x140 [snd_usb_usx2y] __do_fault __handle_mm_fault handle_mm_fault el0_da

Reject any offset outside the shared region. The pcm hwdep handler in usx2yhwdeppcm.c computes its address the same way and needs the same bound.

Discovered by XBOW, triaged by Baul Lee

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

August 22, 2026

Last Modified

August 25, 2026

Advisory Details (8)

Auto-updated Aug 25, 2026
No patch confirmed yet.
generic

ALSA: usx2y: bound the hwdep mmap fault offset - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/2ca1eea3cd17930daffe9e429a7c89232036ec24
generic

ALSA: usx2y: bound the hwdep mmap fault offset - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/5bf5ccddf00b59f1e3ea7e65d76a5f5b5c21cc2e
generic

ALSA: usx2y: bound the hwdep mmap fault offset - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/f75d6f61f0d9c5c1ea725104014e10d26d1e3a00
generic

ALSA: usx2y: bound the hwdep mmap fault offset - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/f613b4a2d87247b51a1b2b330f2e083a454125f2
generic

ALSA: usx2y: bound the hwdep mmap fault offset - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/4208db2453e1ea71b8048a5b7802360cb29a53f1
generic

ALSA: usx2y: bound the hwdep mmap fault offset - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/34ab56ed854baa73a731cfd99af689f0b1bac444
generic

ALSA: usx2y: bound the hwdep mmap fault offset - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/10a87401fb3148c388e55df0148295b3b137da07
generic

ALSA: usx2y: bound the hwdep mmap fault offset - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/ad6fedea65c6e90eda00d716c8bf20cdc437ed10

Vendor Advisories for CVE-2026-74641(1)

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 30× in last 7d / 33× 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-08-30 05:14 UTCEG score recompute
  2. 2026-08-30 05:14 UTCGHSA enrichment
  3. 2026-08-30 01:22 UTCEPSS rescore
  4. 2026-08-29 17:36 UTCGHSA enrichment
  5. 2026-08-29 05:40 UTCEG score recompute
  6. 2026-08-29 05:40 UTCGHSA enrichment
  7. 2026-08-28 21:42 UTCEPSS rescore
  8. 2026-08-28 18:02 UTCGHSA enrichment
  9. 2026-08-28 05:54 UTCGHSA enrichment
  10. 2026-08-27 18:16 UTCEG score recompute
  11. 2026-08-27 18:16 UTCGHSA enrichment
  12. 2026-08-27 14:25 UTCEPSS rescore
  13. 2026-08-27 05:33 UTCGHSA enrichment
  14. 2026-08-26 17:51 UTCEG score recompute
  15. 2026-08-26 17:51 UTCGHSA enrichment
  16. 2026-08-26 14:47 UTCEPSS rescore
  17. 2026-08-26 05:46 UTCGHSA enrichment
  18. 2026-08-25 18:08 UTCEG score recompute
  19. 2026-08-25 18:08 UTCGHSA enrichment
  20. 2026-08-25 13:49 UTCEPSS rescore
  21. 2026-08-25 06:29 UTCEG score recompute
  22. 2026-08-25 06:29 UTCGHSA enrichment
  23. 2026-08-25 05:56 UTCEG score recompute 7.80
  24. 2026-08-25 05:56 UTCGHSA enrichment
  25. 2026-08-25 05:55 UTCMITRE cvelistV5CVSS v3 → 7.8 · severity → HIGH
Show 8 more
  1. 2026-08-24 14:18 UTCEPSS rescore
  2. 2026-08-23 13:19 UTCGHSA enrichment
  3. 2026-08-23 13:19 UTCNVD update
  4. 2026-08-23 13:06 UTCGHSA enrichment
  5. 2026-08-23 13:05 UTCMITRE cvelistV5
  6. 2026-08-22 16:24 UTCNVD update
  7. 2026-08-22 15:41 UTCEG score recompute
  8. 2026-08-22 15:35 UTCMITRE cvelistV5first tracked

Frequently asked(5)

What is CVE-2026-74641?
CVE-2026-74641 is a high vulnerability published on August 22, 2026. In the Linux kernel, the following vulnerability has been resolved: ALSA: usx2y: bound the hwdep mmap fault offset sndus428ctlsvm_fault() turns the faulting page offset into a kernel address with no bound of any kind: offset = vmf->pgoff << PAGE_SHIFT; vaddr = (char *)(...)->us428ctls_sharedmem +…
When was CVE-2026-74641 disclosed?
CVE-2026-74641 was first published in the National Vulnerability Database on August 22, 2026, with the most recent update on August 25, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-74641 actively exploited?
CVE-2026-74641 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.1% of all scored CVEs.
What is the CVSS score of CVE-2026-74641?
CVE-2026-74641 has a CVSS v3 base score of 7.8 (NVD).
How do I remediate CVE-2026-74641?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-74641, 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-74641

Explore →

Is Your Infrastructure Affected by CVE-2026-74641?

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