SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-80607

UNKNOWN · CVSS N/A EPSS 0.17%

Source: NVD + CISA KEV + EPSS · Published 2026-08-28 · Last synced 2026-09-20

CyberRota Analysis

AI-Generated

A vulnerability in the Linux kernel allows users to trigger a warning condition by adding a kprobe event based on a raw address with a BTF parameter, which could lead to potential instability or unexpected behavior in the system. This issue primarily affects developers and system administrators who utilize tracing and probing features in the Linux kernel. Organizations relying on Linux for critical applications should prioritize monitoring and patching their systems to mitigate any risks associated with this vulnerability.

CVE
CVE-2026-80607
Severity
UNKNOWN
CVSS
N/A
EPSS
0.17%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: tracing/probes: Remove WARN_ON_ONCE from parse_btf_arg Sashiko found that user can cause this WARN_ON_ONCE() easily with adding a kprobe event based on a raw address with BTF parameter. Since this is not an unexpected condition, remove the WARN_ON_ONCE().