- EPSS 0.03%
- Veröffentlicht 30.12.2025 12:10:59
- Zuletzt bearbeitet 31.12.2025 20:43:05
In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Add overflow check for attribute size The offset addition could overflow and pass the used size check given an attribute with very large size (e.g., 0xffffff7f) while par...
- EPSS 0.03%
- Veröffentlicht 30.12.2025 12:10:58
- Zuletzt bearbeitet 31.12.2025 20:43:05
In the Linux kernel, the following vulnerability has been resolved: jbd2: fix potential buffer head reference count leak As in 'jbd2_fc_wait_bufs' if buffer isn't uptodate, will return -EIO without update 'journal->j_fc_off'. But 'jbd2_fc_release_b...
- EPSS 0.03%
- Veröffentlicht 30.12.2025 12:10:57
- Zuletzt bearbeitet 31.12.2025 20:43:05
In the Linux kernel, the following vulnerability has been resolved: net: dsa: tag_8021q: avoid leaking ctx on dsa_tag_8021q_register() error path If dsa_tag_8021q_setup() fails, for example due to the inability of the device to install a VLAN, the ...
- EPSS 0.05%
- Veröffentlicht 30.12.2025 12:10:57
- Zuletzt bearbeitet 31.12.2025 20:43:05
In the Linux kernel, the following vulnerability has been resolved: net: stream: purge sk_error_queue in sk_stream_kill_queues() Changheon Lee reported TCP socket leaks, with a nice repro. It seems we leak TCP sockets with the following sequence: ...
- EPSS 0.04%
- Veröffentlicht 30.12.2025 12:10:56
- Zuletzt bearbeitet 31.12.2025 20:43:05
In the Linux kernel, the following vulnerability has been resolved: remoteproc: sysmon: fix memory leak in qcom_add_sysmon_subdev() The kfree() should be called when of_irq_get_byname() fails or devm_request_threaded_irq() fails in qcom_add_sysmon_...
- EPSS 0.04%
- Veröffentlicht 30.12.2025 12:10:55
- Zuletzt bearbeitet 31.12.2025 20:43:05
In the Linux kernel, the following vulnerability has been resolved: nfc: Fix potential resource leaks nfc_get_device() take reference for the device, add missing nfc_put_device() to release it when not need anymore. Also fix the style warnning by u...
- EPSS 0.03%
- Veröffentlicht 30.12.2025 12:10:55
- Zuletzt bearbeitet 31.12.2025 20:43:05
In the Linux kernel, the following vulnerability has been resolved: jbd2: add miss release buffer head in fc_do_one_pass() In fc_do_one_pass() miss release buffer head after use which will lead to reference count leak.
- EPSS 0.02%
- Veröffentlicht 30.12.2025 12:10:54
- Zuletzt bearbeitet 31.12.2025 20:43:05
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: use hdev->workqueue when queuing hdev->{cmd,ncmd}_timer works syzbot is reporting attempt to schedule hdev->cmd_work work from system_wq WQ into hdev->workqueue WQ which...
- EPSS 0.04%
- Veröffentlicht 30.12.2025 12:10:53
- Zuletzt bearbeitet 31.12.2025 20:43:05
In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: fix potential memory leak in wilc_mac_xmit() The wilc_mac_xmit() returns NETDEV_TX_OK without freeing skb, add dev_kfree_skb() to fix it. Compile tested only.
- EPSS 0.03%
- Veröffentlicht 30.12.2025 12:10:52
- Zuletzt bearbeitet 31.12.2025 20:43:05
In the Linux kernel, the following vulnerability has been resolved: auxdisplay: hd44780: Fix potential memory leak in hd44780_remove() hd44780_probe() allocates a memory chunk for hd with kzalloc() and makes "lcd->drvdata->hd44780" point to it. Whe...