Lucene search
+L

570 matches found

Debian CVE
Debian CVE
added 2025/01/31 11:25 a.m.9 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.00217EPSS
SaveExploits0
CVE
CVE
added 2025/01/31 11:25 a.m.117 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.00183EPSS
SaveExploits0References2Affected Software1
CNNVD
CNNVD
added 2025/01/31 12:0 a.m.5 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.00217EPSS
SaveExploits0References7
CNNVD
CNNVD
added 2025/01/31 12:0 a.m.8 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.00183EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2025/01/29 4:12 a.m.4 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.00318EPSS
SaveExploits0References4
OSV
OSV
added 2025/01/28 3:15 a.m.5 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.00318EPSS
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.00318EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2025/01/28 3:10 a.m.13 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.00318EPSS
SaveExploits0References1
CNNVD
CNNVD
added 2025/01/28 12:0 a.m.10 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.00318EPSS
SaveExploits0References1
SUSE Linux
SUSE Linux
added 2025/01/21 1:58 p.m.4 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.11 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.00176EPSS
SaveExploits0
F5 Networks
F5 Networks
added 2025/01/21 12:45 a.m.28 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...

8.8CVSS5.3AI score0.00669EPSS
SaveExploits0
RedhatCVE
RedhatCVE
added 2025/01/20 6:23 a.m.18 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.00224EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2025/01/20 3:47 a.m.13 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.00179EPSS
SaveExploits0References17
SUSE CVE
SUSE CVE
added 2025/01/20 3:47 a.m.5 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.00207EPSS
SaveExploits0References13
SUSE CVE
SUSE CVE
added 2025/01/20 3:47 a.m.3 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.00224EPSS
SaveExploits0References14
OSV
OSV
added 2025/01/19 11:15 a.m.2 views

DEBIAN-CVE-2025-21648

In the Linux kernel, the following vulnerability has been resolved: netfilter: conntrack: clamp maximum hashtable size to INTMAX Use INTMAX as maximum size for the conntrack hashtable. Otherwise, it is possible to hit WARNONONCE in kvmallocnodenoprof when resizing hashtable because GFPNOWARN is...

5.5CVSS5.6AI score0.00215EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/19 11:15 a.m.1 views

DEBIAN-CVE-2025-21640

In the Linux kernel, the following vulnerability has been resolved: sctp: sysctl: cookiehmacalg: 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.5CVSS5.6AI score0.00232EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/19 11:15 a.m.11 views

AZL-57228 CVE-2025-21638 affecting package kernel for versions less than 5.15.180.1-1

In the Linux kernel, the following vulnerability has been resolved: sctp: sysctl: authenable: 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.6AI score0.00232EPSS
SaveExploits0References1
OSV
OSV
added 2025/01/19 11:15 a.m.10 views

AZL-57223 CVE-2025-21636 affecting package kernel for versions less than 5.15.180.1-1

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.5CVSS6.6AI score0.00207EPSS
SaveExploits0References1
Rows per page
Query Builder