Lucene search
+L

21 matches found

RedhatCVE
RedhatCVE
added 2026/07/21 11:40 p.m.7 views

CVE-2026-63986

A flaw was found in the Linux kernel's ethtool: tsinfo component. This vulnerability occurs when the ethnltsinfopreparedump function fails to properly initialize a generic netlink message genlmsg but still attempts to cancel it by passing an error pointer. This improper error handling can lead to...

5.5CVSS5.4AI score0.00166EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2026/07/21 1:2 p.m.12 views

SUSE CVE-2026-63986

In the Linux kernel, the following vulnerability has been resolved: ethtool: tsinfo: don't pass ERRPTR to genlmsgcancel on prepare failure The goto err label leads to: genlmsgcancelskb, ehdr; return ret; If ethnltsinfopreparedump failed, it has not started a genlmsg. There's nothing to cancel, an...

5.3AI score0.00166EPSS
SaveExploits0References3
NVD
NVD
added 2026/07/19 4:17 p.m.8 views

CVE-2026-63986

In the Linux kernel, the following vulnerability has been resolved: ethtool: tsinfo: don't pass ERRPTR to genlmsgcancel on prepare failure The goto err label leads to: genlmsgcancelskb, ehdr; return ret; If ethnltsinfopreparedump failed, it has not started a genlmsg. There's nothing to cancel, an...

0.00166EPSS
SaveExploits0References3
Debian CVE
Debian CVE
added 2026/07/19 2:56 p.m.12 views

CVE-2026-63986

In the Linux kernel, the following vulnerability has been resolved: ethtool: tsinfo: don't pass ERRPTR to genlmsgcancel on prepare failure The goto err label leads to: genlmsgcancelskb, ehdr; return ret; If ethnltsinfopreparedump failed, it has not started a genlmsg. There's nothing to cancel, an...

5.2AI score0.00166EPSS
SaveExploits0
EUVD
EUVD
added 2026/07/19 2:56 p.m.18 views

EUVD-2026-45759

In the Linux kernel, the following vulnerability has been resolved: ethtool: tsinfo: don't pass ERRPTR to genlmsgcancel on prepare failure The goto err label leads to: genlmsgcancelskb, ehdr; return ret; If ethnltsinfopreparedump failed, it has not started a genlmsg. There's nothing to cancel, an...

5.4AI score0.00166EPSS
SaveExploits0References3
CVE
CVE
added 2026/07/19 2:56 p.m.20 views

CVE-2026-63986

CVE-2026-63986 concerns the Linux kernel ethtool tsinfo handling. When ethnl_tsinfo_prepare_dump() fails, the code path incorrectly calls genlmsg_cancel(skb, ehdr) via a goto err, even though no genlmsg was started, risking a crash by passing an error pointer to genlmsg_cancel. The connected reco...

5.4AI score0.00166EPSS
SaveExploits0References3
OSV
OSV
added 2026/07/19 2:56 p.m.12 views

CVE-2026-63986 ethtool: tsinfo: don't pass ERR_PTR to genlmsg_cancel on prepare failure

In the Linux kernel, the following vulnerability has been resolved: ethtool: tsinfo: don't pass ERRPTR to genlmsgcancel on prepare failure The goto err label leads to: genlmsgcancelskb, ehdr; return ret; If ethnltsinfopreparedump failed, it has not started a genlmsg. There's nothing to cancel, an...

5.3AI score
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2026/07/19 12:0 a.m.20 views

PT-2026-61303

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A crash can occur in the ethtool component when ethnl tsinfo prepare dump fails. The issue arises because the system attempts to call the genlmsg cancel function using an error pointer E...

5.1AI score0.00166EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2026/06/26 1:11 a.m.15 views

CVE-2026-53233

A flaw was found in the Linux kernel. A double-free vulnerability exists within the netdevnlbindrxdoit function, which is responsible for binding network device receive operations. This vulnerability arises when genlmsgreply consumes the socket buffer skb, and the error handling path subsequently...

7.8CVSS6.2AI score0.00129EPSS
SaveExploits0References4
NVD
NVD
added 2026/06/25 9:16 a.m.15 views

CVE-2026-53233

In the Linux kernel, the following vulnerability has been resolved: netdev: fix double-free in netdevnlbindrxdoit Sashiko flags that genlmsgreply always consumes the skb. The error path calls nlmsgfreersp so we can't jump directly to it. Let's not unbind, just propagate the error to the user. Thi...

