CyberRota
← Ana sayfaya dön

CVE-2026-43246

MEDIUM · CVSS 5.5 EPSS %0.01

Kaynak: NVD + CISA KEV + EPSS · Yayınlanma: 2026-05-06T12:16:45.103 · Çekilme zamanı: 2026-06-05T12:00:33.347647+00:00

CyberRota Yorumu

Bellek tüketimine neden olabilir.

CVE
CVE-2026-43246
Severity
MEDIUM
CVSS
5.5
EPSS
%0.01
Linux

Orijinal NVD Açıklaması

In the Linux kernel, the following vulnerability has been resolved: media: i2c/tw9906: Fix potential memory leak in tw9906_probe() In one of the error paths in tw9906_probe(), the memory allocated in v4l2_ctrl_handler_init() and v4l2_ctrl_new_std() is not freed. Fix that by calling v4l2_ctrl_handler_free() on the handler in that error path.