Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2025-0662 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

In some cases, the ktrace facility will log the contents of kernel structures to userspace. In one such case, ktrace dumps a variable-sized sockaddr to userspace. There, the full sockaddr is copied, even when it is shorter than the full size. This can result in up to 14 uninitialized bytes of kernel memory being copied out to userspace. It is possible for an unprivileged userspace program to leak 14 bytes of a kernel heap allocation to userspace.

Metrics

CVSS 3.x Severity and Vector Strings:

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-122Heap-based Buffer Overflow[email protected]

Affected Products

ProductVersions
FreeBSD
14.2

CPE

  • cpe:2.3:o:freebsd:freebsd:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 14.2-RELEASE-p1moderate effort

    To update your vulnerable system via a binary patch: 1. Run the following commands: # freebsd-update fetch # freebsd-update install # shutdown -r +10min "Rebooting for a security update" To update your vulnerable system via a source code patch: 1. Download the relevant patch from the location below, and verify the detached PGP signature using your PGP utility: # fetch https://security.FreeBSD.org/patches/SA-25:04/ktrace.patch # fetch https://security.FreeBSD.org/patches/SA-25:04/ktrace.patch.asc # gpg --verify ktrace.patch.asc 2. Apply the patch. Execute the following commands as root: # cd /usr/src # patch < /path/to/patch 3. Recompile your kernel as described in https://www.FreeBSD.org/handbook/kernelconfig.html and reboot the system.

NetApp ONTAP
All versions

CPE

  • cpe:2.3:a:netapp:data_ontap:*:*:*:*:*:*:*:*
  • cpe:2.3:a:netapp:data_ontap:*:*:*:*:*:7-mode:*:*
  • cpe:2.3:a:netapp:ontap:*:*:*:*:*:*:*:*
  • cpe:2.3:o:netapp:clustered_data_ontap:*:*:*:*:*:*:*:*
  • cpe:2.3:o:netapp:data_ontap:*:*:*:*:*:*:*:*
  • cpe:2.3:o:netapp:data_ontap:*:*:*:*:*:7-mode:*:*

Remediation

  • No remediation found in references.

Change History

5 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2025-0662
NVD Published Date:
Jan 30, 2025
NVD Last Modified:
Jun 17, 2026
Source:
[email protected]
CVE-2025-0662 Details - Not Deferred