Lucene search
+L

361 matches found

NVD
NVD
added 2026/08/22 4:16 p.m.8 views

CVE-2026-74666

In the Linux kernel, the following vulnerability has been resolved: packet: synchronize pressure clearing with ring reconfiguration packetsetring updates the RX ring state under skreceivequeue.lock, but used to publish the tpacket receive mode through po-prothook.func after releasing that lock...

SaveExploits0References5
Cvelist
Cvelist
added 2026/08/22 3:32 p.m.17 views

CVE-2026-74668 packet: use consistent hard_header_len in TX_RING send path

In the Linux kernel, the following vulnerability has been resolved: packet: use consistent hardheaderlen in TXRING send path tpacketsnd reads dev-hardheaderlen independently for skb allocation and header construction in tpacketfillskb. Concurrent netdevice reconfiguration can therefore make the...

SaveExploits0References5
EUVD
EUVD
added 2026/08/22 3:32 p.m.6 views

EUVD-2026-64355

In the Linux kernel, the following vulnerability has been resolved: packet: use consistent hardheaderlen in TXRING send path tpacketsnd reads dev-hardheaderlen independently for skb allocation and header construction in tpacketfillskb. Concurrent netdevice reconfiguration can therefore make the...

5.5AI score
SaveExploits0References5
EUVD
EUVD
added 2026/08/22 3:32 p.m.6 views

EUVD-2026-64353

In the Linux kernel, the following vulnerability has been resolved: packet: synchronize pressure clearing with ring reconfiguration packetsetring updates the RX ring state under skreceivequeue.lock, but used to publish the tpacket receive mode through po-prothook.func after releasing that lock...

5.6AI score
SaveExploits0References5
CVE
CVE
added 2026/08/22 3:32 p.m.8 views

CVE-2026-74666

This vulnerability affects the Linux kernel AF_PACKET (packet socket) subsystem. A race condition exists in packet_set_ring(): the tpacket receive mode was published via po->prot_hook.func after releasing sk_receive_queue.lock, while the RX ring state was already updated under that lock. This ...

5.6AI score
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.9 views

PT-2026-79673

In the Linux kernel, the following vulnerability has been resolved: packet: use consistent hard header len in TX RING send path tpacket snd reads dev-hard header len independently for skb allocation and header construction in tpacket fill skb. Concurrent netdevice reconfiguration can therefore ma...

5.3AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/08/22 12:00 a.m.7 views

PT-2026-79671

In the Linux kernel, the following vulnerability has been resolved: packet: synchronize pressure clearing with ring reconfiguration packet set ring updates the RX ring state under sk receive queue.lock, but used to publish the tpacket receive mode through po-prot hook.func after releasing that...

5.5AI score
SaveExploits0References6
RedhatCVE
RedhatCVE
added 2026/08/21 5:57 p.m.9 views

CVE-2026-74582

A flaw was found in the Linux kernel's packet handling functions, specifically packetsnd and packetsendmsgspkt. This vulnerability arises from inconsistent handling of network device header lengths during packet construction. A local attacker could exploit this by triggering a race condition duri...

7CVSS5.7AI score0.00156EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/08/21 4:31 p.m.13 views

EUVD-2026-64002

In the Linux kernel, the following vulnerability has been resolved: vhost: reset the vring metadata cache on vring reconfiguration vq-metaiotlb caches the vhostiotlbmap that backs each vring metadata region, and iotlbaccessok returns early on a cache hit, taking the hit as proof that the region h...

5.5AI score0.00165EPSS
SaveExploits0References8
CVE
CVE
added 2026/08/21 4:31 p.m.15 views

CVE-2026-74580

CVE-2026-74580 is a vulnerability in the Linux kernel vhost subsystem. The vq->meta_iotlb[] cache, which stores IOTLB mappings for vring metadata regions, is not invalidated when VHOST_SET_VRING_ADDR or VHOST_SET_VRING_NUM reconfigures a live vring. This causes iotlb_access_ok() to return a st...

