CVE-2026-46263

HIGHPre-NVD 7.87.8
EchelonGraph scoreMEDIUM confidence

Score 7.8 from GitHub Security Advisory (severity: HIGH) published 2026-06-03. the CNA's CVSS baseline 7.8; sources differ by 0.0.

Triggered by: GitHub Security Advisory CVSS
Sources: cna:linux, epss, ghsa
Trending — 4 sources updated this week
7.8EG
EchelonGraph verdictPlan a fixSerious severity, but no confirmed exploitation yet.
  • High severity, but no confirmed exploitation yet
CISA-KEV: Not listedEPSS PROB: 0%CVSS: 7.8Exploit: None knownExposed: 0

No vendor fix yet — apply a workaround or compensating control (WAF / firewall / segmentation) and watch for a patch.

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 DIO block instance */ 1257 if (eng_id <= ENGINE_ID_DIGF) {

ENGINE_ID_DIGF is 5. should <= be

Unrelated but, ugh, why is Smatch saying that "eng_id" can be negative? end_id is type signed long, but there are checks in the caller which prevent it from being negative.

1258 vpg_inst = eng_id; 1259 afmt_inst = eng_id; 1260 } else 1261 return NULL; 1262

...

1281 1282 dcn35_dio_stream_encoder_construct(enc1, ctx, ctx->dc_bios, 1283 eng_id, vpg, afmt, --> 1284 &stream_enc_regs[eng_id], ^^^^^^^^^^^^^^^^^^^^^^^ This stream_enc_regs[] array has 5 elements so we are one element beyond the end of the array.

...

1287 return &enc1->base; 1288 }

v2: use explicit bounds check as suggested by Roman/Dan; avoid unsigned int cast

v3: The compiler already knows how to compare the two values, so the cast (int) is not needed. (Roman)

CVSS v3
7.8
EG Score
7.8(medium)
EG Risk
40(Track)
EG Risk 40/100SSVC: Track

EG Risk is EchelonGraph's 0–100 priority score: it fuses intrinsic severity with real-world exploitation and automatability so you can rank equal-severity CVEs and fix the most dangerous first. Higher = act sooner. Distinct from the 0–10 EG Score (severity).

How it’s computed
Severity78% × 45%
Exploitation0% × 40%
Automatability30% × 15%
Action: Routine — remediate on your standard cadence.
EPSS PROB
0%
EPSS %ILE
2%
KEV
Not listed

Published

June 3, 2026

Last Modified

August 5, 2026

Advisory Details (4)

Auto-updated Jun 6, 2026
No patch confirmed yet.
generic

drm/amd/display: Fix out-of-bounds stream encoder index v3 - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/ca3808d560ad946ab6d089fd1f5bee04b952ead4
generic

drm/amd/display: Fix out-of-bounds stream encoder index v3 - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/abde491143e4e12eecc41337910aace4e8d59603
generic

drm/amd/display: Fix out-of-bounds stream encoder index v3 - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/29f3824b08a98d41ecbbfd33580630d7607f962e
generic

drm/amd/display: Fix out-of-bounds stream encoder index v3 - kernel/git/stable/linux.git - Linux kernel stable tree

https://git.kernel.org/stable/c/263e28add4f4472cfa95150d218955d1945aa413

Vendor Advisories for CVE-2026-46263(1)

These vendors published their own advisory mentioning this CVE — often with vendor-specific remediation steps + affected product lists not in NVD.

Patch Availability(1)

Vendor / EcosystemFixed in / PatchReleasedSource
linuxKernel @ 6.12.75osv

Patches are aggregated from vendor advisories (Red Hat, Microsoft, Cisco, GitHub) and package ecosystems (OSV, GHSA). Multiple rows for the same upstream release have been deduplicated.

Affected Packages

(2 across 2 ecosystems)
Debian:13(1)
PackageVulnerable rangeFixed inDependents
linux6.12.38-1 ... 6.12.85-1~bpo12+1 (17 versions)6.12.85-1
Debian:14(1)
PackageVulnerable rangeFixed inDependents
linux6.12.100-1 ... 6.18~rc7-1~exp1 (103 versions)6.18.14-1

Weakness Classification(1)

MITRE Common Weakness Enumeration — the root-cause categories this CVE belongs to.

Data Freshness Timeline

