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

4.7 · MEDIUM
Published May 28, 2026 linux CWE-367 EPSS 0.09% (1th pctl)

Overview

CVE-2026-46159 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 28, 2026 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 4.7, 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:

btrfs: fix btrfs_ioctl_space_info() slot_count TOCTOU which can lead to info-leak

btrfs_ioctl_space_info() has a TOCTOU race between two passes over the

block group RAID type lists. The first pass counts entries to determine

the allocation size, then the second pass fills the buffer. The

groups_sem rwlock is released between passes, allowing concurrent block

group removal to reduce the entry count.

When the second pass fills fewer entries than the first pass counted,

copy_to_user() copies the full alloc_size bytes including trailing

uninitialized kmalloc bytes to userspace.

Fix by copying only total_spaces entries (the actually-filled count from

the second pass) instead of alloc_size bytes, and switch to kzalloc so

any future copy size mismatch cannot leak heap data.

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.34.1, < 6.6.140 Affected

Frequently Asked Questions

What is CVE-2026-46159?

CVE-2026-46159 is a medium-severity vulnerability affecting linux linux_kernel. It was published on May 28, 2026 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

How severe is CVE-2026-46159?

This vulnerability has a CVSS 3.1 base score of 4.7, 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-46159?

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

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