Lucene search
+L

561 matches found

Tenable Nessus
Tenable Nessus
added 2025/09/16 12:0 a.m.2 views

Linux Distros Unpatched Vulnerability : CVE-2023-53190

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: vxlan: Fix memory leaks in error path The memory allocated by vxlanvnigroupinit is not freed...

5.5CVSS5AI score0.00162EPSS
SaveExploits0References3
Tenable Nessus
Tenable Nessus
added 2025/09/16 12:0 a.m.6 views

Linux Distros Unpatched Vulnerability : CVE-2023-53192

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In the Linux kernel, the following vulnerability has been resolved: vxlan: Fix nexthop hash size The nexthop code expects a 31 bit hash, such as what is returne...

7.8CVSS5.6AI score0.00154EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2025/09/15 11:27 p.m.4 views

SUSE CVE-2023-53190

In the Linux kernel, the following vulnerability has been resolved: vxlan: Fix memory leaks in error path The memory allocated by vxlanvnigroupinit is not freed in the error path, leading to memory leaks 1. Fix by calling vxlanvnigroupuninit in the error path. The leaks can be reproduced by...

5.5CVSS6.5AI score0.00162EPSS
SaveExploits0References3
NVD
NVD
added 2025/09/15 2:15 p.m.9 views

CVE-2023-53190

In the Linux kernel, the following vulnerability has been resolved: vxlan: Fix memory leaks in error path The memory allocated by vxlanvnigroupinit is not freed in the error path, leading to memory leaks 1. Fix by calling vxlanvnigroupuninit in the error path. The leaks can be reproduced by...

5.5CVSS0.00162EPSS
SaveExploits0References3
NVD
NVD
added 2025/09/15 2:15 p.m.4 views

CVE-2023-53192

In the Linux kernel, the following vulnerability has been resolved: vxlan: Fix nexthop hash size The nexthop code expects a 31 bit hash, such as what is returned by fibmultipathhash and rt6multipathhash. Passing the 32 bit hash returned by skbgethash can lead to problems related to the fact that...

7.8CVSS0.00154EPSS
SaveExploits0References5
OSV
OSV
added 2025/09/15 2:15 p.m.2 views

DEBIAN-CVE-2023-53192

In the Linux kernel, the following vulnerability has been resolved: vxlan: Fix nexthop hash size The nexthop code expects a 31 bit hash, such as what is returned by fibmultipathhash and rt6multipathhash. Passing the 32 bit hash returned by skbgethash can lead to problems related to the fact that...

7.8CVSS5.5AI score0.00154EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/15 2:15 p.m.3 views

DEBIAN-CVE-2023-53190

In the Linux kernel, the following vulnerability has been resolved: vxlan: Fix memory leaks in error path The memory allocated by vxlanvnigroupinit is not freed in the error path, leading to memory leaks 1. Fix by calling vxlanvnigroupuninit in the error path. The leaks can be reproduced by...

5.5CVSS5.4AI score0.00162EPSS
SaveExploits0References1
OSV
OSV
added 2025/09/15 2:15 p.m.5 views

UBUNTU-CVE-2023-53190

In the Linux kernel, the following vulnerability has been resolved: vxlan: Fix memory leaks in error path The memory allocated by vxlanvnigroupinit is not freed in the error path, leading to memory leaks 1. Fix by calling vxlanvnigroupuninit in the error path. The leaks can be reproduced by...

5.5CVSS5.7AI score0.00162EPSS
SaveExploits0References6
OSV
OSV
added 2025/09/15 2:15 p.m.5 views

UBUNTU-CVE-2023-53192

In the Linux kernel, the following vulnerability has been resolved: vxlan: Fix nexthop hash size The nexthop code expects a 31 bit hash, such as what is returned by fibmultipathhash and rt6multipathhash. Passing the 32 bit hash returned by skbgethash can lead to problems related to the fact that...

7.8CVSS6AI score0.00154EPSS
SaveExploits0References8
CVE
CVE
added 2025/09/15 2:6 p.m.24 views

CVE-2023-53192