(refreshed 9× in last 7d / 39× in last 30d)

Each row is a source pipeline that fetched or updated this CVE on that date, with what changed. For example, "NVD update" means NVD published or revised its analysis for this CVE; "MITRE cvelistV5" means we ingested or refreshed it from the CNA feed. Most recent first.

Showing the most recent 100 of 231 total refreshes for this CVE.

  1. 2026-09-16 05:15 UTCEPSS rescore
  2. 2026-09-14 05:33 UTCEG score recompute
  3. 2026-09-14 05:33 UTCGHSA enrichment
  4. 2026-09-13 16:47 UTCEPSS rescore
  5. 2026-09-12 23:36 UTCOSV refresh
  6. 2026-09-12 15:01 UTCEPSS rescore
  7. 2026-09-11 14:53 UTCEPSS rescore
  8. 2026-09-11 09:37 UTCEPSS rescore
  9. 2026-09-10 09:34 UTCEPSS rescore
  10. 2026-09-08 22:00 UTCEPSS rescore
  11. 2026-09-07 16:01 UTCEPSS rescore
  12. 2026-09-06 13:47 UTCEPSS rescore
  13. 2026-09-04 05:06 UTCEPSS rescore
  14. 2026-09-02 14:12 UTCEPSS rescore
  15. 2026-09-01 13:54 UTCEPSS rescore
  16. 2026-08-30 19:17 UTCEPSS rescore
  17. 2026-08-30 01:22 UTCEPSS rescore
  18. 2026-08-28 21:41 UTCEPSS rescore
  19. 2026-08-27 14:25 UTCEPSS rescore
  20. 2026-08-26 14:46 UTCEPSS rescore
  21. 2026-08-25 13:49 UTCEPSS rescore
  22. 2026-08-25 03:38 UTCEG score recompute
  23. 2026-08-25 03:38 UTCGHSA enrichment
  24. 2026-08-24 00:29 UTCGHSA enrichment
  25. 2026-08-23 12:46 UTCEG score recompute
