Lucene search
+L

1493 matches found

Tenable Nessus
Tenable Nessus
•added 2026/03/06 12:0 a.m.•11 views

RockyLinux 9 : kernel (RLSA-2026:3488)

The remote RockyLinux 9 host has packages installed that are affected by multiple vulnerabilities as referenced in the RLSA-2026:3488 advisory. kernel: smc: Use skdstget and dstdevrcu in smcclcprfxmatch CVE-2025-40168 kernel: ipv6: BUG in pskbexpandhead as part of calipsoskbuffsetattr...

8.1CVSS6.2AI score0.00334EPSS
SaveExploits0References7
Tenable Nessus
Tenable Nessus
•added 2026/03/05 12:0 a.m.•5 views

Unity Linux 20.1070a Security Update: kernel (UTSA-2026-005651)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-005651 advisory. In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: avoid possible NULL skb pointer dereference In 'mwifiexhandleuaprxforward', always...

5.5CVSS5.8AI score0.00139EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
•added 2026/03/02 12:0 a.m.•5 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2026-005554)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-005554 advisory. In the Linux kernel, the following vulnerability has been resolved: wifi: mwifiex: avoid possible NULL skb pointer dereference In 'mwifiexhandleuaprxforward', always...

5.5CVSS6.8AI score0.00139EPSS
SaveExploits0References4
Tenable Nessus
Tenable Nessus
•added 2026/03/02 12:0 a.m.•3 views

Unity Linux 20.1070e Security Update: kernel (UTSA-2026-005556)

The Unity Linux 20 host has a package installed that is affected by a vulnerability as referenced in the UTSA-2026-005556 advisory. In the Linux kernel, the following vulnerability has been resolved: kcm: Serialise kcmsendmsg for the same socket. syzkaller reported UAF in kcmrelease. 0 The scenar...

7.8CVSS6.8AI score0.0086EPSS
SaveExploits0References3
RedHat Linux
RedHat Linux
•added 2026/02/25 12:28 a.m.•5 views

kernel: ip6_vti: fix slab-use-after-free in decode_session6

A use-after-free vulnerability was found in the IPv6 VTI Virtual Tunnel Interface implementation in the Linux kernel. When an IPv6 VTI device uses the SFB Stochastic Fair Blue qdisc, the control block cb field of an skb can be modified during packet enqueuing. The decodesession6 function then rea...

6AI score0.00253EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
•added 2026/02/25 12:27 a.m.•5 views

kernel: ip6_vti: fix slab-use-after-free in decode_session6

A use-after-free vulnerability was found in the IPv6 VTI Virtual Tunnel Interface implementation in the Linux kernel. When an IPv6 VTI device uses the SFB Stochastic Fair Blue qdisc, the control block cb field of an skb can be modified during packet enqueuing. The decodesession6 function then rea...

6AI score0.00253EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
•added 2026/02/18 12:25 a.m.•6 views

SUSE CVE-2026-23119

In the Linux kernel, the following vulnerability has been resolved: bonding: provide a net pointer to skbflowdissect After 3cbf4ffba5ee "net: plumb network namespace into skbflowdissect" we have to provide a net pointer to skbflowdissect, either via skb-dev, skb-sk, or a user provided pointer. In...

5.5CVSS5.9AI score0.00114EPSS
SaveExploits0References19
Tenable Nessus
Tenable Nessus
•added 2026/02/17 12:0 a.m.•3 views

Linux Distros Unpatched Vulnerability : CVE-2026-23150

"The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - nfc: llcp: Fix memleak in nfcllcpsenduiframe. syzbot reported various memory leaks related to NFC, struct nfcllcpsock, skbuff, nfcdev, etc. 0 The leading log...

5.5CVSS6.1AI score0.00115EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
•added 2026/02/16 12:25 a.m.•9 views

SUSE CVE-2026-23172

In the Linux kernel, the following vulnerability has been resolved: net: wwan: t7xx: fix potential skb-frags overflow in RX path When receiving data in the DPMAIF RX path, the t7xxdpmaifsetfragtoskb function adds page fragments to an skb without checking if the number of fragments has exceeded...

5.5CVSS5.7AI score0.00136EPSS
SaveExploits0References19
ATTACKERKB
ATTACKERKB
•added 2026/02/14 4:27 p.m.•6 views

CVE-2025-71222

In the Linux kernel, the following vulnerability has been resolved: wifi: wlcore: ensure skb headroom before skbpush This avoids occasional skbunderpanic Oops from wl1271txwork. In this case, headroom is less than needed typically 110 - 94 = 16 bytes...

5.2AI score0.00128EPSS
SaveExploits0References8Affected Software1
CVE
CVE
•added 2026/02/14 4:27 p.m.•34 views

CVE-2025-71222

CVE-2025-71222 (Linux kernel) : Affects the wifi wlcore path. The issue arises from an insufficient skb headroom check before skb_push, causing an skb_under_panic Oops in wl1271_tx_work when headroom is insufficient (typical 110 vs 94, leaving 16 bytes). The fix ensures proper headroom before skb...

