CyberRota
← Ana sayfaya dön

CVE-2026-63906

UNKNOWN · CVSS N/A

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-07-19T16:17:08.400 · Çekilme zamanı: 2026-07-20T12:07:00.553081+00:00

CyberRota Yorumu

Detaylı analiz gerekiyor.

CVE
CVE-2026-63906
Severity
UNKNOWN
CVSS
N/A
EPSS
Yok
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: usb: musb: omap2430: Fix use-after-free in omap2430_probe() In omap2430_probe(), of_node_put(np) is called prematurely before the last access to np, leading to a use-after-free if the node's reference count drops to zero. Move the of_node_put() calls after the last use of np in both the success and error paths.