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

7.8 · HIGH
Published Jun 3, 2026 linux CWE-125 EPSS 0.12% (2th pctl)

Overview

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

drm/amd/display: Fix out-of-bounds stream encoder index v3

eng_id can be negative and that stream_enc_regs[]

can be indexed out of bounds.

eng_id is used directly as an index into stream_enc_regs[], which has

only 5 entries. When eng_id is 5 (ENGINE_ID_DIGF) or negative, this can

access memory past the end of the array.

Add a bounds check using ARRAY_SIZE() before using eng_id as an index.

The unsigned cast also rejects negative values.

This avoids out-of-bounds access.

Fixes the below smatch error:

dcn*_resource.c: stream_encoder_create() may index

stream_enc_regs[eng_id] out of bounds (size 5).

drivers/gpu/drm/amd/amdgpu/../display/dc/resource/dcn351/dcn351_resource.c

1246 static struct stream_encoder *dcn35_stream_encoder_create(

1247 enum engine_id eng_id,

1248 struct dc_context *ctx)

1249 {

...

1255

1256 /* Mapping of VPG, AFMT, DME register blocks to DI

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.9, < 6.12.75 Affected

Frequently Asked Questions

What is CVE-2026-46263?

CVE-2026-46263 is a high-severity vulnerability affecting linux linux_kernel. It was published on June 3, 2026 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2026-46263?

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

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

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