Lucene search
+L

121 matches found

CNNVD
CNNVD
added 2025/02/26 12:0 a.m.5 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 incorrect assumption that the transport header is always set, which triggers a warning in skbuff.h when i...

5.5CVSS5.2AI score0.00282EPSS
SaveExploits0References8
OSV
OSV
added 2025/01/15 1:15 p.m.8 views

UBUNTU-CVE-2024-57802

In the Linux kernel, the following vulnerability has been resolved: netrom: check buffer length before accessing it Syzkaller reports an uninit value read from ax25cmp when sending raw message through ieee802154 implementation. ===================================================== BUG: KMSAN:...

9.4CVSS6.4AI score0.00606EPSS
SaveExploits0References47
NVD
NVD
added 2024/12/27 3:15 p.m.17 views

CVE-2024-56638

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftinner: incorrect percpu area handling under softirq Softirq can interrupt ongoing packet from process context that is walking over the percpu area that contains inner header offsets. Disable bh and perform three...

7.8CVSS0.00226EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2024/12/27 3:2 p.m.31 views

CVE-2024-56638 netfilter: nft_inner: incorrect percpu area handling under softirq

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftinner: incorrect percpu area handling under softirq Softirq can interrupt ongoing packet from process context that is walking over the percpu area that contains inner header offsets. Disable bh and perform three...

0.00226EPSS
SaveExploits0References3
CVE
CVE
added 2024/11/09 10:14 a.m.190 views

CVE-2024-50251

CVE-2024-50251 is a Linux kernel netfilter nft_payload vulnerability. The issue arises when nft_payload sanitization of offset and length fails, allowing skb_checksum() to access beyond the sk_buff boundary if offset+length exceeds the skb length, triggering a BUG_ON(). Connected advisories confi...

6.2CVSS6AI score0.0053EPSS
SaveExploits1References14Affected Software1
Cvelist
Cvelist
added 2024/11/09 10:14 a.m.35 views

CVE-2024-50251 netfilter: nft_payload: sanitize offset and length before calling skb_checksum()

In the Linux kernel, the following vulnerability has been resolved: netfilter: nftpayload: sanitize offset and length before calling skbchecksum If access to offset + length is larger than the skbuff length, then skbchecksum triggers BUGON. skbchecksum internally subtracts the length parameter...

0.0053EPSS
SaveExploits1References8
CVE
CVE
added 2024/10/21 11:53 a.m.313 views

CVE-2024-47685

In the Linux kernel, CVE-2024-47685 patches nf_reject_ipv6: nf_reject_ip6_tcphdr_put() could push garbage into the four reserved TCP bits (th->res1) per KMSAN. The fix clears the entire TCP header using skb_put_zero(), aligning with nf_reject_ip_tcphdr_put(). Connected Astra Linux bulletin rep...

9.1CVSS8.9AI score0.01369EPSS
SaveExploits0References13Affected Software2
SUSE CVE
SUSE CVE
added 2024/08/18 2:1 a.m.8 views

SUSE CVE-2024-43844

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: wow: fix GTK offload H2C skbuff issue We mistakenly put skb too large and that may exceed skb-end. Therefore, we fix it. skbuff: skboverpanic: text:ffffffffc09e9a9d len:416 put:204 head:ffff8fba04eca780...

5.5CVSS6.5AI score0.0018EPSS
SaveExploits0References3
NVD
NVD
added 2024/08/17 10:15 a.m.34 views

CVE-2024-43844

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: wow: fix GTK offload H2C skbuff issue We mistakenly put skb too large and that may exceed skb-end. Therefore, we fix it. skbuff: skboverpanic: text:ffffffffc09e9a9d len:416 put:204 head:ffff8fba04eca780...

5.5CVSS0.0018EPSS
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2024/08/17 9:21 a.m.21 views

CVE-2024-43844 wifi: rtw89: wow: fix GTK offload H2C skbuff issue

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: wow: fix GTK offload H2C skbuff issue We mistakenly put skb too large and that may exceed skb-end. Therefore, we fix it. skbuff: skboverpanic: text:ffffffffc09e9a9d len:416 put:204 head:ffff8fba04eca780...

6.9AI score0.0018EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2024/08/17 9:21 a.m.59 views

