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-2026-3038 Details

Description

The rtsock_msg_buffer() function serializes routing information into a buffer. As a part of this, it copies sockaddr structures into a sockaddr_storage structure on the stack. It assumes that the source sockaddr length field had already been validated, but this is not necessarily the case, and it's possible for a malicious userspace program to craft a request which triggers a 127-byte overflow. In practice, this overflow immediately overwrites the canary for the rtsock_msg_buffer() stack frame, resulting in a panic once the function returns. The bug allows an unprivileged user to crash the kernel by triggering a stack buffer overflow in rtsock_msg_buffer(). In particular, the overflow will corrupt a stack canary value that is verified when the function returns; this mitigates the impact of the stack overflow by triggering a kernel panic. Other kernel bugs may exist which allow userspace to find the canary value and thus defeat the mitigation, at which point local privilege escalation may be possible.

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-787Out-of-bounds Write[email protected]

Affected Products

ProductVersions
freebsd freebsd
13.5 -
13.5 p1
13.5 p2
13.5 p3
13.5 p4

CPE

  • cpe:2.3:o:freebsd:freebsd:13.5:-:*:*:*:*:*:*
  • cpe:2.3:o:freebsd:freebsd:13.5:p1:*:*:*:*:*:*
  • cpe:2.3:o:freebsd:freebsd:13.5:p2:*:*:*:*:*:*
  • cpe:2.3:o:freebsd:freebsd:13.5:p3:*:*:*:*:*:*
  • cpe:2.3:o:freebsd:freebsd:13.5:p4:*:*:*:*:*:*
  • cpe:2.3:o:freebsd:freebsd:13.5:p5:*:*:*:*:*:*
  • cpe:2.3:o:freebsd:freebsd:13.5:p6:*:*:*:*:*:*
  • cpe:2.3:o:freebsd:freebsd:13.5:p7:*:*:*:*:*:*
  • cpe:2.3:o:freebsd:freebsd:13.5:p8:*:*:*:*:*:*
  • cpe:2.3:o:freebsd:freebsd:13.5:p9:*:*:*:*:*:*
  • cpe:2.3:o:freebsd:freebsd:14.3:-:*:*:*:*:*:*
  • cpe:2.3:o:freebsd:freebsd:14.3:p1:*:*:*:*:*:*
  • cpe:2.3:o:freebsd:freebsd:14.3:p2:*:*:*:*:*:*
  • cpe:2.3:o:freebsd:freebsd:14.3:p3:*:*:*:*:*:*
  • cpe:2.3:o:freebsd:freebsd:14.3:p4:*:*:*:*:*:*
  • cpe:2.3:o:freebsd:freebsd:14.3:p5:*:*:*:*:*:*
  • cpe:2.3:o:freebsd:freebsd:14.3:p6:*:*:*:*:*:*
  • cpe:2.3:o:freebsd:freebsd:14.3:p7:*:*:*:*:*:*
  • cpe:2.3:o:freebsd:freebsd:14.3:p8:*:*:*:*:*:*
  • cpe:2.3:o:freebsd:freebsd:14.4:rc1:*:*:*:*:*:*
  • cpe:2.3:o:freebsd:freebsd:15.0:-:*:*:*:*:*:*
  • cpe:2.3:o:freebsd:freebsd:15.0:p1:*:*:*:*:*:*
  • cpe:2.3:o:freebsd:freebsd:15.0:p2:*:*:*:*:*:*
  • cpe:2.3:o:freebsd:freebsd:15.0:p3:*:*:*:*:*:*

Remediation

  • No remediation found in references.

Change History

5 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-3038
NVD Published Date:
Mar 9, 2026
NVD Last Modified:
Jun 17, 2026
Source:
[email protected]
CVE-2026-3038 Details - Not Deferred