CVE-2026-43226
- EPSS 0.07%
- Veröffentlicht 06.05.2026 11:28:24
- Zuletzt bearbeitet 08.05.2026 21:17:34
In the Linux kernel, the following vulnerability has been resolved: net/rds: No shortcut out of RDS_CONN_ERROR RDS connections carry a state "rds_conn_path::cp_state" and transitions from one state to another and are conditional upon an expected st...
CVE-2026-43222
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:28:22
- Zuletzt bearbeitet 08.05.2026 21:12:57
In the Linux kernel, the following vulnerability has been resolved: media: verisilicon: AV1: Fix tile info buffer size Each tile info is composed of: row_sb, col_sb, start_pos and end_pos (4 bytes each). So the total required memory is AV1_MAX_TILE...
CVE-2026-43223
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:28:22
- Zuletzt bearbeitet 08.05.2026 21:14:54
In the Linux kernel, the following vulnerability has been resolved: media: pvrusb2: fix URB leak in pvr2_send_request_ex When pvr2_send_request_ex() submits a write URB successfully but fails to submit the read URB (e.g. returns -ENOMEM), it return...
CVE-2026-43221
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:28:21
- Zuletzt bearbeitet 12.05.2026 19:09:12
In the Linux kernel, the following vulnerability has been resolved: ipmi: ipmb: initialise event handler read bytes IPMB doesn't use i2c reads, but the handler needs to set a value. Otherwise an i2c read will return an uninitialised value from the ...
CVE-2026-43219
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:28:20
- Zuletzt bearbeitet 12.05.2026 19:12:37
In the Linux kernel, the following vulnerability has been resolved: net: cpsw_new: Fix potential unregister of netdev that has not been registered yet If an error occurs during register_netdev() for the first MAC in cpsw_register_ports(), even thou...
CVE-2026-43220
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:28:20
- Zuletzt bearbeitet 14.05.2026 15:16:47
In the Linux kernel, the following vulnerability has been resolved: iommu/amd: serialize sequence allocation under concurrent TLB invalidations With concurrent TLB invalidations, completion wait randomly gets timed out because cmd_sem_val was incre...
CVE-2026-43218
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:28:19
- Zuletzt bearbeitet 11.05.2026 19:27:37
In the Linux kernel, the following vulnerability has been resolved: media: i2c/tw9903: Fix potential memory leak in tw9903_probe() In one of the error paths in tw9903_probe(), the memory allocated in v4l2_ctrl_handler_init() and v4l2_ctrl_new_std()...
CVE-2026-43216
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:28:18
- Zuletzt bearbeitet 11.05.2026 19:28:01
In the Linux kernel, the following vulnerability has been resolved: net: Drop the lock in skb_may_tx_timestamp() skb_may_tx_timestamp() may acquire sock::sk_callback_lock. The lock must not be taken in IRQ context, only softirq is okay. A few drive...
CVE-2026-43215
- EPSS 0.04%
- Veröffentlicht 06.05.2026 11:28:17
- Zuletzt bearbeitet 11.05.2026 19:44:10
In the Linux kernel, the following vulnerability has been resolved: cifs: Fix locking usage for tcon fields We used to use the cifs_tcp_ses_lock to protect a lot of objects that are not just the server, ses or tcon lists. We later introduced srv_lo...
CVE-2026-43214
- EPSS 0.01%
- Veröffentlicht 06.05.2026 11:28:16
- Zuletzt bearbeitet 11.05.2026 19:44:24
In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Add SRCU protection for reading PDPTRs in __get_sregs2() Add SRCU read-side protection when reading PDPTR registers in __get_sregs2(). Reading PDPTRs may trigger access ...