8 matches found
ROOT-OS-DEBIAN-12-CVE-2025-38342 CVE-2025-38342 in rootio-linux - Patched by Root
Root has patched CVE-2025-38342 in the rootio-linux package for Root:Debian:12. Multiple fixed versions available...
ROOT-OS-DEBIAN-11-CVE-2025-38342 CVE-2025-38342 in rootio-linux - Patched by Root
Root has patched CVE-2025-38342 in the rootio-linux package for Root:Debian:11. Multiple fixed versions available...
ROOT-OS-UBUNTU-2204-CVE-2025-38342 CVE-2025-38342 in rootio-linux - Patched by Root
Root has patched CVE-2025-38342 in the rootio-linux package for Root:Ubuntu:22.04. Multiple fixed versions available...
CVE-2025-38342
creationtimestamp| type| source ---|---|--- 2025-12-03 14:14:49+00:00| seen| https://vulnerability.circl.lu/bundle/816dcc8e-f25a-4895-9b59-1bbd9caeccb8...
Ubuntu: Security Advisory (USN-7776-1)
The remote host is missing an update for the SPDX-FileCopyrightText: 2025 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...
CVE-2025-38342
In the Linux kernel, the following vulnerability has been resolved: software node: Correct a OOB check in softwarenodegetreferenceargs softwarenodegetreferenceargs wants to get @index-th element, so the property value requires at least 'index + 1 sizeofref' bytes but that can not be guaranteed by...
AZL-64947 CVE-2025-38342 affecting package kernel for versions less than 6.6.96.1-1
In the Linux kernel, the following vulnerability has been resolved: software node: Correct a OOB check in softwarenodegetreferenceargs softwarenodegetreferenceargs wants to get @index-th element, so the property value requires at least 'index + 1 sizeofref' bytes but that can not be guaranteed by...
CVE-2025-38342
CVE-2025-38342 affects the Linux kernel; it stems from an out-of-bounds check in software_node_get_reference_args(), which may cause OOB access when reading the @index-th element due to a length check that can’t be guaranteed. The fix replaces the check with ((index + 1) * sizeof(*ref) > prop-...