CVE-2026-74473
- EPSS 0.51%
- Veröffentlicht 15.08.2026 12:27:09
- Zuletzt bearbeitet 19.08.2026 17:21:04
In the Linux kernel, the following vulnerability has been resolved: vxlan: use pskb_network_may_pull() in route_shortcircuit() route_shortcircuit() currently calls pskb_may_pull(skb, sizeof(struct iphdr)) (or ipv6hdr), which checks if bytes are ava...
- EPSS 0.17%
- Veröffentlicht 15.08.2026 12:27:08
- Zuletzt bearbeitet 19.08.2026 17:21:04
In the Linux kernel, the following vulnerability has been resolved: ublk: reset kernel-owned dev_info fields in ublk_ctrl_add_dev() ublk_ctrl_add_dev() memcpy()s the userspace ublksrv_ctrl_dev_info into ub->dev_info and then fixes up the fields the...
CVE-2026-74471
- EPSS 0.13%
- Veröffentlicht 15.08.2026 12:27:08
- Zuletzt bearbeitet 19.08.2026 17:21:04
In the Linux kernel, the following vulnerability has been resolved: tracing: Check return value of __register_event() in trace_module_add_events() trace_module_add_events() ignores the return value of __register_event() and unconditionally calls __...
CVE-2026-74470
- EPSS 0.17%
- Veröffentlicht 15.08.2026 12:27:07
- Zuletzt bearbeitet 23.08.2026 13:16:43
In the Linux kernel, the following vulnerability has been resolved: scsi: scsi_debug: Fix REPORT ZONES alloc_len underflow OOB write resp_report_zones() sizes the reply buffer from the CDB allocation length. The v3 fix rounds alloc_len up with ALIG...
CVE-2026-74469
- EPSS 0.47%
- Veröffentlicht 15.08.2026 12:27:06
- Zuletzt bearbeitet 19.08.2026 17:21:03
In the Linux kernel, the following vulnerability has been resolved: sctp: prevent peer transport count overflow sctp_assoc_add_peer() increments the association's 16-bit transport_count for every new unique peer. Adding the 65,536th transport wraps...
- EPSS 0.18%
- Veröffentlicht 15.08.2026 12:27:06
- Zuletzt bearbeitet 19.08.2026 17:21:03
In the Linux kernel, the following vulnerability has been resolved: gpio: pch: use raw_spinlock_t for the register lock pch_irq_type() is registered as the irq_chip .irq_set_type callback and takes chip->spinlock with spin_lock_irqsave(). This cal...
CVE-2026-74467
- EPSS 0.17%
- Veröffentlicht 15.08.2026 12:27:05
- Zuletzt bearbeitet 19.08.2026 17:21:03
In the Linux kernel, the following vulnerability has been resolved: s390/qeth: Check CAP_NET_ADMIN for private ioctls Gate the SIOCDEVPRIVATE ioctl commands SIOC_QETH_ADP_SET_SNMP_CONTROL, SIOC_QETH_GET_CARD_TYPE and SIOC_QETH_QUERY_OAT with CAP_NE...
- EPSS 0.17%
- Veröffentlicht 15.08.2026 12:27:05
- Zuletzt bearbeitet 17.08.2026 06:19:42
In the Linux kernel, the following vulnerability has been resolved: s390/zcrypt: Close speculative mem read possibility The domain value is extracted from a given CCA or EP11 ioctl struct when a CPRB is about to be sent. Thus this is a user control...
CVE-2026-74465
- EPSS 0.13%
- Veröffentlicht 15.08.2026 12:27:04
- Zuletzt bearbeitet 19.08.2026 17:21:03
In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: fix potential UAF on meter attach failure While attaching a newly created meter attach_meter() function makes the new meter visible to other CPUs but can still fa...
- EPSS 0.18%
- Veröffentlicht 15.08.2026 12:27:03
- Zuletzt bearbeitet 19.08.2026 17:21:03
In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: fix skb leak on flow key update failure during ct ovs_ct_execute() always steals or frees the skb on failure while ovs_flow_key_update() does not. So, if it fail...