7.8CVSS0.00129EPSS
SaveExploits0References4
UbuntuCve
UbuntuCve
added 2026/06/25 9:16 a.m.10 views

CVE-2026-53233

In the Linux kernel, the following vulnerability has been resolved: netdev: fix double-free in netdevnlbindrxdoit Sashiko flags that genlmsgreply always consumes the skb. The error path calls nlmsgfreersp so we can't jump directly to it. Let's not unbind, just propagate the error to the user. Thi...

7.8CVSS6AI score0.00129EPSS
SaveExploits0References6
EUVD
EUVD
added 2026/06/25 8:39 a.m.18 views

EUVD-2026-39324

In the Linux kernel, the following vulnerability has been resolved: netdev: fix double-free in netdevnlbindrxdoit Sashiko flags that genlmsgreply always consumes the skb. The error path calls nlmsgfreersp so we can't jump directly to it. Let's not unbind, just propagate the error to the user. Thi...

5.7AI score0.00129EPSS
SaveExploits0References4
Positive Technologies
Positive Technologies
added 2026/06/25 12:0 a.m.22 views

PT-2026-52328

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A double-free issue exists in the netdev nl bind rx doit function. This occurs because genlmsg reply always consumes the socket buffer skb, but the error path incorrectly calls nlmsg...

7.8CVSS6.2AI score0.00129EPSS
SaveExploits0
SUSE CVE
SUSE CVE
added 2026/05/15 1:58 a.m.15 views

SUSE CVE-2026-43481

In the Linux kernel, the following vulnerability has been resolved: net-shapers: don't free reply skb after genlmsgreply genlmsgreply hands the reply skb to netlink, and netlinkunicast consumes it on all return paths, whether the skb is queued successfully or freed on an error path...

7.8CVSS5.8AI score0.00119EPSS
SaveExploits0References3
RedhatCVE
RedhatCVE
added 2026/05/13 4:53 p.m.17 views

CVE-2026-43481

A flaw was found in the Linux kernel's net-shapers component. An issue exists where the skb socket buffer is freed twice if genlmsgreply fails, leading to a double-free vulnerability. This can result in memory corruption or a denial of service DoS condition, potentially allowing a local attacker ...

7.8CVSS5.8AI score0.00119EPSS
SaveExploits0References4
OSV
OSV
added 2026/05/13 4:16 p.m.14 views

UBUNTU-CVE-2026-43481

In the Linux kernel, the following vulnerability has been resolved: net-shapers: don't free reply skb after genlmsgreply genlmsgreply hands the reply skb to netlink, and netlinkunicast consumes it on all return paths, whether the skb is queued successfully or freed on an error path...

7.8CVSS5.7AI score0.00119EPSS
SaveExploits0References3
Cvelist
Cvelist
added 2026/05/13 3:8 p.m.65 views

CVE-2026-43481 net-shapers: don't free reply skb after genlmsg_reply()

In the Linux kernel, the following vulnerability has been resolved: net-shapers: don't free reply skb after genlmsgreply genlmsgreply hands the reply skb to netlink, and netlinkunicast consumes it on all return paths, whether the skb is queued successfully or freed on an error path...

7.8CVSS0.00119EPSS
SaveExploits0References3
ATTACKERKB
ATTACKERKB
added 2026/05/13 3:8 p.m.10 views

CVE-2026-43481

In the Linux kernel, the following vulnerability has been resolved: net-shapers: don't free reply skb after genlmsgreply genlmsgreply hands the reply skb to netlink, and netlinkunicast consumes it on all return paths, whether the skb is queued successfully or freed on an error path...

5.8AI score0.00119EPSS
SaveExploits0References4Affected Software1
OSV
OSV
added 2026/05/13 3:8 p.m.11 views

CVE-2026-43481 net-shapers: don't free reply skb after genlmsg_reply()

In the Linux kernel, the following vulnerability has been resolved: net-shapers: don't free reply skb after genlmsgreply genlmsgreply hands the reply skb to netlink, and netlinkunicast consumes it on all return paths, whether the skb is queued successfully or freed on an error path...

7.8CVSS6.5AI score
SaveExploits0References6
Tenable Nessus
Tenable Nessus
added 2026/05/13 12:0 a.m.12 views

Linux Distros Unpatched Vulnerability : CVE-2026-43481

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net-shapers: don't free reply skb after genlmsgreply genlmsgreply hands the reply skb to netlink, and netlinkunicast consumes it on all return paths, whether th...

7.8CVSS5.5AI score0.00119EPSS
SaveExploits0References2
Rows per page
Query Builder