Lucene search
+L

153 matches found

NVD
NVD
added 2026/04/13 2:16 p.m.4 views

CVE-2026-31416

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlinklog: account for netlink header size This is a followup to an old bug fix: NLMSGDONE needs to account for the netlink header size, not just the attribute size. This can result in a WARN splat + drop of the...

5.5CVSS0.0012EPSS
SaveExploits0References10
UbuntuCve
UbuntuCve
added 2026/04/13 2:16 p.m.7 views

CVE-2026-31428

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlinklog: fix uninitialized padding leak in NFULAPAYLOAD buildpacketmessage manually constructs the NFULAPAYLOAD netlink attribute using skbput and skbcopybits, bypassing the standard nlareserve/nlaput helpers. Whi...

5.5CVSS5.6AI score0.00131EPSS
SaveExploits0References20
OSV
OSV
added 2026/04/13 2:16 p.m.8 views

UBUNTU-CVE-2026-31428

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlinklog: fix uninitialized padding leak in NFULAPAYLOAD buildpacketmessage manually constructs the NFULAPAYLOAD netlink attribute using skbput and skbcopybits, bypassing the standard nlareserve/nlaput helpers. Whi...

5.5CVSS6AI score0.00131EPSS
SaveExploits0References13
OSV
OSV
added 2026/04/13 1:40 p.m.4 views

CVE-2026-31428 netfilter: nfnetlink_log: fix uninitialized padding leak in NFULA_PAYLOAD

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlinklog: fix uninitialized padding leak in NFULAPAYLOAD buildpacketmessage manually constructs the NFULAPAYLOAD netlink attribute using skbput and skbcopybits, bypassing the standard nlareserve/nlaput helpers. Whi...

5.5CVSS5.8AI score0.00131EPSS
SaveExploits0References13
CVE
CVE
added 2026/04/13 1:40 p.m.29 views

CVE-2026-31428

CVE-2026-31428 — In the Linux kernel, nfnetlink_log’s __build_packet_message() previously built NFULA_PAYLOAD attributes manually via skb_put()/skb_copy_bits(), bypassing nla_reserve()/nla_put(). This caused trailing padding to remain uninitialized, leaking stale heap data to userspace over NFLOG...

5.5CVSS5.7AI score0.00131EPSS
SaveExploits0References10Affected Software1
Cvelist
Cvelist
added 2026/04/13 1:21 p.m.31 views

CVE-2026-31416 netfilter: nfnetlink_log: account for netlink header size

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlinklog: account for netlink header size This is a followup to an old bug fix: NLMSGDONE needs to account for the netlink header size, not just the attribute size. This can result in a WARN splat + drop of the...

0.0012EPSS
SaveExploits0References8
OSV
OSV
added 2026/04/13 1:21 p.m.3 views

CVE-2026-31416 netfilter: nfnetlink_log: account for netlink header size

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlinklog: account for netlink header size This is a followup to an old bug fix: NLMSGDONE needs to account for the netlink header size, not just the attribute size. This can result in a WARN splat + drop of the...

5.5CVSS5.8AI score0.0012EPSS
SaveExploits0References13
CVE
CVE
added 2026/04/13 1:21 p.m.29 views

CVE-2026-31416

CVE-2026-31416 (Linux kernel) : Affected component is netfilter nfnetlink_log. The issue is caused by not accounting for the netlink header size when processing NL messages, which can lead to a WARN splat and potential drop of the affected netlink message, with no other ill effects reported in th...

5.5CVSS5.7AI score0.0012EPSS
SaveExploits0References10Affected Software1
Debian CVE
Debian CVE
added 2026/04/13 1:21 p.m.5 views

CVE-2026-31416

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlinklog: account for netlink header size This is a followup to an old bug fix: NLMSGDONE needs to account for the netlink header size, not just the attribute size. This can result in a WARN splat + drop of the...

5.5CVSS5.2AI score0.0012EPSS
SaveExploits0
CVE
CVE
added 2026/04/13 1:21 p.m.63 views

CVE-2026-31414

CVE-2026-31414 (Linux kernel netfilter nf_conntrack_expect) The vulnerability arises from using nfct_help() without holding a reference to the master conntrack, leading to unsafe references when the helper is dumped via ctnetlink and /proc. The fix switches to using exp->master->helper in t...

