目标达成 感谢每一位支持者 — 我们达成了 100% 目标!

目标: 1000 元 · 已筹: 1000

100.0%

CVE-2025-39682— Linux kernel 安全漏洞

EPSS 0.01% · P1
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2025-39682 基础信息

漏洞信息

对漏洞内容有疑问?看看神龙的深度分析是否有帮助!
查看神龙十问 ↗

尽管我们使用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。神龙努力确保数据的准确性,但请您根据实际情况进行核实和判断。

Vulnerability Title
tls: fix handling of zero-length records on the rx_list
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: tls: fix handling of zero-length records on the rx_list Each recvmsg() call must process either - only contiguous DATA records (any number of them) - one non-DATA record If the next record has different type than what has already been processed we break out of the main processing loop. If the record has already been decrypted (which may be the case for TLS 1.3 where we don't know type until decryption) we queue the pending record to the rx_list. Next recvmsg() will pick it up from there. Queuing the skb to rx_list after zero-copy decrypt is not possible, since in that case we decrypted directly to the user space buffer, and we don't have an skb to queue (darg.skb points to the ciphertext skb for access to metadata like length). Only data records are allowed zero-copy, and we break the processing loop after each non-data record. So we should never zero-copy and then find out that the record type has changed. The corner case we missed is when the initial record comes from rx_list, and it's zero length.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于tls模块处理rx_list上零长度记录时存在问题。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 84c61fe1a75b4255df1e1e7c054c9e6d048da417 ~ 2902c3ebcca52ca845c03182000e8d71d3a5196f -
LinuxLinux 6.0 -

二、漏洞 CVE-2025-39682 的公开POC

#POC 描述源链接神龙链接
1A variant of CVE-2024-58239https://github.com/khoatran107/cve-2025-39682POC详情
AI 生成 POC高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2025-39682 的情报信息

登录查看更多情报信息。

同批安全公告 · Linux · 2025-09-05 · 共 60 条

CVE-2025-39707Linux kernel 安全漏洞
CVE-2025-39725Linux kernel 安全漏洞
CVE-2025-39722Linux kernel 安全漏洞
CVE-2025-39721Linux kernel 安全漏洞
CVE-2025-39720Linux kernel 安全漏洞
CVE-2025-39723Linux kernel 安全漏洞
CVE-2025-39711Linux kernel 安全漏洞
CVE-2025-39710Linux kernel 安全漏洞
CVE-2025-39709Linux kernel 安全漏洞
CVE-2025-39708Linux kernel 安全漏洞
CVE-2025-39712Linux kernel 安全漏洞
CVE-2025-39706Linux kernel 安全漏洞
CVE-2025-39705Linux kernel 安全漏洞
CVE-2025-39704Linux kernel 安全漏洞
CVE-2025-39703Linux kernel 安全漏洞
CVE-2025-39702Linux kernel 安全漏洞
CVE-2025-39701Linux kernel 安全漏洞
CVE-2025-39700Linux kernel 安全漏洞
CVE-2025-39699Linux kernel 安全漏洞
CVE-2025-39698Linux kernel 安全漏洞

显示前 20 条,共 60 条。 查看全部 → →

IV. Related Vulnerabilities

V. Comments for CVE-2025-39682

暂无评论


发表评论