CVE-2026-58090
Received Received - Intake

Unix Socket Use-After-Free in FreeBSD Kernel

Vulnerability report for CVE-2026-58090, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-26

Last updated on: 2026-08-26

Assigner: FreeBSD

Description

The SOCK_STREAM receive path in the unix socket implementation failed to fully detach control messages from the socket buffer before processing them. Some error paths would free those messages, leaving freed data mbufs in the receive socket buffer. An unprivileged local user can exploit this use-after-free to escalate privileges.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-26
Last Modified
2026-08-26
Generated
2026-08-26
AI Q&A
2026-08-26
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Currently, no data is known.

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-416 The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability involves a flaw in the unix socket implementation where control messages are not properly detached from the socket buffer before processing. This leads to a use-after-free scenario where freed data mbufs remain in the receive socket buffer. An unprivileged local user can exploit this to escalate privileges.

Impact Analysis

An unprivileged local user could exploit this vulnerability to gain elevated privileges on the affected system, potentially leading to unauthorized access or control of the system.

Mitigation Strategies

Apply the latest security patches or updates from FreeBSD to fix the unix socket implementation issue. Ensure no unprivileged local users have unnecessary access.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-58090. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart