Lucene search
+L

659 matches found

NVD
NVD
added 2026/08/10 1:19 p.m.10 views

CVE-2026-68117

In the Linux kernel, the following vulnerability has been resolved: tipc: clear sock-sk on the failed-insert path in tipcskcreate When tipcskcreate fails to insert the new socket tipcskinsert returns non-zero, its error path frees the sk with skfree but leaves sock-sk pointing at the freed object...

9.8CVSS0.00531EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/10 12:03 p.m.13 views

EUVD-2026-55436

In the Linux kernel, the following vulnerability has been resolved: rds: drop incoming messages that cross network namespace boundaries rdsfindbound looks up the destination socket using a global rhashtable keyed solely on addr, port, scopeid. Network namespaces are not part of the key, so a send...

5.1AI score0.00135EPSS
SaveExploits0References5
OSV
OSV
added 2026/08/10 12:03 p.m.38 views

CVE-2026-68335 rds: drop incoming messages that cross network namespace boundaries

In the Linux kernel, the following vulnerability has been resolved: rds: drop incoming messages that cross network namespace boundaries rdsfindbound looks up the destination socket using a global rhashtable keyed solely on addr, port, scopeid. Network namespaces are not part of the key, so a send...

7.8CVSS5.2AI score
SaveExploits0References11
OSV
OSV
added 2026/08/10 12:02 p.m.23 views

CVE-2026-68294 net: qrtr: restrict socket creation to the initial network namespace

In the Linux kernel, the following vulnerability has been resolved: net: qrtr: restrict socket creation to the initial network namespace QRTR keeps its entire port and node state in module-global variables that are not partitioned per network namespace: qrtrlocalnid is a single global node id...

8.8CVSS5.3AI score
SaveExploits0References11
CVE
CVE
added 2026/08/10 12:02 p.m.103 views

CVE-2026-68294

In CVE-2026-68294, the Linux kernel QRTR (Qualcomm IPC Router) allows an unprivileged process to create an AF_QIPCRTR socket in a separate network namespace, due to global state (qrtr_local_nid and qrtr_ports) not being partitioned per namespace. This enables cross-namespace QRTR datagrams and co...

8.8CVSS5.2AI score0.00164EPSS
SaveExploits0References8
Cvelist
Cvelist
added 2026/08/10 12:02 p.m.41 views

CVE-2026-68294 net: qrtr: restrict socket creation to the initial network namespace

In the Linux kernel, the following vulnerability has been resolved: net: qrtr: restrict socket creation to the initial network namespace QRTR keeps its entire port and node state in module-global variables that are not partitioned per network namespace: qrtrlocalnid is a single global node id...

8.8CVSS0.00164EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/10 11:59 a.m.13 views

EUVD-2026-55547

In the Linux kernel, the following vulnerability has been resolved: sctp: close UDP tunnel sockets during netns teardown procsctpdoudpport starts per-net SCTP UDP tunneling sockets when net.sctp.udpport is set, and stops/restarts them when the sysctl value changes. The netns exit path does not st...

5.3AI score0.00626EPSS
SaveExploits0References5
CVE
CVE
added 2026/08/10 11:59 a.m.64 views

CVE-2026-68142

The CVE concerns the Linux kernel geneve driver. A local attacker with CAP_NET_ADMIN in one network namespace can bypass permission checks and modify a geneve network device in a different namespace, potentially enabling unauthorized network configuration changes or disruption. The fix gates the ...

8.8CVSS5.3AI score0.00138EPSS
SaveExploits0References8
EUVD
EUVD
added 2026/08/10 11:59 a.m.17 views

EUVD-2026-55525

In the Linux kernel, the following vulnerability has been resolved: geneve: require CAPNETADMIN in the device netns for changelink A tunnel changelink operates on at most two netns, devnetdev and the sticky underlay netns geneve-net. They differ once the device is created in or moved to a netns...

5.3AI score0.00138EPSS
SaveExploits0References5
Cvelist
Cvelist
added 2026/08/10 11:59 a.m.42 views

CVE-2026-68142 geneve: require CAP_NET_ADMIN in the device netns for changelink

In the Linux kernel, the following vulnerability has been resolved: geneve: require CAPNETADMIN in the device netns for changelink A tunnel changelink operates on at most two netns, devnetdev and the sticky underlay netns geneve-net. They differ once the device is created in or moved to a netns...

