CVE-2026-88373: Null Pointer Dereference

Published Sep 24, 2026
·
Updated

libde265 commit 4d45a6b contains a NULL pointer dereference vulnerability in the NAL parsing path. When de265pushNAL() is called with a zero-length NAL unit, the resulting NALunit may retain a NULL backing buffer, which is subsequently passed as the destination argument to memcpy() in NALunit::setdata(). 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.

Affected Software

1 affected component
Libde265 Libde265=4d45a6b

Event History

Sep 24, 2026
CVE Published
via MITRE·12:00 AM
Data Sourced
via MITRE·12:00 AM
Description
Data Sourced
via NVD·05:17 PM
Description

Frequently Asked Questions

1

What input is needed to trigger the issue?

An attacker needs to cause libde265 to process a zero-length NAL unit through de265_push_NAL(). This can leave the NAL unit without a backing buffer before NAL_unit::set_data() invokes memcpy().

2

What is the practical impact?

The undefined memcpy() call can terminate the process in UBSan-instrumented builds, resulting in denial of service. The provided information does not establish impacts beyond process termination.

3

How can I determine whether my code path is exposed?

Review whether your application passes externally supplied or otherwise attacker-controlled NAL units to de265_push_NAL(), and whether zero-length units can reach that call. Builds using UBSan are specifically described as terminating when the condition occurs.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203