CVE Catalog

CVE-2026-97504

Unknown
Published: Translated: NVD NIST

Summary

In the Linux kernel, the lenovo_se10_wdt watchdog driver has a use-after-free vulnerability and resource leak risk. The issue involves the se10_pdev pointer not being nulled after free, and the DMI callback.

Risk Assessment

Could lead to system crashes or memory leaks, potentially exploited for DoS attacks.

Recommendation

Apply the patch that nulls the se10_pdev pointer and directly calls se10_create_platform_device, handling errors appropriately.

Other vulnerabilities in Linux kernel

See all
Original NVD description (English source)

In the Linux kernel, the following vulnerability has been resolved: watchdog: lenovo_se10_wdt: Fix use-after-free and resource leak risk Review by sashiko.dev highlighted potential use after free and resource leak instances. Set se10_pdev to null to prevent use after free Remove DMI call back and instead directly call se10_create_platform_device. Handle error cases appropriately

Vulnerability data from NVD (NIST) · CISA KEV · EPSS