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

7.8 · HIGH
Published Aug 26, 2026 EPSS 0.13% (3th pctl)

Overview

CVE-2026-80559 is a high-severity vulnerability. It was published on August 26, 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:

Input: sur40 - fix input device registration ordering

In sur40_probe(), input_register_device() was previously called early before

the V4L2 video device and vb2_queue components were fully initialized. If

userspace opened the input device immediately upon registration, sur40_open()

would trigger and start the sur40_poll() worker thread. This worker thread

invokes sur40_process_video() and accesses the uninitialized vb2_queue

structure, leading to a data race and potential system crash.

Furthermore, if V4L2 or video registration failed after input_register_device()

succeeded, the error path fell through to calling input_free_device() on a

successfully registered device instead of input_unregister_device(), corrupting

input core state.

Move input_register_device() to the very end of sur40_probe(). This ensures

the V4L2 and video queue structures are fully initialized before polling can

start, and naturally resolves t

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

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

How severe is CVE-2026-80559?

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

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

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