Lucene search
+L

171 matches found

RedHat Linux
RedHat Linux
added 2025/08/18 12:14 p.m.13 views

kernel: tls: always refresh the queue when reading sock

In the Linux kernel, the following vulnerability has been resolved: tls: always refresh the queue when reading sock After recent changes in net-next TCP compacts skbs much more aggressively. This unearthed a bug in TLS where we may try to operate on an old skb when checking if all skbs in the que...

9.8CVSS6.8AI score0.00397EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2025/08/16 11:22 p.m.7 views

SUSE CVE-2025-38532

In the Linux kernel, the following vulnerability has been resolved: net: libwx: properly reset Rx ring descriptor When device reset is triggered by feature changes such as toggling Rx VLAN offload, wx-doreset is called to reinitialize Rx rings. The hardware descriptor ring may retain stale values...

7.8CVSS6.4AI score0.00156EPSS
SaveExploits0References3
SUSE CVE
SUSE CVE
added 2025/07/08 11:21 p.m.8 views

SUSE CVE-2025-38236

In the Linux kernel, the following vulnerability has been resolved: afunix: Don't leave consecutive consumed OOB skbs. Jann Horn reported a use-after-free in unixstreamreadgeneric. The following sequences reproduce the issue: $ python3 from socket import s1, s2 = socketpairAFUNIX, SOCKSTREAM...

7.8CVSS7.8AI score0.00261EPSS
SaveExploits1References17
OSV
OSV
added 2025/07/08 8:15 a.m.19 views

AZL-64799 CVE-2025-38236 affecting package kernel for versions less than 6.6.96.1-1

In the Linux kernel, the following vulnerability has been resolved: afunix: Don't leave consecutive consumed OOB skbs. Jann Horn reported a use-after-free in unixstreamreadgeneric. The following sequences reproduce the issue: $ python3 from socket import s1, s2 = socketpairAFUNIX, SOCKSTREAM...

7.8CVSS6.6AI score0.00261EPSS
SaveExploits1References1
OSV
OSV
added 2025/07/08 8:15 a.m.12 views

AZL-72781 CVE-2025-38236 affecting package kernel for versions less than 5.15.200.1-1

In the Linux kernel, the following vulnerability has been resolved: afunix: Don't leave consecutive consumed OOB skbs. Jann Horn reported a use-after-free in unixstreamreadgeneric. The following sequences reproduce the issue: $ python3 from socket import s1, s2 = socketpairAFUNIX, SOCKSTREAM...

7.8CVSS6.3AI score0.00261EPSS
SaveExploits1References1
NVD
NVD
added 2025/07/03 9:15 a.m.9 views

CVE-2025-38124

In the Linux kernel, the following vulnerability has been resolved: net: fix udp gso skbsegment after pull from fraglist Commit a1e40ac5b5e9 "net: gso: fix udp gso fraglist segmentation after pull from fraglist" detected invalid geometry in fraglist skbs and redirects them from skbsegmentlist to...

7.5CVSS0.00403EPSS
SaveExploits0References7
OSV
OSV
added 2025/07/03 9:15 a.m.10 views

UBUNTU-CVE-2025-38124

In the Linux kernel, the following vulnerability has been resolved: net: fix udp gso skbsegment after pull from fraglist Commit a1e40ac5b5e9 "net: gso: fix udp gso fraglist segmentation after pull from fraglist" detected invalid geometry in fraglist skbs and redirects them from skbsegmentlist to...

7.5CVSS6AI score0.00403EPSS
SaveExploits0References31
RedhatCVE
RedhatCVE
added 2025/06/19 8:53 p.m.11 views

CVE-2022-49975

In the Linux kernel, the following vulnerability has been resolved: bpf: Don't redirect packets with invalid pktlen Syzbot found an issue 1: fqcodeldrop try to drop a flow whitout any skbs, that is, the flow-head is null. The root cause, as the 2 says, is because that bpfprogtestrunskb run a bpf...

3.3CVSS7.2AI score0.00242EPSS
SaveExploits0References4
OSV
OSV
added 2025/06/18 11:15 a.m.11 views

UBUNTU-CVE-2022-49975

In the Linux kernel, the following vulnerability has been resolved: bpf: Don't redirect packets with invalid pktlen Syzbot found an issue 1: fqcodeldrop try to drop a flow whitout any skbs, that is, the flow-head is null. The root cause, as the 2 says, is because that bpfprogtestrunskb run a bpf...

7.8CVSS5.8AI score0.00242EPSS
SaveExploits0References7
Positive Technologies
Positive Technologies
added 2025/05/30 12:00 a.m.11 views

