CVE-2025-24934

MEDIUM

FreeBSD Kernel SO_REUSEPORT_LB - Connected Socket Spoofing

Title source: manual
STIX 2.1

Description

Software which sets SO_REUSEPORT_LB on a socket and then connects it to a host will not directly observe any problems. However, due to its membership in a load-balancing group, that socket will receive packets originating from any host. This breaks the contract of the connect(2) and implied connect via sendto(2), and may leave the application vulnerable to spoofing attacks. The kernel failed to check the connection state of sockets when adding them to load-balancing groups. Furthermore, when looking up the destination socket for an incoming packet, the kernel will match a socket belonging to a load-balancing group even if it is connected, in violation of the contract that connected sockets are only supposed to receive packets originating from the connected host.

References (2)

Core 2

Scores

CVSS v3 5.4
EPSS 0.0003
EPSS Percentile 10.3%
Attack Vector NETWORK
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N

CISA SSVC

Vulnrichment
Exploitation none
Automatable no
Technical Impact partial

Details

CWE
CWE-488
Status published
Products (3)
FreeBSD/FreeBSD 13.5-RELEASE - p6
FreeBSD/FreeBSD 14.3-RELEASE - p5
FreeBSD/FreeBSD 15.0-BETA2 - p1
Published Oct 22, 2025
Tracked Since Feb 18, 2026