Lucene search
+L

100 matches found

Debian CVE
Debian CVE
added 2025/02/27 2:18 a.m.24 views

CVE-2025-21774

In the Linux kernel, the following vulnerability has been resolved: can: rockchip: rkcanfdhandlerxfifooverflowint: bail out if skb cannot be allocated Fix NULL pointer check in rkcanfdhandlerxfifooverflowint to bail out if skb cannot be allocated...

5.5CVSS5.6AI score0.00214EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/02/27 12:00 a.m.4 views

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

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A vulnerability in the Linux kernel has been resolved. The issue concerned the rkcanfd handle rx fifo overflow int function, where a NULL pointer check was fixed to bail out if an skb...

5.5CVSS7.5AI score0.00214EPSS
SaveExploits0References15
CNNVD
CNNVD
added 2025/02/27 12:00 a.m.6 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from the ctucanfd driver not handling skb allocation failures correctly, which could lead to null pointer...

5.5CVSS6.5AI score0.00218EPSS
SaveExploits0References7
NVD
NVD
added 2025/02/26 7:01 a.m.19 views

CVE-2022-49417

In the Linux kernel, the following vulnerability has been resolved: iwlwifi: mei: fix potential NULL-ptr deref If SKB allocation fails, continue rather than using the NULL pointer. Coverity CID: 1497650...

5.5CVSS0.00253EPSS
SaveExploits0References3
NVD
NVD
added 2025/02/26 7:00 a.m.11 views

CVE-2022-49084

In the Linux kernel, the following vulnerability has been resolved: qede: confirm skb is allocated before using qedebuildskb assumes buildskb always works and goes straight to skbreserve. However, buildskb can fail under memory pressure. This results in a kernel panic because the skb to reserve i...

7.5CVSS0.00648EPSS
SaveExploits0References7
CVE
CVE
added 2025/02/26 2:12 a.m.86 views

CVE-2022-49417

CVE-2022-49417 involves the Linux kernel component iwlwifi/mei. The issue is a potential NULL-ptr dereference that could occur when SKB allocation fails; the fix was to skip using the NULL pointer instead of dereferencing it. This vulnerability is described as resolved in multiple sources and is ...

5.5CVSS5.4AI score0.00253EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2025/02/26 1:54 a.m.19 views

CVE-2022-49084 qede: confirm skb is allocated before using

In the Linux kernel, the following vulnerability has been resolved: qede: confirm skb is allocated before using qedebuildskb assumes buildskb always works and goes straight to skbreserve. However, buildskb can fail under memory pressure. This results in a kernel panic because the skb to reserve i...

7.5CVSS0.00648EPSS
SaveExploits0References7
Debian CVE
Debian CVE
added 2025/02/26 1:54 a.m.10 views

CVE-2022-49084

In the Linux kernel, the following vulnerability has been resolved: qede: confirm skb is allocated before using qedebuildskb assumes buildskb always works and goes straight to skbreserve. However, buildskb can fail under memory pressure. This results in a kernel panic because the skb to reserve i...

7.5CVSS5.5AI score0.00648EPSS
SaveExploits0
CVE
CVE
added 2025/02/26 1:54 a.m.123 views

CVE-2022-49084

