- EPSS 0.04%
- Veröffentlicht 25.03.2026 10:27:07
- Zuletzt bearbeitet 18.04.2026 09:16:18
In the Linux kernel, the following vulnerability has been resolved: net: usb: kaweth: validate USB endpoints The kaweth driver should validate that the device it is probing has the proper number and types of USB endpoints it is expecting before it ...
- EPSS 0.04%
- Veröffentlicht 25.03.2026 10:27:02
- Zuletzt bearbeitet 18.04.2026 09:16:18
In the Linux kernel, the following vulnerability has been resolved: can: ems_usb: ems_usb_read_bulk_callback(): check the proper length of a message When looking at the data in a USB urb, the actual_length is the size of the buffer passed to the dr...
- EPSS 0.04%
- Veröffentlicht 25.03.2026 10:26:58
- Zuletzt bearbeitet 18.04.2026 09:16:18
In the Linux kernel, the following vulnerability has been resolved: smb: client: Don't log plaintext credentials in cifs_set_cifscreds When debug logging is enabled, cifs_set_cifscreds() logs the key payload and exposes the plaintext username and p...
- EPSS 0.04%
- Veröffentlicht 25.03.2026 10:26:51
- Zuletzt bearbeitet 18.04.2026 09:16:17
In the Linux kernel, the following vulnerability has been resolved: net: vxlan: fix nd_tbl NULL dereference when IPv6 is disabled When booting with the 'ipv6.disable=1' parameter, the nd_tbl is never initialized because inet6_init() exits before nd...
- EPSS 0.04%
- Veröffentlicht 25.03.2026 10:26:50
- Zuletzt bearbeitet 25.03.2026 15:41:33
In the Linux kernel, the following vulnerability has been resolved: scsi: target: Fix recursive locking in __configfs_open_file() In flush_write_buffer, &p->frag_sem is acquired and then the loaded store function is called, which, here, is target_c...
- EPSS 0.04%
- Veröffentlicht 25.03.2026 10:26:49
- Zuletzt bearbeitet 18.04.2026 09:16:17
In the Linux kernel, the following vulnerability has been resolved: nfc: pn533: properly drop the usb interface reference on disconnect When the device is disconnected from the driver, there is a "dangling" reference count on the usb interface that...
- EPSS 0.04%
- Veröffentlicht 25.03.2026 10:26:48
- Zuletzt bearbeitet 18.04.2026 09:16:16
In the Linux kernel, the following vulnerability has been resolved: IB/mthca: Add missed mthca_unmap_user_db() for mthca_create_srq() Fix a user triggerable leak on the system call failure path.
- EPSS 0.04%
- Veröffentlicht 25.03.2026 10:26:48
- Zuletzt bearbeitet 18.04.2026 09:16:16
In the Linux kernel, the following vulnerability has been resolved: net: usb: pegasus: validate USB endpoints The pegasus driver should validate that the device it is probing has the proper number and types of USB endpoints it is expecting before i...
- EPSS 0.04%
- Veröffentlicht 25.03.2026 10:26:45
- Zuletzt bearbeitet 18.04.2026 09:16:16
In the Linux kernel, the following vulnerability has been resolved: atm: lec: fix null-ptr-deref in lec_arp_clear_vccs syzkaller reported a null-ptr-deref in lec_arp_clear_vccs(). This issue can be easily reproduced using the syzkaller reproducer. ...
- EPSS 0.03%
- Veröffentlicht 25.03.2026 10:26:44
- Zuletzt bearbeitet 25.03.2026 15:41:33
In the Linux kernel, the following vulnerability has been resolved: drbd: fix null-pointer dereference on local read error In drbd_request_endio(), READ_COMPLETED_WITH_ERROR is passed to __req_mod() with a NULL peer_device: __req_mod(req, what, ...