Lucene search
+L

372 matches found

SUSE CVE
SUSE CVE
added 2024/04/20 2:08 a.m.9 views

SUSE CVE-2024-26862

In the Linux kernel, the following vulnerability has been resolved: packet: annotate data-races around ignoreoutgoing ignoreoutgoing is read locklessly from devqueuexmitnit and packetgetsockopt Add appropriate READONCE/WRITEONCE annotations. syzbot reported: BUG: KCSAN: data-race in devqueuexmitn...

5.5CVSS6.3AI score0.00208EPSS
SaveExploits0References19
RedhatCVE
RedhatCVE
added 2024/04/17 7:27 p.m.40 views

CVE-2024-26858

A vulnerability was found in the mlx5etxwqecomplete function in the Linux kernel. The CPU or compiler may reorder two of the functions: mlx5eptpmetadatamapput and mlx5eptpsqtrackmetadata, and a situation could arise where metadata tracking occurs before the metadata map is fully populated. This...

4.1CVSS8.9AI score0.00227EPSS
SaveExploits0References4
RedhatCVE
RedhatCVE
added 2024/04/17 5:29 p.m.40 views

CVE-2024-26834

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftflowoffload: release dst in case direct xmit path is used Direct xmit does not use it since it calls devqueuexmit to send packets, hence it calls dstrelease. kmemleak reports: unreferenced object 0xffff88814f440900...

5.5CVSS7.2AI score0.00598EPSS
SaveExploits0References4
OSV
OSV
added 2024/04/17 11:15 a.m.9 views

DEBIAN-CVE-2024-26862

In the Linux kernel, the following vulnerability has been resolved: packet: annotate data-races around ignoreoutgoing ignoreoutgoing is read locklessly from devqueuexmitnit and packetgetsockopt Add appropriate READONCE/WRITEONCE annotations. syzbot reported: BUG: KCSAN: data-race in devqueuexmitn...

4.7CVSS5.1AI score0.00208EPSS
SaveExploits0References1
OSV
OSV
added 2024/04/17 11:15 a.m.4 views

DEBIAN-CVE-2024-26858

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Use a memory barrier to enforce PTP WQ xmit submission tracking occurs after populating the metadatamap Just simply reordering the functions mlx5eptpmetadatamapput and mlx5eptpsqtrackmetadata in the mlx5etxwqecomplete...

5.5CVSS5.6AI score0.00227EPSS
SaveExploits0References1
UbuntuCve
UbuntuCve
added 2024/04/17 11:15 a.m.31 views

CVE-2024-26858

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Use a memory barrier to enforce PTP WQ xmit submission tracking occurs after populating the metadatamap Just simply reordering the functions mlx5eptpmetadatamapput and mlx5eptpsqtrackmetadata in the mlx5etxwqecomplete...

5.5CVSS6.4AI score0.00227EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/04/17 10:17 a.m.24 views

CVE-2024-26858 net/mlx5e: Use a memory barrier to enforce PTP WQ xmit submission tracking occurs after populating the metadata_map

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Use a memory barrier to enforce PTP WQ xmit submission tracking occurs after populating the metadatamap Just simply reordering the functions mlx5eptpmetadatamapput and mlx5eptpsqtrackmetadata in the mlx5etxwqecomplete...

6.9AI score0.00227EPSS
SaveExploits0References3
CVE
CVE
added 2024/04/17 10:17 a.m.158 views

CVE-2024-26858

CVE-2024-26858 : The issue is in the Linux kernel, specifically the mlx5e/PTP code. A memory-barrier-based fix was applied to ensure that PTP WQ xmit submission tracking occurs after populating the metadata_map. Merely reordering mlx5e_ptp_metadata_map_put and mlx5e_ptpsq_track_metadata in mlx5e_...

5.5CVSS6.7AI score0.00227EPSS
SaveExploits0References3Affected Software1
NVD
NVD
added 2024/04/17 10:15 a.m.27 views

CVE-2024-26834

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftflowoffload: release dst in case direct xmit path is used Direct xmit does not use it since it calls devqueuexmit to send packets, hence it calls dstrelease. kmemleak reports: unreferenced object 0xffff88814f440900...

7.5CVSS6.4AI score0.00598EPSS
SaveExploits0References5
OSV
OSV
added 2024/04/17 10:15 a.m.38 views

