CVE-2026-88373
Last modified
CVE-2026-88373 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. libde265 commit 4d45a6b contains a NULL pointer dereference vulnerability in the NAL parsing path. When de265_push_NAL() is called with a zero-length NAL unit, the resulting NAL_unit may retain a NULL backing buffer, which is subsequently passed as the destination argument to memcpy() in NAL_unit::set_data(). EPSS estimates a 0.15% chance of exploitation in the next 30 days.
Description
libde265 commit 4d45a6b contains a NULL pointer dereference vulnerability in the NAL parsing path. When de265_push_NAL() is called with a zero-length NAL unit, the resulting NAL_unit may retain a NULL backing buffer, which is subsequently passed as the destination argument to memcpy() in NAL_unit::set_data(). Although the copy length is zero, this violates the nonnull requirement of memcpy() and results in undefined behavior, causing process termination in UBSan-instrumented builds and denial of service.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| — | — | n/a |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-88373?
How severe is CVE-2026-88373?
How do I fix CVE-2026-88373?
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-88368NanoSVG commit 239e102ec contains an incorrect numeric conve…7.5
- CVE-2026-88369zserge jsmn commit 25647e6 is vulnerable to Buffer Overflow …7.3
- CVE-2026-8837The WP Iframe Geo Style for Amazon affiliates plugin for Wor…6.4
- CVE-2026-88370libconfini 1.16.4 contains a heap out-of-bounds write condit…5.3
- CVE-2026-88371ZBar commit 2ea2ca58 contains an undefined-behavior vulnerab…
- CVE-2026-88372libsndfile 1.2.2 contains an integer overflow vulnerability …7.5
- CVE-2026-88376Bento4 1.6.0.0 contains an integer underflow vulnerability i…7.5
- CVE-2026-88377Bento4 1.6.0.0 contains an integer underflow vulnerability i…
- CVE-2026-88378QuickJS commit 04be24600 contains a heap out-of-bounds write…
- CVE-2026-8838Unsafe use of Python's eval() on server-received data in the…9.8
- CVE-2026-88382hiredis commit 29ea279 (post-v1.5.0) contains an uncontrolle…7.5
- CVE-2026-88383libical 4.0.6 contains an incompatible function pointer in i…
Are you affected by CVE-2026-88373?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
