SEPTEMBER 23, 2026
Live Feed
Back to database
Case File

CVE-2026-72077

UNKNOWN · CVSS N/A EPSS 0.22%

Source: NVD + CISA KEV + EPSS · Published 2026-08-15 · Last synced 2026-09-14

CyberRota Analysis

AI-Generated

A vulnerability in the Linux kernel affects the ims-pcu component, where firmware objects are not properly released upon validation failure, potentially leading to memory leaks. This issue could impact system stability and resource management, making it critical for developers and system administrators using affected Linux distributions to prioritize this fix. Users should ensure they are running the latest kernel updates to mitigate potential risks associated with this vulnerability.

CVE
CVE-2026-72077
Severity
UNKNOWN
CVSS
N/A
EPSS
0.22%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: Input: ims-pcu - fix firmware leak in async update The firmware object was not being released if validation failed. Use __free(firmware) to ensure the firmware is always released.