UBUNTU-CVE-2024-26834

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftflowoffload: release dst in case direct xmit path is used Direct xmit does not use it since it calls devqueuexmit to send packets, hence it calls dstrelease. kmemleak reports: unreferenced object 0xffff88814f440900...

7.5CVSS5.7AI score0.00598EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2024/04/17 10:10 a.m.39 views

CVE-2024-26834 netfilter: nft_flow_offload: release dst in case direct xmit path is used

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftflowoffload: release dst in case direct xmit path is used Direct xmit does not use it since it calls devqueuexmit to send packets, hence it calls dstrelease. kmemleak reports: unreferenced object 0xffff88814f440900...

7.5CVSS6.7AI score0.00598EPSS
SaveExploits0References5
Vulnrichment
Vulnrichment
added 2024/04/17 10:10 a.m.19 views

CVE-2024-26834 netfilter: nft_flow_offload: release dst in case direct xmit path is used

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftflowoffload: release dst in case direct xmit path is used Direct xmit does not use it since it calls devqueuexmit to send packets, hence it calls dstrelease. kmemleak reports: unreferenced object 0xffff88814f440900...

7.5CVSS6.8AI score0.00598EPSS
SaveExploits0References5
CVE
CVE
added 2024/04/17 10:10 a.m.109 views

CVE-2024-26834

The CVE refers to the Linux kernel netfilter nft_flow_offload path: when using the direct xmit path, dst_release is not invoked, leading to a kmemleak-reported unreferenced object. The vulnerability is described as resolved in the Linux kernel, with fixes implemented in the nft_flow_offload flow ...

7.5CVSS6.6AI score0.00598EPSS
SaveExploits0References5Affected Software1
Debian CVE
Debian CVE
added 2024/04/17 10:10 a.m.77 views

CVE-2024-26834

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftflowoffload: release dst in case direct xmit path is used Direct xmit does not use it since it calls devqueuexmit to send packets, hence it calls dstrelease. kmemleak reports: unreferenced object 0xffff88814f440900...

7.5CVSS5.3AI score0.00598EPSS
SaveExploits0
OSV
OSV
added 2024/04/17 10:10 a.m.14 views

CVE-2024-26834 netfilter: nft_flow_offload: release dst in case direct xmit path is used

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftflowoffload: release dst in case direct xmit path is used Direct xmit does not use it since it calls devqueuexmit to send packets, hence it calls dstrelease. kmemleak reports: unreferenced object 0xffff88814f440900...

7.5CVSS4.9AI score
SaveExploits0References8
SUSE CVE
SUSE CVE
added 2024/04/05 2:21 a.m.9 views

SUSE CVE-2024-26666

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix RCU use in TDLS fast-xmit This looks up the link under RCU protection, but isn't guaranteed to actually have protection. Fix that...

5.5CVSS6.4AI score0.00332EPSS
SaveExploits0References3
OSV
OSV
added 2024/04/03 5:15 p.m.4 views

DEBIAN-CVE-2024-26779

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix race condition on enabling fast-xmit fast-xmit must only be enabled after the sta has been uploaded to the driver, otherwise it could end up passing the not-yet-uploaded sta via drvtx calls to the driver,...

8.8CVSS5.6AI score0.00279EPSS
SaveExploits0References1
NVD
NVD
added 2024/04/03 5:15 p.m.30 views

CVE-2024-26779

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix race condition on enabling fast-xmit fast-xmit must only be enabled after the sta has been uploaded to the driver, otherwise it could end up passing the not-yet-uploaded sta via drvtx calls to the driver,...

8.8CVSS7.3AI score0.00279EPSS
SaveExploits0References10
OSV
OSV
added 2024/04/03 5:15 p.m.13 views

UBUNTU-CVE-2024-26779

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix race condition on enabling fast-xmit fast-xmit must only be enabled after the sta has been uploaded to the driver, otherwise it could end up passing the not-yet-uploaded sta via drvtx calls to the driver,...

8.8CVSS6.2AI score0.00279EPSS
SaveExploits0References23
UbuntuCve
UbuntuCve
added 2024/04/03 5:15 p.m.38 views

CVE-2024-26779

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: fix race condition on enabling fast-xmit fast-xmit must only be enabled after the sta has been uploaded to the driver, otherwise it could end up passing the not-yet-uploaded sta via drvtx calls to the driver,...

8.8CVSS6.1AI score0.00279EPSS
SaveExploits0References22
Rows per page
Query Builder