The CVE-2023-53192 issue is a Linux kernel bug in vxlan nexthop hashing. The nexthop code expected a 31-bit hash, but skb_get_hash() can return a 32-bit value which becomes negative in a signed int. This can trigger incorrect nexthop selection (nexthop_select_path_hthr) or out-of-bounds access in...

7.8CVSS6.2AI score0.00154EPSS
SaveExploits0References5Affected Software1
Cvelist
Cvelist
added 2025/09/15 2:6 p.m.7 views

CVE-2023-53192 vxlan: Fix nexthop hash size

In the Linux kernel, the following vulnerability has been resolved: vxlan: Fix nexthop hash size The nexthop code expects a 31 bit hash, such as what is returned by fibmultipathhash and rt6multipathhash. Passing the 32 bit hash returned by skbgethash can lead to problems related to the fact that...

0.00154EPSS
SaveExploits0References5
OSV
OSV
added 2025/09/15 2:6 p.m.5 views

CVE-2023-53192 vxlan: Fix nexthop hash size

In the Linux kernel, the following vulnerability has been resolved: vxlan: Fix nexthop hash size The nexthop code expects a 31 bit hash, such as what is returned by fibmultipathhash and rt6multipathhash. Passing the 32 bit hash returned by skbgethash can lead to problems related to the fact that...

7.8CVSS4.9AI score0.00154EPSS
SaveExploits0References8
CVE
CVE
added 2025/09/15 2:6 p.m.28 views

CVE-2023-53190

CVE-2023-53190 relates to a Linux kernel issue: a memory leak in the vxlan error path due to missing vxlan_vnigroup_uninit() when completion fails in vxlan_vnigroup_init(). The vulnerability affects vxlan initialization under certain error-injection/recovery scenarios, leading to memory leaks and...

5.5CVSS6.2AI score0.00162EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2025/09/15 2:6 p.m.8 views

CVE-2023-53190 vxlan: Fix memory leaks in error path

In the Linux kernel, the following vulnerability has been resolved: vxlan: Fix memory leaks in error path The memory allocated by vxlanvnigroupinit is not freed in the error path, leading to memory leaks 1. Fix by calling vxlanvnigroupuninit in the error path. The leaks can be reproduced by...

5.5CVSS6.2AI score0.00162EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2025/09/15 12:0 a.m.4 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 vxlan module not handling the nexthop hash size correctly, which could lead to out-of-bounds access or...

7.8CVSS5.9AI score0.00154EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/09/15 12:0 a.m.5 views

PT-2025-37554

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A memory leak exists in the VXLAN implementation of the Linux kernel. The memory allocated by vxlan vnigroup init is not freed in the error path, leading to memory leaks. This can be...

6.1AI score0.00162EPSS
SaveExploits0References6
Positive Technologies
Positive Technologies
added 2025/09/01 12:0 a.m.4 views

PT-2025-38558

Name of the Vulnerable Software and Affected Versions Linux kernel affected versions not specified Description A vulnerability exists in the Linux kernel related to VXLAN FDB entries. Specifically, when learning is enabled, an incoming packet attempting to refresh an FDB entry pointing to an FDB...

6CVSS5.8AI score0.00145EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2025/09/01 12:0 a.m.10 views

PT-2025-38557

Name of the Vulnerable Software and Affected Versions Linux kernel versions 6.17.0-rc2-virtme-g2a89cb21162c through 6.17.0-rc2-virtmne-g6ee90cb26014 Description A null pointer dereference NPD issue was identified in the vxlan module when using nexthop objects with the "proxy" option enabled. This...

6CVSS5.9AI score0.00135EPSS
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2025/08/11 12:0 a.m.3 views

Linux Distros Unpatched Vulnerability : CVE-2025-38037

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - vxlan: Annotate FDB data races The 'used' and 'updated' fields in the FDB entry structure can be accessed concurrently by multiple threads, leading to reports...

5.5CVSS6.2AI score0.00182EPSS
SaveExploits0References3
Microsoft CVE
Microsoft CVE
added 2025/08/06 7:0 a.m.3 views

vxlan: Annotate FDB data races

...

5.5CVSS6.8AI score0.00182EPSS
SaveExploits0
Rows per page
Query Builder