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

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

Overview

CVE-2026-46257 is a medium-severity vulnerability affecting linux linux_kernel. It was published on June 3, 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:

clocksource/drivers/timer-sp804: Fix an Oops when read_current_timer is called on ARM32 platforms where the SP804 is not registered as the sched_clock.

On SP804, the delay timer shares the same clkevt instance with

sched_clock. On some platforms, when

sp804_clocksource_and_sched_clock_init is called with use_sched_clock

not set to 1, sched_clkevt is not properly initialized. However,

sp804_register_delay_timer is invoked unconditionally, and

read_current_timer() subsequently calls sp804_read on an uninitialized

sched_clkevt, leading to a kernel Oops when accessing

sched_clkevt->value.

Declare a dedicated clkevt instance exclusively for delay timer,

instead of sharing the same clkevt with sched_clock. This ensures

that read_current_timer continues to work correctly regardless of

whether SP804 is selected as the sched_clock.

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 >= 6.19, < 6.19.4 Affected

Frequently Asked Questions

What is CVE-2026-46257?

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

How severe is CVE-2026-46257?

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

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

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