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

7.8 · HIGH
Published Aug 15, 2026 EPSS 0.14% (4th pctl)

Overview

CVE-2026-74510 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:

Bluetooth: mgmt: fix UAF in pair command cancellation

The pairing completion and authentication failure callbacks look up the

pending MGMT_OP_PAIR_DEVICE command by walking hdev->mgmt_pending. The

lookup returned a command that was still linked on the shared pending list,

without keeping mgmt_pending_lock held for the later dereference and

removal.

A concurrent MGMT_OP_CANCEL_PAIR_DEVICE request can remove and free the

same pending command before the callback uses it. The reverse race is also

possible when cancel_pair_device() gets a command from pending_find() and a

callback removes it before the cancel path dereferences it. This can lead

to a use-after-free and a second list_del().

Make the pairing lookup helpers transfer ownership of the pending command

by removing it from hdev->mgmt_pending while holding mgmt_pending_lock.

The callbacks and cancel path then complete the command and free it

directly, so racing p

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

CVE-2026-74510 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-74510?

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

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

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