CVE-2024-43844

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: wow: fix GTK offload H2C skbuff issue We mistakenly put skb too large and that may exceed skb-end. Therefore, we fix it. skbuff: skboverpanic: text:ffffffffc09e9a9d len:416 put:204 head:ffff8fba04eca780...

5.5CVSS5.3AI score0.0018EPSS
SaveExploits0
RedHat Linux
RedHat Linux
added 2024/05/22 10:3 a.m.4 views

kernel: skbuff: skb_segment, Call zero copy functions before using skbuff frags

In the Linux kernel, the following vulnerability has been resolved: skbuff: skbsegment, Call zero copy functions before using skbuff frags Commit bf5c25d60861 "skbuff: in skbsegment, call zerocopy functions once per nskb" added the call to zero copy functions in skbsegment. The change introduced ...

7.8CVSS6.9AI score0.00187EPSS
SaveExploits0References5
OSV
OSV
added 2024/05/21 4:15 p.m.3 views

DEBIAN-CVE-2023-52701

In the Linux kernel, the following vulnerability has been resolved: net: use a bounce buffer for copying skb-mark syzbot found arm64 builds would crash in sockrecvmark when CONFIGHARDENEDUSERCOPY=y x86 and powerpc are not detecting the issue because they define useraccessbegin. This will be handl...

7.1CVSS5.6AI score0.00227EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2024/05/21 3:31 p.m.47 views

CVE-2023-52784 bonding: stop the device in bond_setup_by_slave()

In the Linux kernel, the following vulnerability has been resolved: bonding: stop the device in bondsetupbyslave Commit 9eed321cde22 "net: lapbether: only support ethernet devices" has been able to keep syzbot away from net/lapb, until today. In the following splat 1, the issue is that a lapbethe...

6.1AI score0.00242EPSS
SaveExploits0References7
UbuntuCve
UbuntuCve
added 2024/05/19 11:15 a.m.15 views

CVE-2024-35941

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority...

5.7AI score
SaveExploits0References6
CVE
CVE
added 2024/05/19 10:10 a.m.65 views

CVE-2024-35941

This CVE (CVE-2024-35941) has concrete details in connected sources: a use-after-free in the Linux kernel net subsystem, due to skb->network_header overflow (u16) that makes skb_network_offset(skb) return a negative value. Consequently, __skb_pull() can move skb->data to memory outside skb-...

6.8AI score
SaveExploits0
SUSE CVE
SUSE CVE
added 2024/04/12 2:11 a.m.5 views

SUSE CVE-2024-26752

In the Linux kernel, the following vulnerability has been resolved: l2tp: pass correct message length to ip6appenddata l2tpip6sendmsg needs to avoid accounting for the transport header twice when splicing more data into an already partially-occupied skbuff. To manage this, we check whether the...

7.5CVSS6.8AI score0.00252EPSS
SaveExploits0References7
NVD
NVD
added 2024/04/03 5:15 p.m.34 views

CVE-2024-26752

In the Linux kernel, the following vulnerability has been resolved: l2tp: pass correct message length to ip6appenddata l2tpip6sendmsg needs to avoid accounting for the transport header twice when splicing more data into an already partially-occupied skbuff. To manage this, we check whether the...

5.5CVSS7.5AI score0.00252EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2024/03/25 12:0 a.m.33 views

CVE-2021-47162

In the Linux kernel, the following vulnerability has been resolved: tipc: skblinearize the head skb when reassembling msgs It's not a good idea to append the frag skb to a skb's fraglist if the fraglist already has skbs from elsewhere, such as this skb was created by pskbcopy where the fraglist w...

9.8CVSS6.4AI score0.00738EPSS
SaveExploits0References9
NVD
NVD
added 2024/03/18 11:15 a.m.30 views

CVE-2024-26636

In the Linux kernel, the following vulnerability has been resolved: llc: make llcuisendmsg more robust against bonding changes syzbot was able to trick llcuisendmsg, allocating an skb with no headroom, but subsequently trying to push 14 bytes of Ethernet header 1 Like some others, llcuisendmsg...

5.5CVSS7.3AI score0.0024EPSS
SaveExploits0References10
Rows per page
Query Builder