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

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

Overview

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

This vulnerability has a CVSS 3.1 base score of 7.3, 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:

nvdimm/btt: Handle preemption in BTT lane acquisition

BTT lanes serialize access to per-lane metadata and workspace state

during BTT I/O. The btt-check unit test reports data mismatches during

BTT writes due to a race in lane acquisition that can lead to silent

data corruption.

The existing lane model uses a spinlock together with a per-CPU

recursion count. That recursion model stopped being valid after BTT

lanes became preemptible: another task can run on the same CPU,

observe a non-zero recursion count, bypass locking, and use the same

lane concurrently.

BTT lanes are also held across arena_write_bytes() calls. That path

reaches nsio_rw_bytes(), which flushes writes with nvdimm_flush().

Some provider flush callbacks can sleep, making a spinlock the wrong

primitive for the lane lifetime.

Replace the spinlock-based recursion model with a dynamically

allocated per-lane mutex array and take the lane lock

uncondition

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

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

How severe is CVE-2026-74365?

This vulnerability has a CVSS 3.1 base score of 7.3, 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-74365?

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

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