CVE-2025-24934 (CNNVD-202510-2811)
中文标题:
FreeBSD 安全漏洞
英文标题:
SO_REUSEPORT_LB breaks connect(2) for UDP sockets
漏洞描述
中文描述:
FreeBSD是FreeBSD基金会的一套类Unix操作系统。 FreeBSD存在安全漏洞,该漏洞源于内核未检查连接状态即添加套接字至负载均衡组,且连接状态下仍匹配负载均衡组套接字,可能导致欺骗攻击。
英文描述:
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.
CWE类型:
标签:
受影响产品
| 厂商 | 产品 | 版本 | 版本范围 | 平台 | CPE |
|---|---|---|---|---|---|
| FreeBSD | FreeBSD | - | < p1 | - |
cpe:2.3:a:freebsd:freebsd:*:*:*:*:*:*:*:*
|
解决方案
中文解决方案:
英文解决方案:
临时解决方案:
参考链接
cve.org
CVSS评分详情
3.1 (adp)
MEDIUMCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N
时间信息
利用信息
数据源详情
| 数据源 | 记录ID | 版本 | 提取时间 |
|---|---|---|---|
| CVE | cve_CVE-2025-24934 |
2025-11-11 15:23:10 | 2025-11-11 07:40:15 |
| NVD | nvd_CVE-2025-24934 |
2025-11-11 15:01:06 | 2025-11-11 07:48:06 |
| CNNVD | cnnvd_CNNVD-202510-2811 |
2025-11-11 15:13:01 | 2025-11-11 08:00:18 |
版本与语言
安全公告
变更历史
查看详细变更
- vulnerability_type: 未提取 -> 其他
- cnnvd_id: 未提取 -> CNNVD-202510-2811
- data_sources: ['cve', 'nvd'] -> ['cnnvd', 'cve', 'nvd']
查看详细变更
- affected_products_count: 3 -> 1
- data_sources: ['cve'] -> ['cve', 'nvd']