5.5CVSS5.2AI score0.00128EPSS
SaveExploits0References7Affected Software1
Debian CVE
Debian CVE
•added 2026/02/14 4:1 p.m.•11 views

CVE-2026-23172

In the Linux kernel, the following vulnerability has been resolved: net: wwan: t7xx: fix potential skb-frags overflow in RX path When receiving data in the DPMAIF RX path, the t7xxdpmaifsetfragtoskb function adds page fragments to an skb without checking if the number of fragments has exceeded...

8.4CVSS5.7AI score0.00136EPSS
SaveExploits0
ATTACKERKB
ATTACKERKB
•added 2026/02/14 4:1 p.m.•5 views

CVE-2026-23150

In the Linux kernel, the following vulnerability has been resolved: nfc: llcp: Fix memleak in nfcllcpsenduiframe. syzbot reported various memory leaks related to NFC, struct nfcllcpsock, skbuff, nfcdev, etc. 0 The leading log hinted that nfcllcpsenduiframe failed to allocate skb due to sockerrors...

5.1AI score0.00115EPSS
SaveExploits0References8Affected Software1
Cvelist
Cvelist
•added 2026/02/14 4:1 p.m.•38 views

CVE-2026-23150 nfc: llcp: Fix memleak in nfc_llcp_send_ui_frame().

In the Linux kernel, the following vulnerability has been resolved: nfc: llcp: Fix memleak in nfcllcpsenduiframe. syzbot reported various memory leaks related to NFC, struct nfcllcpsock, skbuff, nfcdev, etc. 0 The leading log hinted that nfcllcpsenduiframe failed to allocate skb due to sockerrors...

0.00115EPSS
SaveExploits0References7
OSV
OSV
•added 2026/02/14 4:1 p.m.•10 views

CVE-2026-23150 nfc: llcp: Fix memleak in nfc_llcp_send_ui_frame().

In the Linux kernel, the following vulnerability has been resolved: nfc: llcp: Fix memleak in nfcllcpsenduiframe. syzbot reported various memory leaks related to NFC, struct nfcllcpsock, skbuff, nfcdev, etc. 0 The leading log hinted that nfcllcpsenduiframe failed to allocate skb due to sockerrors...

5.2AI score
SaveExploits0References10
UbuntuCve
UbuntuCve
•added 2026/02/14 3:16 p.m.•7 views

CVE-2026-23119

In the Linux kernel, the following vulnerability has been resolved: bonding: provide a net pointer to skbflowdissect After 3cbf4ffba5ee "net: plumb network namespace into skbflowdissect" we have to provide a net pointer to skbflowdissect, either via skb-dev, skb-sk, or a user provided pointer. In...

5.5CVSS5.7AI score0.00114EPSS
SaveExploits0References36
CVE
CVE
•added 2026/02/14 3:9 p.m.•35 views

CVE-2026-23119

The CVE-2026-23119 issue in the Linux kernel concerns the bonding driver where a net pointer was not always provided to __skb_flow_dissect() after plumbĀ­ing the network namespace. The lack of a valid net pointer (via skb->dev, skb->sk, or a user pointer) allowed a syzbot-created bare skb to...

5.5CVSS5.3AI score0.00114EPSS
SaveExploits0References7Affected Software1
ATTACKERKB
ATTACKERKB
•added 2026/02/14 3:9 p.m.•3 views

CVE-2026-23119

In the Linux kernel, the following vulnerability has been resolved: bonding: provide a net pointer to skbflowdissect After 3cbf4ffba5ee "net: plumb network namespace into skbflowdissect" we have to provide a net pointer to skbflowdissect, either via skb-dev, skb-sk, or a user provided pointer. In...

5.2AI score0.00114EPSS
SaveExploits0References8Affected Software1
RedHat Linux
RedHat Linux
•added 2026/02/11 11:58 a.m.•32 views

kernel: sctp: avoid NULL dereference when chunk data buffer is missing

In the Linux kernel, the following vulnerability has been resolved: sctp: avoid NULL dereference when chunk data buffer is missing chunk-skb pointer is dereferenced in the if-block where it's supposed to be NULL only. chunk-skb can only be NULL if chunk-headskb is not. Check for fraglist instead...

7.5CVSS5.8AI score0.00587EPSS
SaveExploits0References5
SUSE CVE
SUSE CVE
•added 2026/02/05 12:24 a.m.•8 views

SUSE CVE-2026-23083

In the Linux kernel, the following vulnerability has been resolved: fou: Don't allow 0 for FOUATTRIPPROTO. fouudprecv has the same problem mentioned in the previous patch. If FOUATTRIPPROTO is set to 0, skb is not freed by fouudprecv nor "resubmit"-ted in ipprotocoldeliverrcu. Let's forbid 0 for...

3.3CVSS5.2AI score0.00129EPSS
SaveExploits0References20
Rows per page
Query Builder