CVE-2022-49084 is addressed in the Linux kernel component related to qede: a null pointer dereference can occur when build_skb() fails under memory pressure in qede_build_skb(); the fix adds a check for NULL and ensures callers handle NULL returns to prevent kernel panics. Connected advisories (E...

7.5CVSS5.2AI score0.00648EPSS
SaveExploits0References7Affected Software1
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: phonet: fixed the rtmphonetnotify function’s skb allocation. The fillroute function stores three components in the skb: - struct rtmsg - RTADST u8 - RTAOIF u32 Therefore, rtmphonetnotify should use: NLMSGALIGNsizeofstruct rtmsg...

5.5CVSS6.2AI score0.00266EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2025/02/07 12:00 a.m.13 views

PT-2025-8871

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A potential issue in the Linux kernel has been identified, related to the igmp6 send function. This function can be called without the necessary synchronization, potentially leading to a...

7.8CVSS7.1AI score0.07372EPSS
SaveExploits0
OSV
OSV
added 2024/12/27 3:15 p.m.9 views

UBUNTU-CVE-2024-56639

In the Linux kernel, the following vulnerability has been resolved: net: hsr: must allocate more bytes for RedBox support Blamed commit forgot to change hsrinitskb to allocate larger skb for RedBox case. Indeed, sendhsrsupervisionframe will add two additional components struct hsrsuptlv and struc...

5.5CVSS6.2AI score0.00186EPSS
SaveExploits0References10
OSV
OSV
added 2024/12/27 3:02 p.m.13 views

CVE-2024-56639 net: hsr: must allocate more bytes for RedBox support

In the Linux kernel, the following vulnerability has been resolved: net: hsr: must allocate more bytes for RedBox support Blamed commit forgot to change hsrinitskb to allocate larger skb for RedBox case. Indeed, sendhsrsupervisionframe will add two additional components struct hsrsuptlv and struc...

5.9AI score
SaveExploits0References5
CVE
CVE
added 2024/12/27 3:02 p.m.111 views

CVE-2024-56639

CVE-2024-56639 affects the Linux kernel net/hsr RedBox path. The root cause was an under-allocated skb in hsr_init_skb() for RedBox, causing skb_over_panic when sending supervision frames that add two TLV components. The issue led to OOPs in skb_panic at net/core/skbuff.c:206 and a local exploit ...

5.5CVSS6.3AI score0.00186EPSS
SaveExploits0References2Affected Software1
CNNVD
CNNVD
added 2024/12/27 12:00 a.m.7 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in the Linux kernel that stems from an error problem caused by an insufficiently large skb being allocated for RedBox support in the net/hsr...

5.5CVSS6.5AI score0.00186EPSS
SaveExploits0References2
RedHat Linux
RedHat Linux
added 2024/11/12 9:11 a.m.7 views

kernel: net: hsr: remove WARN_ONCE() in send_hsr_supervision_frame()

A vulnerability in the Linux kernel affects the High-availability Seamless Redundancy HSR protocol. The issue was identified when a warning WARNONCE was triggered due to failed resource allocation for skb in the hsrinitskb function. The WARNONCE was initially used to log this failure, but it was...

5.5CVSS7.3AI score0.00226EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
added 2024/11/08 3:49 a.m.8 views

SUSE CVE-2024-50145

In the Linux kernel, the following vulnerability has been resolved: octeonep: Add SKB allocation failures handling in octepoqprocessrx buildskb returns NULL in case of a memory allocation failure so handle it inside octepoqprocessrx to avoid NULL pointer dereference. octepoqprocessrx is called...

4.7CVSS7.7AI score0.00576EPSS
SaveExploits0References15
RedhatCVE
RedhatCVE
added 2024/11/07 5:02 p.m.16 views

CVE-2024-50145

In the Linux kernel, the following vulnerability has been resolved: octeonep: Add SKB allocation failures handling in octepoqprocessrx buildskb returns NULL in case of a memory allocation failure so handle it inside octepoqprocessrx to avoid NULL pointer dereference. octepoqprocessrx is called...

4.4CVSS6.8AI score0.00576EPSS
SaveExploits0References4
OSV
OSV
added 2024/11/07 10:15 a.m.3 views

DEBIAN-CVE-2024-50145

In the Linux kernel, the following vulnerability has been resolved: octeonep: Add SKB allocation failures handling in octepoqprocessrx buildskb returns NULL in case of a memory allocation failure so handle it inside octepoqprocessrx to avoid NULL pointer dereference. octepoqprocessrx is called...

5.5CVSS5.5AI score0.00576EPSS
SaveExploits0References1
NVD
NVD
added 2024/11/07 10:15 a.m.24 views

CVE-2024-50145

In the Linux kernel, the following vulnerability has been resolved: octeonep: Add SKB allocation failures handling in octepoqprocessrx buildskb returns NULL in case of a memory allocation failure so handle it inside octepoqprocessrx to avoid NULL pointer dereference. octepoqprocessrx is called...

7.5CVSS0.00576EPSS
SaveExploits0References5
Rows per page
Query Builder