PT-2025-27710

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A vulnerability in the Linux kernel has been resolved, related to the handling of UDP packets with modified geometry. The issue occurs when optional datapath hooks such as NAT and BPF...

6CVSS6.4AI score0.00403EPSS
SaveExploits0
NVD
NVD
added 2025/04/01 4:15 p.m.18 views

CVE-2025-21954

In the Linux kernel, the following vulnerability has been resolved: netmem: prevent TX of unreadable skbs Currently on stable trees we have support for netmem/devmem RX but not TX. It is not safe to forward/redirect an RX unreadable netmem packet into the device's TX path, as the device may call...

9.8CVSS0.00483EPSS
SaveExploits0References3
OSV
OSV
added 2025/04/01 4:15 p.m.8 views

UBUNTU-CVE-2025-21954

In the Linux kernel, the following vulnerability has been resolved: netmem: prevent TX of unreadable skbs Currently on stable trees we have support for netmem/devmem RX but not TX. It is not safe to forward/redirect an RX unreadable netmem packet into the device's TX path, as the device may call...

9.8CVSS6.5AI score0.00483EPSS
SaveExploits0References6
Cvelist
Cvelist
added 2025/04/01 3:46 p.m.43 views

CVE-2025-21954 netmem: prevent TX of unreadable skbs

In the Linux kernel, the following vulnerability has been resolved: netmem: prevent TX of unreadable skbs Currently on stable trees we have support for netmem/devmem RX but not TX. It is not safe to forward/redirect an RX unreadable netmem packet into the device's TX path, as the device may call...

9.8CVSS0.00483EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2025/04/01 3:46 p.m.17 views

CVE-2025-21954

In the Linux kernel, the following vulnerability has been resolved: netmem: prevent TX of unreadable skbs Currently on stable trees we have support for netmem/devmem RX but not TX. It is not safe to forward/redirect an RX unreadable netmem packet into the device's TX path, as the device may call...

9.8CVSS5.7AI score0.00483EPSS
SaveExploits0
CVE
CVE
added 2025/04/01 3:46 p.m.88 views

CVE-2025-21954

CVE-2025-21954: Linux kernel netmem component vulnerability where TX of unreadable SKBs could be forwarded, potentially triggering unsafe DMA mappings. The issue arises because stable trees supported netmem RX but not TX, making unreadable RX netmem packets unsafe to forward into the device TX pa...

9.8CVSS7AI score0.00483EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/04/01 3:46 p.m.13 views

CVE-2025-21954 netmem: prevent TX of unreadable skbs

In the Linux kernel, the following vulnerability has been resolved: netmem: prevent TX of unreadable skbs Currently on stable trees we have support for netmem/devmem RX but not TX. It is not safe to forward/redirect an RX unreadable netmem packet into the device's TX path, as the device may call...

9.8CVSS5.7AI score
SaveExploits0References6
OSV
OSV
added 2025/03/12 10:15 a.m.14 views

DEBIAN-CVE-2025-21864

In the Linux kernel, the following vulnerability has been resolved: tcp: drop secpath at the same time as we currently drop dst Xiumei reported hitting the WARN in xfrm6tunnelnetexit while running tests that boil down to: - create a pair of netns - run a basic TCP test over ipcomp6 - delete the...

5.5CVSS5.5AI score0.00228EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2025/02/27 3:06 a.m.8 views

SUSE CVE-2022-49479

In the Linux kernel, the following vulnerability has been resolved: mt76: fix tx status related use-after-free race on station removal There is a small race window where ongoing tx activity can lead to a skb getting added to the status tracking idr after that idr has already been cleaned up, whic...

5.5CVSS6.8AI score0.00308EPSS
SaveExploits0References5
OSV
OSV
added 2025/02/26 7:01 a.m.13 views

DEBIAN-CVE-2022-49479

In the Linux kernel, the following vulnerability has been resolved: mt76: fix tx status related use-after-free race on station removal There is a small race window where ongoing tx activity can lead to a skb getting added to the status tracking idr after that idr has already been cleaned up, whic...

8.8CVSS5.8AI score0.00308EPSS
SaveExploits0References1
AstraLinux
AstraLinux
added 2025/02/11 7:35 a.m.4 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: net: core: Reject skbcopyexpand for fraglist GSO skbs. The values of SKBGSOFRAGLIST skbs must not be linearized; otherwise, they become invalid. Return NULL if such an skb is passed to skbcopy or skbcopyexpand, in order to preven...

7.5CVSS6AI score0.00904EPSS
SaveExploits0References3
Rows per page
Query Builder