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

7.5 · HIGH
Published Aug 26, 2026 EPSS 0.36% (29th pctl)

Overview

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

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

In the Linux kernel, the following vulnerability has been resolved:

eth: bnxt: avoid deadlock when canceling IRQ affinity notifier

Unregistering IRQ affinity notifiers waits for the callback synchronously.

bnxt takes the netdev instance lock in the notifier (to restart the queue)

and cancels the work under the same lock. This may obviously deadlock.

Move the restart to the async service task. The queue restart isn't

super time sensitive. Store the new TPH tag, schedule the task.

Safely canceling the service task is already ironed out.

In bnxt_request_irq() the order of registering notifier, affinity and

initial TPH programming has to be inverted. I think it was racy

previously since user may trigger an update as soon as notifier

is installed.

There's a small known gap - if pcie_tph_get_cpu_st() fails at init

and the target tag is 0 we may miss programming the entry.

This does not seem worth fixing, the code has skip-on-failure

all over the place, anyway.

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

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

How severe is CVE-2026-74745?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

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

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

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