Lucene search
K

591 matches found

OSV
OSV
added 2025/05/20 4:15 p.m.1 views

DEBIAN-CVE-2025-37909

In the Linux kernel, the following vulnerability has been resolved: net: lan743x: Fix memleak issue when GSO enabled Always map the skb to the LS descriptor. Previously skb was mapped to EXT descriptor when the number of fragments is zero with GSO enabled. Mapping the skb to EXT descriptor preven...

5.5CVSS5.7AI score0.00105EPSS
Exploits0References1
RedHat Linux
RedHat Linux
added 2025/05/13 8:28 a.m.2 views

kernel: Bluetooth: hci_core: Fix not checking skb length on hci_acldata_packet

A use-after-free vulnerability was found in the Linux kernel. The Bluetooth firmware isn't checked if skb contains an ACL header, otherwise the code may attempt to access some uninitialized or invalid memory past the valid skb-data...

5.5CVSS7.3AI score0.00007EPSS
Exploits0References5
SUSE CVE
SUSE CVE
added 2025/05/09 4:55 a.m.1 views

SUSE CVE-2022-49809

In the Linux kernel, the following vulnerability has been resolved: net/x25: Fix skb leak in x25lapbreceiveframe x25lapbreceiveframe using skbcopy to get a private copy of skb, the new skb should be freed in the undersized/fragmented skb error handling path. Otherwise there is a memory leak...

5.5CVSS6.3AI score0.00065EPSS
Exploits0References11
SUSE CVE
SUSE CVE
added 2025/05/09 4:54 a.m.1 views

SUSE CVE-2022-49924

In the Linux kernel, the following vulnerability has been resolved: nfc: fdp: Fix potential memory leak in fdpncisend fdpncisend will call fdpncii2cwrite that will not free skb in the function. As a result, when fdpncii2cwrite finished, the skb will memleak. fdpncisend should free skb after...

5.5CVSS6.5AI score0.00033EPSS
Exploits0References10
SUSE CVE
SUSE CVE
added 2025/05/06 3:7 a.m.2 views

SUSE CVE-2022-49921

In the Linux kernel, the following vulnerability has been resolved: net: sched: Fix use after free in redenqueue We can't use "skb" again after passing it to qdiscenqueue. This is basically identical to commit 2f09707d0c97 "schsfb: Also store skb len before calling child enqueue"...

5.5CVSS6.2AI score0.0005EPSS
Exploits0References7
ATTACKERKB
ATTACKERKB
added 2025/05/02 4:15 p.m.0 views

CVE-2023-53141

In the Linux kernel, the following vulnerability has been resolved: ila: do not generate empty messages in ilaxlatnlcmdgetmapping ilaxlatnlcmdgetmapping generates an empty skb, triggerring a recent sanity check 1. Instead, return an error code, so that user space can get it. 1 skbassertlen WARNIN...

5.5CVSS6.1AI score0.00026EPSS
Exploits0References9Affected Software1
ATTACKERKB
ATTACKERKB
added 2025/05/02 4:15 p.m.0 views

CVE-2023-53125

In the Linux kernel, the following vulnerability has been resolved: net: usb: smsc75xx: Limit packet length to skb-len Packet length retrieved from skb data may be larger than the actual socket buffer length up to 9026 bytes. In such case the cloned skb passed up the network stack will leak kerne...

5.5CVSS6.2AI score0.00024EPSS
Exploits0References9Affected Software1
ATTACKERKB
ATTACKERKB
added 2025/05/02 4:15 p.m.2 views

CVE-2023-53107

In the Linux kernel, the following vulnerability has been resolved: veth: Fix use after free in XDPREDIRECT Commit 718a18a0c8a6 "veth: Rework vethxdprcvskb in order to accept non-linear skb" introduced a bug where it tried to use pskbexpandhead if the headroom was less than XDPPACKETHEADROOM. Thi...

7.8CVSS6.2AI score0.00147EPSS
Exploits0References4Affected Software1
CVE
CVE
added 2025/05/02 3:56 p.m.85 views

CVE-2023-53125

In CVE-2023-53125, the Linux kernel vulnerability is in the net: usb: smsc75xx driver. The issue stems from retrieving the packet length from skb data, which can be larger than the actual socket buffer length, allowing a cloned skb to expose kernel memory contents. Affects the kernel USB SMSC75xx...

5.5CVSS6.7AI score0.00024EPSS
Exploits0References8Affected Software1
CVE
CVE
added 2025/05/02 3:55 p.m.85 views

CVE-2023-53062

Summary (CVE-2023-53062) : Affects the Linux kernel in the usb SMSC95xx driver. The vulnerability arises when the packet length retrieved from a descriptor may exceed the actual skb length, allowing a cloned skb to leak kernel memory contents as it traverses the network stack. The issue is docume...

