CVE-2026-45382
Last modified
CVE-2026-45382 is a medium-severity vulnerability rated 6.9/10 on the CVSS scale. libde265 is an open source implementation of the h.265 video codec. Prior to version 1.0.19, `decoder_context::decode_slice_unit_tiles` (libde265/decctx.cc:920) reads `pps.CtbAddrRStoTS[ctbAddrRS]` at line 966 where `ctbAddrRS = ctbY * ctbsWidth + ctbX` is computed from PPS-supplied `colBd[]`/`rowBd[]` arrays without validating the result against `CtbAddrRStoTS.size() == sps->PicSizeInCtbsY`. EPSS estimates a 0.43% chance of exploitation in the next 30 days.
Description
libde265 is an open source implementation of the h.265 video codec. Prior to version 1.0.19, `decoder_context::decode_slice_unit_tiles` (libde265/decctx.cc:920) reads `pps.CtbAddrRStoTS[ctbAddrRS]` at line 966 where `ctbAddrRS = ctbY * ctbsWidth + ctbX` is computed from PPS-supplied `colBd[]`/`rowBd[]` arrays without validating the result against `CtbAddrRStoTS.size() == sps->PicSizeInCtbsY`. A malformed PPS that passes `set_derived_values` but encodes geometry inconsistent with the SPS produces a `ctbAddrRS` past the allocation, causing a 4-byte heap-buffer-overflow READ. Version 1.0.19 fixes the issue.
Metrics
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| strukturag | libde265 | < 1.0.19 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-45382?
How severe is CVE-2026-45382?
How do I fix CVE-2026-45382?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-45375SiYuan is an open-source personal knowledge management syste…9
- CVE-2026-45376Decidim is a participatory democracy framework. Prior to 0.3…5.5
- CVE-2026-45377Decidim is a participatory democracy framework. Prior to 0.3…6.5
- CVE-2026-45378Decidim is a participatory democracy framework. Prior to 0.3…7.5
- CVE-2026-4538A vulnerability was identified in PyTorch 2.10.0. The affect…7.8
- CVE-2026-45380bit7z is a cross-platform C++ static library that allows the…3.6
- CVE-2026-45383libde265 is an open source implementation of the h.265 video…6.9
- CVE-2026-45384bit7z is a cross-platform C++ static library that allows the…6.1
- CVE-2026-45385Open WebUI is a self-hosted artificial intelligence platform…4.3
- CVE-2026-45386Open WebUI is a self-hosted artificial intelligence platform…4.3
- CVE-2026-45387Open WebUI is a self-hosted artificial intelligence platform…4.3
- CVE-2026-45388In OCaml-TLS before 2.1.0, the client implementation does in…9.1
Are you affected by CVE-2026-45382?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
