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

Published Aug 28, 2026

Overview

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

Technical Description

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

dmaengine: idxd: fix double free of wq, engine, and group structs

The release callbacks for wq, engine, and group devices

(idxd_conf_wq_release, idxd_conf_engine_release,

idxd_conf_group_release) each call kfree() on the enclosing struct.

The setup error paths and cleanup functions also call kfree()

explicitly after put_device(), producing a double free whenever

put_device() drops the reference count to zero and fires the release.

In the setup functions, device_initialize() is called before

device_add(), so the reference count is exactly 1 at the error sites.

put_device() unconditionally fires the release, which frees the struct;

the subsequent explicit kfree() then operates on freed memory.

For idxd_setup_wqs(), the wq release callback also owns opcap_bmap

and wqcfg. The error unwind additionally freed those fields explicitly

before calling put_device(), causing further double frees on both.

Remove the redundant

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

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

How severe is CVE-2026-80698?

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

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

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