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-74518

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

Overview

CVE-2026-74518 is a high-severity vulnerability. It was published on August 15, 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:

mm/hugetlb: fix list corruption in allocate_file_region_entries()

allocate_file_region_entries() tops up resv->region_cache with freshly

allocated file_region descriptors. The allocation uses GFP_KERNEL, so

resv->lock is dropped around it: the new entries are gathered on a

stack-local list head, allocated_regions, and spliced into

resv->region_cache once the lock is re-acquired.

The splice used list_splice(), which moves the entries but does not

re-initialize the source head, so allocated_regions is left pointing at an

entry that now lives on resv->region_cache. The top-up runs in a while

loop that re-checks the cache deficit after re-acquiring the lock. For a

shared mapping the resv_map is shared by every mapper of the hugetlbfs

inode, so a concurrent region_chg()/region_add()/region_del() on the same

resv_map can consume cache entries during the unlocked window and force a

second iteration. That iteration call

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-74518?

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

How severe is CVE-2026-74518?

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-74518?

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-74518?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-74518 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.