8.8CVSS0.00138EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2026/08/10 12:00 a.m.13 views

PT-2026-69562

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A Use-After-Free UAF issue exists in the SCTP implementation during network namespace teardown. The proc sctp do auth function updates the SCTP control socket after modifying the...

7.8CVSS5.9AI score0.00184EPSS
SaveExploits0References27
Tenable Nessus
Tenable Nessus
added 2026/08/10 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-68294

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - net: qrtr: restrict socket creation to the initial network namespace QRTR keeps its entire port and node state in module-global variables that are not partition...

8.8CVSS5.9AI score0.00164EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2026/08/10 12:00 a.m.10 views

Linux Distros Unpatched Vulnerability : CVE-2026-68335

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - rds: drop incoming messages that cross network namespace boundaries rdsfindbound looks up the destination socket using a global rhashtable keyed solely on addr,...

7.8CVSS5.7AI score0.00135EPSS
SaveExploits0References3
OSV
OSV
added 2026/08/04 12:00 p.m.11 views

RLSA-2026:49214 Important: kernel security update

The kernel packages contain the Linux kernel, the core of any Linux operating system. Security Fixes: kernel: rtnetlink: add missing netlinknscapable check for peer netns CVE-2026-31692 kernel: netfilter: ctnetlink: ensure safe access to master conntrack CVE-2026-43116 kernel: fanotify: fix false...

7.8CVSS6.5AI score0.00536EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/07/31 6:18 p.m.26 views

kernel: rtnetlink: add missing netlink_ns_capable() check for peer netns

A flaw was found in the Linux kernel's rtnetlink component. An unprivileged local user, leveraging a user namespace, can exploit a missing CAPNETADMIN capability check in the rtnlnewlink function. This allows the user to create paired network devices in arbitrary network namespaces, including the...

5.5CVSS5.6AI score0.00119EPSS
SaveExploits0References5
RedHat Linux
RedHat Linux
added 2026/07/31 6:16 p.m.24 views

kernel: rtnetlink: add missing netlink_ns_capable() check for peer netns

A flaw was found in the Linux kernel's rtnetlink component. An unprivileged local user, leveraging a user namespace, can exploit a missing CAPNETADMIN capability check in the rtnlnewlink function. This allows the user to create paired network devices in arbitrary network namespaces, including the...

5.5CVSS5.6AI score0.00119EPSS
SaveExploits0References5
RedhatCVE
RedhatCVE
added 2026/07/29 5:07 a.m.13 views

CVE-2026-64542

A flaw was found in the Linux kernel's IPv6 Neighbor Discovery NDISC component. An unprivileged user, operating within a network namespace, can trigger a null pointer dereference in the acceptuntrackedna function. This occurs due to a race condition where the inet6dev structure is re-fetched...

5.5CVSS5AI score0.00173EPSS
SaveExploits0References4
NVD
NVD
added 2026/07/27 9:17 p.m.22 views

CVE-2026-64542

In the Linux kernel, the following vulnerability has been resolved: ipv6: ndisc: fix NULL deref in acceptuntrackedna acceptuntrackedna re-fetches the inet6dev with in6devgetdev and dereferences idev-cnf.acceptuntrackedna without a NULL check, even though its only caller ndiscrecvna already fetche...

0.00173EPSS
SaveExploits0References6
UbuntuCve
UbuntuCve
added 2026/07/27 9:17 p.m.13 views

CVE-2026-64542

In the Linux kernel, the following vulnerability has been resolved: ipv6: ndisc: fix NULL deref in acceptuntrackedna acceptuntrackedna re-fetches the inet6dev with in6devgetdev and dereferences idev-cnf.acceptuntrackedna without a NULL check, even though its only caller ndiscrecvna already fetche...

5.4AI score0.00173EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/07/27 8:10 p.m.59 views

CVE-2026-64542 ipv6: ndisc: fix NULL deref in accept_untracked_na()

In the Linux kernel, the following vulnerability has been resolved: ipv6: ndisc: fix NULL deref in acceptuntrackedna acceptuntrackedna re-fetches the inet6dev with in6devgetdev and dereferences idev-cnf.acceptuntrackedna without a NULL check, even though its only caller ndiscrecvna already fetche...

0.00173EPSS
SaveExploits0References6
Rows per page
Query Builder