Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2026-74641

7.8 · HIGH
Published Aug 22, 2026 EPSS 0.13% (3th pctl)

Overview

CVE-2026-74641 is a high-severity vulnerability. It was published on August 22, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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 vme

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Frequently Asked Questions

What is CVE-2026-74641?

CVE-2026-74641 is a high-severity vulnerability. It was published on August 22, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2026-74641?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2026-74641?

Check the references section for vendor advisories, patches, and mitigation guidance. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2026-74641?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-74641 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.