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

Published Aug 28, 2026

Overview

CVE-2026-80625 is a known-severity vulnerability. It was published on August 28, 2026.

Technical Description

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

RDMA/hns: Fix memory leak of bonding resources

In a corner case of concurrent driver removal and driver reset,

bonding resource is first released in hns_roce_hw_v2_exit() during

driver removal, and then is allocated again in hns_roce_register_device()

during driver reset. This leads to memory leak because the release

timing has already passed. This may also lead to a kernel panic

as below because of the leaked notifier callback:

Call trace:

0xffffa20fccc04978 (P)

raw_notifier_call_chain+0x20/0x38

call_netdevice_notifiers_info+0x60/0xb8

netdev_lower_state_changed+0x4c/0xb8

As Sashiko suggested, the teardown order of bonding resources should

be inverted to make sure the resources are released when the driver

is removed.

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

CVE-2026-80625 is a known-severity vulnerability. It was published on August 28, 2026.

How severe is CVE-2026-80625?

CVSS score information is not yet available for this vulnerability. Check back as the CVE record is updated by NVD analysts.

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

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

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