5.5CVSS6.6AI score0.00017EPSS
Exploits0References8Affected Software1
Positive Technologies
Positive Technologies
added 2025/05/02 12:0 a.m.3 views

PT-2025-18826 · Linux +1 · Linux Kernel +1

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A issue in the Linux kernel has been identified where the packet length retrieved from a descriptor may be larger than the actual socket buffer length. This can cause the cloned socket...

8.8CVSS7.7AI score0.00346EPSS
Exploits3References653
Positive Technologies
Positive Technologies
added 2025/05/02 12:0 a.m.3 views

PT-2025-18889

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A issue in the Linux kernel has been identified where the packet length retrieved from skb data may be larger than the actual socket buffer length, potentially leading to a leak of kerne...

8.8CVSS7.8AI score0.00346EPSS
Exploits3References1378
OSV
OSV
added 2025/05/01 3:16 p.m.1 views

DEBIAN-CVE-2022-49924

In the Linux kernel, the following vulnerability has been resolved: nfc: fdp: Fix potential memory leak in fdpncisend fdpncisend will call fdpncii2cwrite that will not free skb in the function. As a result, when fdpncii2cwrite finished, the skb will memleak. fdpncisend should free skb after...

5.5CVSS5.5AI score0.00033EPSS
Exploits0References1
OSV
OSV
added 2025/05/01 3:16 p.m.1 views

DEBIAN-CVE-2022-49923

In the Linux kernel, the following vulnerability has been resolved: nfc: nxp-nci: Fix potential memory leak in nxpncisend nxpncisend will call nxpncii2cwrite, and only free skb when nxpncii2cwrite failed. However, even if the nxpncii2cwrite run succeeds, the skb will not be freed in nxpncii2cwrit...

5.5CVSS5.5AI score0.00042EPSS
Exploits0References1
OSV
OSV
added 2025/05/01 3:16 p.m.0 views

UBUNTU-CVE-2022-49921

In the Linux kernel, the following vulnerability has been resolved: net: sched: Fix use after free in redenqueue We can't use "skb" again after passing it to qdiscenqueue. This is basically identical to commit 2f09707d0c97 "schsfb: Also store skb len before calling child enqueue"...

7.8CVSS6AI score0.0005EPSS
Exploits0References11
OSV
OSV
added 2025/05/01 3:16 p.m.0 views

UBUNTU-CVE-2022-49924

In the Linux kernel, the following vulnerability has been resolved: nfc: fdp: Fix potential memory leak in fdpncisend fdpncisend will call fdpncii2cwrite that will not free skb in the function. As a result, when fdpncii2cwrite finished, the skb will memleak. fdpncisend should free skb after...

5.5CVSS6.1AI score0.00033EPSS
Exploits0References7
Vulnrichment
Vulnrichment
added 2025/05/01 2:11 p.m.2 views

CVE-2022-49923 nfc: nxp-nci: Fix potential memory leak in nxp_nci_send()

In the Linux kernel, the following vulnerability has been resolved: nfc: nxp-nci: Fix potential memory leak in nxpncisend nxpncisend will call nxpncii2cwrite, and only free skb when nxpncii2cwrite failed. However, even if the nxpncii2cwrite run succeeds, the skb will not be freed in nxpncii2cwrit...

6.1AI score0.00042EPSS
Exploits0References4
Vulnrichment
Vulnrichment
added 2025/05/01 2:11 p.m.2 views

CVE-2022-49921 net: sched: Fix use after free in red_enqueue()

In the Linux kernel, the following vulnerability has been resolved: net: sched: Fix use after free in redenqueue We can't use "skb" again after passing it to qdiscenqueue. This is basically identical to commit 2f09707d0c97 "schsfb: Also store skb len before calling child enqueue"...

6.3AI score0.0005EPSS
Exploits0References8
OSV
OSV
added 2025/05/01 1:15 p.m.1 views

DEBIAN-CVE-2025-37749

In the Linux kernel, the following vulnerability has been resolved: net: ppp: Add bound checking for skb data on pppsynctxmung Ensure we have enough data in linear buffer from skb before accessing initial bytes. This prevents potential out-of-bounds accesses when processing short packets. When...

7.1CVSS6.1AI score0.00018EPSS
Exploits0References1
OSV
OSV
added 2025/05/01 1:15 p.m.0 views

UBUNTU-CVE-2025-37749

In the Linux kernel, the following vulnerability has been resolved: net: ppp: Add bound checking for skb data on pppsynctxmung Ensure we have enough data in linear buffer from skb before accessing initial bytes. This prevents potential out-of-bounds accesses when processing short packets. When...

7.1CVSS6.4AI score0.00018EPSS
Exploits0References41
Rows per page
Query Builder