5.5AI score0.00165EPSS
SaveExploits0References8
OSV
OSV
added 2026/08/21 4:31 p.m.8 views

CVE-2026-74580 vhost: reset the vring metadata cache on vring reconfiguration

In the Linux kernel, the following vulnerability has been resolved: vhost: reset the vring metadata cache on vring reconfiguration vq-metaiotlb caches the vhostiotlbmap that backs each vring metadata region, and iotlbaccessok returns early on a cache hit, taking the hit as proof that the region h...

5.7AI score
SaveExploits0References11
Positive Technologies
Positive Technologies
added 2026/08/21 12:00 a.m.13 views

PT-2026-79403

In the Linux kernel, the following vulnerability has been resolved: packet: use consistent hard header len in non-ring send paths packet snd reads dev-hard header len multiple times while allocating and constructing an skb. Device reconfiguration can change this value concurrently, for example...

5.4AI score0.00156EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/08/21 12:00 a.m.13 views

PT-2026-79401

In the Linux kernel, the following vulnerability has been resolved: vhost: reset the vring metadata cache on vring reconfiguration vq-meta iotlb caches the vhost iotlb map that backs each vring metadata region, and iotlb access ok returns early on a cache hit, taking the hit as proof that the...

5.5AI score0.00165EPSS
SaveExploits0References9
OSV
OSV
added 2026/08/15 6:20 a.m.6 views

UBUNTU-CVE-2026-68471

In the Linux kernel, the following vulnerability has been resolved: wifi: ieee80211: validate MLE common info length ieee80211mlecommonsize uses the first common-info octet as the common information length for all known MLE types. However, ieee80211mlesizeok only validates that octet for Basic,...

8.8CVSS5.3AI score0.00318EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2026/08/15 5:51 a.m.20 views

CVE-2026-68471 wifi: ieee80211: validate MLE common info length

In the Linux kernel, the following vulnerability has been resolved: wifi: ieee80211: validate MLE common info length ieee80211mlecommonsize uses the first common-info octet as the common information length for all known MLE types. However, ieee80211mlesizeok only validates that octet for Basic,...

8.8CVSS0.00318EPSS
SaveExploits0References3
EUVD
EUVD
added 2026/08/15 5:51 a.m.5 views

EUVD-2026-59093

In the Linux kernel, the following vulnerability has been resolved: wifi: ieee80211: validate MLE common info length ieee80211mlecommonsize uses the first common-info octet as the common information length for all known MLE types. However, ieee80211mlesizeok only validates that octet for Basic,...

5.3AI score0.00318EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/30 7:16 a.m.13 views

CVE-2026-44101

Due to missing authentication the CHARX OCPP Agent service allows an unauthenticated remote attacker to reconfigure the backend connection. This can lead to Denial-of-Service and confidential data being disclosed to the attacker...

9.8CVSS0.00401EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/07/30 6:51 a.m.45 views

CVE-2026-44101 OCPP reconfiguration vulnerability

Due to missing authentication the CHARX OCPP Agent service allows an unauthenticated remote attacker to reconfigure the backend connection. This can lead to Denial-of-Service and confidential data being disclosed to the attacker...

9.8CVSS0.00401EPSS
SaveExploits0References1
ATTACKERKB
ATTACKERKB
added 2026/07/30 6:51 a.m.18 views

CVE-2026-44101

Due to missing authentication the CHARX OCPP Agent service allows an unauthenticated remote attacker to reconfigure the backend connection. This can lead to Denial-of-Service and confidential data being disclosed to the attacker...

9.8CVSS5.9AI score0.00401EPSS
SaveExploits0References2Affected Software4
CVE
CVE
added 2026/07/30 6:51 a.m.57 views

CVE-2026-44101

CVE-2026-44101 affects the CHARX OCPP Agent service. The vulnerability arises from missing authentication, allowing an unauthenticated remote attacker to reconfigure the backend connection. Reported impacts include Denial-of-Service and leakage of confidential data through backend reconfiguration...

9.8CVSS5.9AI score0.00401EPSS
SaveExploits0References1
Rows per page
Query Builder