CVE-2025-39809
- EPSS 0.02%
- Veröffentlicht 16.09.2025 13:00:11
- Zuletzt bearbeitet 02.12.2025 18:46:06
In the Linux kernel, the following vulnerability has been resolved: HID: intel-thc-hid: intel-quicki2c: Fix ACPI dsd ICRS/ISUB length The QuickI2C ACPI _DSD methods return ICRS and ISUB data with a trailing byte, making the actual length is one mor...
CVE-2025-39807
- EPSS 0.02%
- Veröffentlicht 16.09.2025 13:00:10
- Zuletzt bearbeitet 02.12.2025 18:45:50
In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Add error handling for old state CRTC in atomic_disable Introduce error handling to address an issue where, after a hotplug event, the cursor continues to update. Thi...
- EPSS 0.04%
- Veröffentlicht 16.09.2025 13:00:09
- Zuletzt bearbeitet 03.11.2025 18:16:48
In the Linux kernel, the following vulnerability has been resolved: HID: multitouch: fix slab out-of-bounds access in mt_report_fixup() A malicious HID device can trigger a slab out-of-bounds during mt_report_fixup() by passing in report descriptor...
CVE-2025-39805
- EPSS 0.02%
- Veröffentlicht 16.09.2025 13:00:06
- Zuletzt bearbeitet 06.12.2025 22:15:51
In the Linux kernel, the following vulnerability has been resolved: net: macb: fix unregister_netdev call order in macb_remove() When removing a macb device, the driver calls phy_exit() before unregister_netdev(). This leads to a WARN from kernfs: ...
CVE-2023-53302
- EPSS 0.02%
- Veröffentlicht 16.09.2025 08:11:33
- Zuletzt bearbeitet 02.12.2025 19:31:15
In the Linux kernel, the following vulnerability has been resolved: wifi: iwl4965: Add missing check for create_singlethread_workqueue() Add the check for the return value of the create_singlethread_workqueue() in order to avoid NULL pointer derefe...
CVE-2023-53303
- EPSS 0.02%
- Veröffentlicht 16.09.2025 08:11:33
- Zuletzt bearbeitet 02.12.2025 19:31:22
In the Linux kernel, the following vulnerability has been resolved: net: microchip: vcap api: Fix possible memory leak for vcap_dup_rule() Inject fault When select CONFIG_VCAP_KUNIT_TEST, the below memory leak occurs. If kzalloc() for duprule succe...
- EPSS 0.03%
- Veröffentlicht 16.09.2025 08:11:32
- Zuletzt bearbeitet 16.09.2025 12:49:16
In the Linux kernel, the following vulnerability has been resolved: f2fs: fix kernel crash due to null io->bio We should return when io->bio is null before doing anything. Otherwise, panic. BUG: kernel NULL pointer dereference, address: 0000000000...
CVE-2023-53300
- EPSS 0.02%
- Veröffentlicht 16.09.2025 08:11:31
- Zuletzt bearbeitet 02.12.2025 19:28:34
In the Linux kernel, the following vulnerability has been resolved: media: hi846: Fix memleak in hi846_init_controls() hi846_init_controls doesn't clean the allocated ctrl_hdlr in case there is a failure, which causes memleak. Add v4l2_ctrl_handler...
CVE-2023-53298
- EPSS 0.02%
- Veröffentlicht 16.09.2025 08:11:30
- Zuletzt bearbeitet 02.12.2025 19:28:18
In the Linux kernel, the following vulnerability has been resolved: nfc: fix memory leak of se_io context in nfc_genl_se_io The callback context for sending/receiving APDUs to/from the selected secure element is allocated inside nfc_genl_se_io and ...
CVE-2023-53299
- EPSS 0.02%
- Veröffentlicht 16.09.2025 08:11:30
- Zuletzt bearbeitet 02.12.2025 19:28:25
In the Linux kernel, the following vulnerability has been resolved: md/raid10: fix leak of 'r10bio->remaining' for recovery raid10_sync_request() will add 'r10bio->remaining' for both rdev and replacement rdev. However, if the read io fails, recove...