9.8CVSS5.7AI score0.00399EPSS
SaveExploits0References8Affected Software1
Positive Technologies
Positive Technologies
added 2026/04/13 12:0 a.m.5 views

PT-2026-32342

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description An issue exists in the netfilter nfnetlink log component where the NLMSG DONE does not properly account for the netlink header size, considering only the attribute size. This can lead to...

5.5CVSS5.3AI score0.0012EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2026/04/13 12:0 a.m.7 views

PT-2026-32354

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A flaw in the netfilter nfnetlink log component allows the leak of stale heap contents to userspace via the NFLOG netlink socket. The function build packet message manually constructs th...

5.5CVSS5.3AI score0.00131EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/04/03 11:27 p.m.8 views

SUSE CVE-2026-23458

In the Linux kernel, the following vulnerability has been resolved: netfilter: ctnetlink: fix use-after-free in ctnetlinkdumpexpct ctnetlinkdumpexpct stores a conntrack pointer in cb-data for the netlink dump callback ctnetlinkexpctdumptable, but drops the conntrack reference immediately after...

7CVSS5.7AI score0.00131EPSS
SaveExploits0References23
SUSE CVE
SUSE CVE
added 2026/04/02 11:28 p.m.8 views

SUSE CVE-2026-23412

In the Linux kernel, the following vulnerability has been resolved: netfilter: bpf: defer hook memory release until rcu readers are done Yiming Qian reports UaF when concurrent process is dumping hooks via nfnetlinkhooks: BUG: KASAN: slab-use-after-free in nfnlhookdumpone.isra.0+0xe71/0x10f0 Read...

7CVSS5.8AI score0.00117EPSS
SaveExploits0References13
RedhatCVE
RedhatCVE
added 2026/04/02 9:32 p.m.8 views

CVE-2026-23412

A flaw was found in the Linux kernel's netfilter BPF Berkeley Packet Filter component. A local attacker could exploit this by initiating a concurrent process to dump hooks via nfnetlinkhooks, which triggers a use-after-free vulnerability. This could lead to system instability or a denial of servi...

5.5CVSS5.8AI score0.00117EPSS
SaveExploits0References4
EUVD
EUVD
added 2026/04/02 12:31 p.m.4 views

EUVD-2026-18190

In the Linux kernel, the following vulnerability has been resolved: netfilter: bpf: defer hook memory release until rcu readers are done Yiming Qian reports UaF when concurrent process is dumping hooks via nfnetlinkhooks: BUG: KASAN: slab-use-after-free in nfnlhookdumpone.isra.0+0xe71/0x10f0 Read...

5.8AI score0.00117EPSS
SaveExploits0References6
ATTACKERKB
ATTACKERKB
added 2026/04/02 11:40 a.m.3 views

CVE-2026-23412

In the Linux kernel, the following vulnerability has been resolved: netfilter: bpf: defer hook memory release until rcu readers are done Yiming Qian reports UaF when concurrent process is dumping hooks via nfnetlinkhooks: BUG: KASAN: slab-use-after-free in nfnlhookdumpone.isra.0+0xe71/0x10f0 Read...

5.7AI score0.00117EPSS
SaveExploits0References6Affected Software1
Cvelist
Cvelist
added 2026/04/02 11:40 a.m.31 views

CVE-2026-23412 netfilter: bpf: defer hook memory release until rcu readers are done

In the Linux kernel, the following vulnerability has been resolved: netfilter: bpf: defer hook memory release until rcu readers are done Yiming Qian reports UaF when concurrent process is dumping hooks via nfnetlinkhooks: BUG: KASAN: slab-use-after-free in nfnlhookdumpone.isra.0+0xe71/0x10f0 Read...

7.8CVSS0.00117EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2026/04/02 12:0 a.m.5 views

PT-2026-29719

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A use-after-free UaF issue was identified in the netfilter component of the Linux kernel related to the handling of BPF hooks. Specifically, the vulnerability occurs when dumping hooks v...

7.8CVSS7AI score0.00117EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/03/26 11:55 p.m.7 views

CVE-2026-23397

A flaw was found in the nfnetlinkosf module of the Linux kernel. A remote attacker could send specially crafted network packets containing malformed options, such as zero-length options or a Maximum Segment Size MSS option with an invalid length. This could lead to a system crash, resulting in a...

4.4CVSS5.8AI score0.00122EPSS
SaveExploits0References4
Rows per page
Query Builder