Show 75 more
  1. 2026-08-23 12:46 UTCGHSA enrichment
  2. 2026-08-23 00:19 UTCEPSS rescore
  3. 2026-08-21 23:49 UTCEPSS rescore
  4. 2026-08-21 14:41 UTCEG score recompute
  5. 2026-08-21 14:41 UTCGHSA enrichment
  6. 2026-08-20 22:55 UTCEPSS rescore
  7. 2026-08-20 21:39 UTCGHSA enrichment
  8. 2026-08-20 10:01 UTCEG score recompute
  9. 2026-08-20 10:01 UTCGHSA enrichment
  10. 2026-08-19 17:04 UTCEPSS rescore
  11. 2026-08-18 13:48 UTCEPSS rescore
  12. 2026-08-17 15:48 UTCEG score recompute
  13. 2026-08-17 15:48 UTCGHSA enrichment
  14. 2026-08-17 13:47 UTCEPSS rescore
  15. 2026-08-17 03:45 UTCEG score recompute
  16. 2026-08-17 03:45 UTCGHSA enrichment
  17. 2026-08-16 14:56 UTCEPSS rescore
  18. 2026-08-16 14:56 UTCGHSA enrichment
  19. 2026-08-16 02:20 UTCEG score recompute
  20. 2026-08-16 02:20 UTCGHSA enrichment
  21. 2026-08-16 02:14 UTCEPSS rescore
  22. 2026-08-15 14:43 UTCEG score recompute
  23. 2026-08-15 14:43 UTCGHSA enrichment
  24. 2026-08-15 01:30 UTCEPSS rescore
  25. 2026-08-14 22:13 UTCGHSA enrichment
  26. 2026-08-14 10:35 UTCGHSA enrichment
  27. 2026-08-13 22:56 UTCEG score recompute
  28. 2026-08-13 22:56 UTCGHSA enrichment
  29. 2026-08-13 22:00 UTCEPSS rescore
  30. 2026-08-13 08:52 UTCGHSA enrichment
  31. 2026-08-12 21:15 UTCEG score recompute
  32. 2026-08-12 21:15 UTCGHSA enrichment
  33. 2026-08-12 13:51 UTCEPSS rescore
  34. 2026-08-12 09:31 UTCGHSA enrichment
  35. 2026-08-11 21:53 UTCEG score recompute
  36. 2026-08-11 21:53 UTCGHSA enrichment
  37. 2026-08-11 10:15 UTCEG score recompute
  38. 2026-08-11 10:15 UTCGHSA enrichment
  39. 2026-08-11 00:00 UTCEPSS rescore
  40. 2026-08-10 22:38 UTCGHSA enrichment
  41. 2026-08-10 09:58 UTCGHSA enrichment
  42. 2026-08-09 22:20 UTCEG score recompute
  43. 2026-08-09 22:20 UTCGHSA enrichment
  44. 2026-08-09 13:46 UTCEPSS rescore
  45. 2026-08-09 10:43 UTCGHSA enrichment
  46. 2026-08-08 23:04 UTCEG score recompute
  47. 2026-08-08 23:04 UTCGHSA enrichment
  48. 2026-08-08 16:37 UTCEPSS rescore
  49. 2026-08-08 11:26 UTCGHSA enrichment
  50. 2026-08-07 23:49 UTCEG score recompute
  51. 2026-08-07 23:49 UTCGHSA enrichment
  52. 2026-08-07 12:11 UTCGHSA enrichment
  53. 2026-08-07 00:34 UTCEG score recompute
  54. 2026-08-07 00:34 UTCGHSA enrichment
  55. 2026-08-06 13:47 UTCEPSS rescore
  56. 2026-08-06 12:55 UTCGHSA enrichment
  57. 2026-08-06 01:17 UTCEG score recompute
  58. 2026-08-06 01:17 UTCGHSA enrichment
  59. 2026-08-05 19:17 UTCEPSS rescore
  60. 2026-08-05 13:40 UTCEG score recompute
  61. 2026-08-05 13:40 UTCGHSA enrichment
  62. 2026-08-04 19:20 UTCEG score recompute
  63. 2026-08-04 19:20 UTCGHSA enrichment
  64. 2026-08-04 15:10 UTCEPSS rescore
  65. 2026-08-04 10:39 UTCEPSS rescore
  66. 2026-08-04 03:21 UTCGHSA enrichment
  67. 2026-08-03 15:43 UTCEG score recompute
  68. 2026-08-03 15:43 UTCGHSA enrichment
  69. 2026-08-03 10:36 UTCEPSS rescore
  70. 2026-08-03 00:03 UTCGHSA enrichment
  71. 2026-08-02 12:25 UTCEG score recompute
  72. 2026-08-02 12:25 UTCGHSA enrichment
  73. 2026-08-02 02:27 UTCEPSS rescore
  74. 2026-08-02 00:42 UTCGHSA enrichment
  75. 2026-08-01 13:04 UTCGHSA enrichment

Frequently asked(5)

What is CVE-2026-46263?
CVE-2026-46263 is a high vulnerability published on June 3, 2026. In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Fix out-of-bounds stream encoder index v3 engid can be negative and that streamenc_regs[] can be indexed out of bounds. engid is used directly as an index into streamenc_regs[], which has only 5 entries. When engid…
When was CVE-2026-46263 disclosed?
CVE-2026-46263 was first published in the National Vulnerability Database on June 3, 2026, with the most recent update on August 5, 2026. EchelonGraph re-ingests CVE updates from NVD on a 2-hour cycle, so this page reflects the latest published state.
Is CVE-2026-46263 actively exploited?
CVE-2026-46263 is not currently on CISA's Known Exploited Vulnerabilities catalog. FIRST EPSS estimates a 0% probability of exploitation in the next 30 days, which ranks it in the top 97.9% of all scored CVEs.
What is the CVSS score of CVE-2026-46263?
CVE-2026-46263 has a CVSS v4.0 base score of 7.8 (CNA self-assessment; NVD's own analysis pending).
How do I remediate CVE-2026-46263?
Patch to the fixed version published by the affected vendor. Where vendor advisories exist for CVE-2026-46263, EchelonGraph cross-links them in the Vendor Advisories panel below — those typically contain the canonical remediation steps, fixed version numbers, and any vendor-specific mitigations.

Dependency Blast Radius

See which npm, PyPI, Go, and Maven packages are affected by CVE-2026-46263

Explore →

Is Your Infrastructure Affected by CVE-2026-46263?

EchelonGraph automatically scans your cloud infrastructure and maps CVE exposure using blast radius analysis.