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

5.5 · MEDIUM
Published Jun 24, 2026 linux CWE-908

Overview

CVE-2026-53082 is a medium-severity vulnerability affecting linux linux_kernel. It was published on June 24, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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:

net: hamradio: 6pack: fix uninit-value in sixpack_receive_buf

sixpack_receive_buf() does not properly skip bytes with TTY error flags.

The while loop iterates through the flags buffer but never advances the

data pointer (cp), and passes the original count (including error bytes)

to sixpack_decode(). This causes sixpack_decode() to process bytes that

should have been skipped due to TTY errors. The TTY layer does not

guarantee that cp[i] holds a meaningful value when fp[i] is set, so

passing those positions to sixpack_decode() results in KMSAN reporting

an uninit-value read.

Fix this by processing bytes one at a time, advancing cp on each

iteration, and only passing valid (non-error) bytes to sixpack_decode().

This matches the pattern used by slip_receive_buf() and

mkiss_receive_buf() for the same purpose.

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. 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.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 2.6.12.1, < 5.10.258 Affected

Frequently Asked Questions

What is CVE-2026-53082?

CVE-2026-53082 is a medium-severity vulnerability affecting linux linux_kernel. It was published on June 24, 2026 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2026-53082?

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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-53082?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. 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-53082?

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