CVE-2026-3038

HIGH EPSS 37.1%
Published Mar 9, 20263mo ago · Modified Mar 17, 20263mo ago
7.5 CVSS 3.1
High
Find Similar
Published Mar 9, 2026 3mo ago
Last Modified Mar 17, 2026 3mo ago

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.

CVSS Details

Base Score
7.5
Exploitability
3.9
Impact
3.6
Vector string
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector Network
Attack Complexity Low
Privileges Required None
User Interaction None
Scope Unchanged
Confidentiality None
Integrity None
Availability High

Threat Intelligence

EPSS Exploit Probability
37.1% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available

Weaknesses 1

CWE-787 Out-of-bounds Write Memory Safety

Affected Products 24

VendorProductVersionRange
freebsdfreebsd13.5any
freebsdfreebsd13.5any
freebsdfreebsd13.5any
freebsdfreebsd13.5any
freebsdfreebsd13.5any
freebsdfreebsd13.5any
freebsdfreebsd13.5any
freebsdfreebsd13.5any
freebsdfreebsd13.5any
freebsdfreebsd13.5any
freebsdfreebsd14.3any
freebsdfreebsd14.3any
freebsdfreebsd14.3any
freebsdfreebsd14.3any
freebsdfreebsd14.3any
freebsdfreebsd14.3any
freebsdfreebsd14.3any
freebsdfreebsd14.3any
freebsdfreebsd14.3any
freebsdfreebsd14.4any
freebsdfreebsd15.0any
freebsdfreebsd15.0any
freebsdfreebsd15.0any
freebsdfreebsd15.0any

References 1

  • security.freebsd.org https://security.freebsd.org/advisories/FreeBSD-SA-26:05.route.asc
    Vendor Advisory

Remediation

No remediation data recorded yet

Check vendor advisories and the NVD entry for patch availability.