Bug 2513060 (CVE-2026-19411)

Summary: CVE-2026-19411 shim/dp.c library: NULL-pointer dereference in is_removable_media_path() when DevicePathToStr() returns NULL
Product: [Other] Security Response Reporter: OSIDB Bzimport <bzimport>
Component: vulnerabilityAssignee: Product Security <prodsec-ir-bot>
Status: NEW --- QA Contact:
Severity: low Docs Contact:
Priority: low    
Version: unspecifiedCC: rhel-process-autobot, watson-tool-maintainers
Target Milestone: ---Keywords: Security
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: ---
Doc Text:
A NULL pointer vulnerability has been found in the the shim application of dp.c library. A missing NULL pointer could allow attackers to perform a denial of service attack on a system that uses shim application for UEFI bootloader.
Story Points: ---
Clone Of: Environment:
Last Closed: Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description OSIDB Bzimport 2026-08-10 09:32:58 UTC
NULL-pointer dereference in `is_removable_media_path()`: when DevicePathToStr() returns `NULL` (e.g. on EFI pool-allocation failure), the result is passed directly to `StrnCaseCmp()`, which dereferences it on the first loop iteration and crashes. This is a 
robustness / defensive-hardening issue -- a missing NULL check on a boot-path helper, rather than an attacker-controlled memory-safety bug.