Lucene search
+L

635 matches found

RedhatCVE
RedhatCVE
added 2025/02/05 11:49 a.m.8 views

CVE-2024-7558

JUJUCONTEXTID is a predictable authentication secret. On a Juju machine non-Kubernetes or Juju charm container on Kubernetes, an unprivileged user in the same network namespace can connect to an abstract domain socket and guess the JUJUCONTEXTID value. This gives the unprivileged user access to t...

8.7CVSS6.6AI score0.00502EPSS
SaveExploits1References1
SUSE CVE
SUSE CVE
added 2025/02/01 3:47 a.m.7 views

SUSE CVE-2025-21677

In the Linux kernel, the following vulnerability has been resolved: pfcp: Destroy device along with udp socket's netns dismantle. pfcpnewlink links the device to a list in devnetdev instead of net, where a udp tunnel socket is created. Even when net is removed, the device stays alive on devnetdev...

5.5CVSS7.6AI score0.00187EPSS
SaveExploits0References3
NVD
NVD
added 2025/01/31 12:15 p.m.19 views

CVE-2025-21678

In the Linux kernel, the following vulnerability has been resolved: gtp: Destroy device along with udp socket's netns dismantle. gtpnewlink links the device to a list in devnetdev instead of srcnet, where a udp tunnel socket is created. Even when srcnet is removed, the device stays alive on...

7.8CVSS0.00234EPSS
SaveExploits0References11
OSV
OSV
added 2025/01/31 12:15 p.m.17 views

UBUNTU-CVE-2025-21678

In the Linux kernel, the following vulnerability has been resolved: gtp: Destroy device along with udp socket's netns dismantle. gtpnewlink links the device to a list in devnetdev instead of srcnet, where a udp tunnel socket is created. Even when srcnet is removed, the device stays alive on...

7.8CVSS6.2AI score0.00234EPSS
SaveExploits0References42
Debian CVE
Debian CVE
added 2025/01/31 11:25 a.m.12 views

CVE-2025-21678

In the Linux kernel, the following vulnerability has been resolved: gtp: Destroy device along with udp socket's netns dismantle. gtpnewlink links the device to a list in devnetdev instead of srcnet, where a udp tunnel socket is created. Even when srcnet is removed, the device stays alive on...

7.8CVSS5.7AI score0.00234EPSS
SaveExploits0
CVE
CVE
added 2025/01/31 11:25 a.m.124 views

CVE-2025-21677

CVE-2025-21677 describes a Linux kernel PFCP issue where the device is destroyed along with the UDP socket’s netns. The root cause is that pfcp_newlink() links the PFCP device to dev_net(dev) rather than the socket’s netns, so removing netns ns1 can leave the device alive in dev_net(dev) and trig...

7.8CVSS6.9AI score0.00187EPSS
SaveExploits0References2Affected Software1
CNNVD
CNNVD
added 2025/01/31 12:00 a.m.6 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 the gtpnewlink function linking a device to the incorrect network namespace devnetdev instead of the correct...

5.5CVSS6.5AI score0.00234EPSS
SaveExploits0References7
CNNVD
CNNVD
added 2025/01/31 12:00 a.m.10 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 the pfcpnewlink function linking a device to the incorrect network namespace devnetdev instead of the correc...

5.5CVSS6.3AI score0.00187EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2025/01/29 4:12 a.m.5 views

SUSE CVE-2024-0137

NVIDIA Container Toolkit contains an improper isolation vulnerability where a specially crafted container image could lead to untrusted code running in the host's network namespace. This vulnerability is present only when the NVIDIA Container Toolkit is configured in a nondefault way. A successfu...

5.5CVSS5.7AI score0.0033EPSS
SaveExploits0References4
OSV
OSV
added 2025/01/28 3:15 a.m.6 views

CVE-2024-0137

NVIDIA Container Toolkit contains an improper isolation vulnerability where a specially crafted container image could lead to untrusted code running in the host’s network namespace. This vulnerability is present only when the NVIDIA Container Toolkit is configured in a nondefault way. A successfu...

6.5CVSS5.8AI score0.0033EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/01/28 3:10 a.m.15 views

CVE-2024-0137

