PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-46237 Linux CVE debrief

This CVE addresses an integer overflow vulnerability in the Linux kernel's AMDGPU driver, specifically within the Video Core Next 3 (VCN3) component. The vulnerability exists in a message boundary check condition that could be exploited to cause an overflow, potentially leading to memory corruption or other undefined behavior. The fix was identified through Static Driver Verifier (SDL) analysis and has been backported to multiple stable kernel branches. The vulnerability is classified as 'Awaiting Analysis' by NVD, with no CVSS score or severity rating currently assigned. No known exploitation in the wild or ransomware campaign use has been reported.

Vendor
Linux
Product
Unknown
CVSS
HIGH 7.1
CISA KEV
Not listed in stored evidence
Original CVE published
2026-05-28
Original CVE updated
2026-06-15
Advisory published
2026-05-28
Advisory updated
2026-06-15

Who should care

Linux system administrators managing workstations or servers with AMD GPUs; organizations running GPU-accelerated workloads on AMD hardware; kernel maintainers and distributors; security teams monitoring kernel driver vulnerabilities

Technical summary

CVE-2026-46237 is an integer overflow vulnerability in the Linux kernel's Direct Rendering Manager (DRM) AMDGPU driver, specifically in the Video Core Next 3 (VCN3) component. The vulnerability exists in a message boundary check condition that was identified as potentially overflow-prone through Static Driver Verifier (SDL) analysis. The original fix was introduced in commit db00257ac9e4a51eb2515aaea161a019f7125e10 and has been cherry-picked to multiple stable kernel branches. The vulnerability affects systems with AMD GPUs utilizing VCN3 hardware acceleration for video encoding/decoding. Successful exploitation could lead to memory corruption, though the specific attack vector and prerequisites remain undefined pending NVD analysis. The fix corrects the boundary check logic to prevent arithmetic overflow during message size validation.

Defensive priority

medium

Recommended defensive actions

  • Apply kernel updates containing the fix for CVE-2026-46237 when available from your Linux distribution
  • Monitor stable kernel branches for backported fixes if running custom kernel builds
  • Review systems using AMD GPUs with VCN3 hardware acceleration for potential exposure
  • Consider enabling kernel security features such as KASAN and UBSAN for detection of similar overflow conditions during testing
  • Verify kernel version against fixed commits in stable branches (5.15.y, 5.10.y, 5.4.y, 4.19.y, 4.14.y based on reference pattern)
  • No immediate emergency patching required absent active exploitation reports

Evidence notes

The vulnerability description indicates the issue was identified through SDL (Static Driver Verifier) analysis. The fix involves correcting a message boundary check condition in drm/amdgpu/vcn3 to prevent integer overflow. Multiple stable kernel backports are referenced, indicating the fix has been applied across supported kernel versions.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-46237 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-46237

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-46237 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-46237

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/016b64a0313ea5346cf526e30c8d3e66aca10175

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/1936310f68c54be961de38ac539cef9b543207cb

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/2e43b66fceacd6e982b94f2e3f8b34edd7463396

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/e6e9faba8100628990cccd13f0f044a648c303cf

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

  • Source reference

    Unverified legacy reference

    URL: https://git.kernel.org/stable/c/e8124121b79ab5d32fa8fbbd101f7208eca9cd7d

    416baaa9-dc9f-4396-8d5f-8c081fb06d67

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.