NVIDIA Container Toolkit contains an improper isolation vulnerability where a specially crafted container image could lead to untrusted code running in the host’s network namespace. This vulnerability is present only when the NVIDIA Container Toolkit is configured in a nondefault way. A successfu...

5.5CVSS0.0033EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2025/01/28 3:10 a.m.8 views

CVE-2024-0137

NVIDIA Container Toolkit contains an improper isolation vulnerability where a specially crafted container image could lead to untrusted code running in the host’s network namespace. This vulnerability is present only when the NVIDIA Container Toolkit is configured in a nondefault way. A successfu...

5.5CVSS6.2AI score0.0033EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2025/01/28 12:00 a.m.13 views

NVIDIA Container Toolkit 安全漏洞

NVIDIA Container Toolkit is a container toolkit from NVIDIA, Inc. Allows users to build and run GPU-accelerated containers. NVIDIA Container Toolkit has a security vulnerability that stems from the inclusion of an incorrect isolation vulnerability, where a specially crafted container image could...

6.5CVSS5.5AI score0.0033EPSS
SaveExploits0References1
SUSE Linux
SUSE Linux
added 2025/01/21 1:58 p.m.5 views

Security update for the Linux Kernel

The SUSE Linux Enterprise 15 SP4 kernel was updated to receive various security bugfixes. The following security bugs were fixed: CVE-2024-41087: Fix double free on error bsc1228466. CVE-2024-53095: smb: client: Fix use-after-free of network namespace bsc1233642. CVE-2024-53146: NFSD: Prevent a...

8.8CVSS8.4AI score0.02033EPSS
SaveExploits0References108
Debian CVE
Debian CVE
added 2025/01/21 12:18 p.m.18 views

CVE-2025-21659

In the Linux kernel, the following vulnerability has been resolved: netdev: prevent accessing NAPI instances from another namespace The NAPI IDs were not fully exposed to user space prior to the netlink API, so they were never namespaced. The netlink API must ensure that at the very least NAPI...

8.1CVSS5.6AI score0.0018EPSS
SaveExploits0
F5 Networks
F5 Networks
added 2025/01/21 12:45 a.m.31 views

K000149382: Linux kernel vulnerability CVE-2024-35884

Security Advisory Description In the Linux kernel, the following vulnerability has been resolved: udp: do not accept non-tunnel GSO skbs landing in a tunnel When rx-udp-gro-forwarding is enabled UDP packets might be GROed when being forwarded. If such packets might land in a tunnel this can cause...

9.8CVSS5.3AI score0.00681EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/01/20 6:23 a.m.19 views

CVE-2025-21639

In the Linux kernel, the following vulnerability has been resolved: sctp: sysctl: rtomin/max: avoid using current-nsproxy As mentioned in a previous commit of this series, using the 'net' structure via 'current' is not recommended for different reasons: - Inconsistency: getting info from the...

5.5CVSS6.7AI score0.00228EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/01/20 3:47 a.m.19 views

SUSE CVE-2025-21635

In the Linux kernel, the following vulnerability has been resolved: rds: sysctl: rdstcprcv,sndbuf: avoid using current-nsproxy As mentioned in a previous commit of this series, using the 'net' structure via 'current' is not recommended for different reasons: - Inconsistency: getting info from the...

5.5CVSS7.7AI score0.00183EPSS
SaveExploits0References17
SUSE CVE
SUSE CVE
added 2025/01/20 3:47 a.m.7 views

SUSE CVE-2025-21636

In the Linux kernel, the following vulnerability has been resolved: sctp: sysctl: plpmtudprobeinterval: avoid using current-nsproxy As mentioned in a previous commit of this series, using the 'net' structure via 'current' is not recommended for different reasons: - Inconsistency: getting info fro...

5.5CVSS7.6AI score0.00217EPSS
SaveExploits0References13
SUSE CVE
SUSE CVE
added 2025/01/20 3:47 a.m.5 views

SUSE CVE-2025-21639

In the Linux kernel, the following vulnerability has been resolved: sctp: sysctl: rtomin/max: avoid using current-nsproxy As mentioned in a previous commit of this series, using the 'net' structure via 'current' is not recommended for different reasons: - Inconsistency: getting info from the...

5.5CVSS7.6AI score0.00228EPSS
SaveExploits0References15
Rows per page
Query Builder