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

目标: 1000 元 · 已筹: 1336

100%

CVE-2026-53186— Linux kernel 安全漏洞

CVSS 9.1 · Critical EPSS 0.51% · P41

影响版本矩阵 18

厂商产品版本范围状态
LinuxLinuxaef9ec39c47f0cece886ddd6b53c440321e0b2a6< 3889517c2ec7f364914aea8209abfff735f7ecdeaffected
aef9ec39c47f0cece886ddd6b53c440321e0b2a6< ed77cc819ad631264787cade5ae5ec4c535ec6bbaffected
aef9ec39c47f0cece886ddd6b53c440321e0b2a6< 0b9ee09d5e849591f17d98c078033dadea967293affected
aef9ec39c47f0cece886ddd6b53c440321e0b2a6< 0d64bc200ebe4f275b27438c6e593903e0b16fe1affected
aef9ec39c47f0cece886ddd6b53c440321e0b2a6< 2015038195939eac54a1ee83c9d98ef1a8ccbbceaffected
aef9ec39c47f0cece886ddd6b53c440321e0b2a6< f92a285db7ff6e598591ccbfb551be155c5f4d57affected
aef9ec39c47f0cece886ddd6b53c440321e0b2a6< 3523e53ff95f1837ec3f57ff7558532bcb2661b7affected
aef9ec39c47f0cece886ddd6b53c440321e0b2a6< 13e91fd076306f5d0cdfa14f53d69e37274723c4affected
… +10 条更多
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2026-53186 基础信息

漏洞信息

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

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

Vulnerability Title
RDMA/srp: bound SRP_RSP sense copy by the received length
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: RDMA/srp: bound SRP_RSP sense copy by the received length srp_process_rsp() copies sense data from rsp->data + resp_data_len, where resp_data_len is the full 32-bit value supplied by the SRP target and is never checked against the number of bytes actually received (wc->byte_len). The copy length is bounded to SCSI_SENSE_BUFFERSIZE, so at most 96 bytes are copied, but the source offset is not bounded. A malicious or compromised SRP target on the InfiniBand/RoCE fabric that the initiator has logged into can return an SRP_RSP with SRP_RSP_FLAG_SNSVALID set and a large resp_data_len. The receive buffer is allocated at the target-chosen max_ti_iu_len, so the source of the sense copy lands past the bytes actually received; with resp_data_len near 0xFFFFFFFF it is gigabytes past the buffer and the read faults. Copy the sense data only if it has not been truncated, that is, only if the response header, the response data, and the sense region fit within the bytes actually received; otherwise drop the sense and log. The in-tree iSER and NVMe-RDMA receive paths already bound their parse by wc->byte_len; this brings ib_srp into line with them.
来源: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
来源: CVE Program / CVE List V5
Vulnerability Type
N/A
来源: CVE Program / CVE List V5
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会开源的操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于SRP_RSP sense复制时未对接收长度进行边界检查,可能导致恶意SRP目标返回大量resp_data_len,造成读取错误。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux aef9ec39c47f0cece886ddd6b53c440321e0b2a6 ~ 3889517c2ec7f364914aea8209abfff735f7ecde -
LinuxLinux 2.6.15 -

二、漏洞 CVE-2026-53186 的公开POC

#POC 描述源链接神龙链接
AI 生成 POC高级

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2026-53186 的情报信息

登录查看更多情报信息。

CVE-2026-53186 补丁与修复 (8)

同批安全公告 · Linux · 2026-06-25 · 共 146 条

CVE-2026-531769.8 CRITICALLinux kernel 安全漏洞
CVE-2026-532479.8 CRITICALLinux kernel 安全漏洞
CVE-2026-531519.8 CRITICALLinux kernel 安全漏洞
CVE-2026-532469.8 CRITICALLinux kernel 安全漏洞
CVE-2026-532609.8 CRITICALLinux kernel 安全漏洞
CVE-2026-531759.8 CRITICALLinux kernel 安全漏洞
CVE-2026-532289.8 CRITICALLinux kernel 安全漏洞
CVE-2026-532219.8 CRITICALLinux kernel 安全漏洞
CVE-2026-532159.8 CRITICALLinux kernel 安全漏洞
CVE-2026-532169.8 CRITICALLinux kernel 安全漏洞
CVE-2026-531319.4 CRITICALLinux kernel 安全漏洞
CVE-2026-532259.1 CRITICALLinux kernel 安全漏洞
CVE-2026-532249.1 CRITICALLinux kernel 安全漏洞
CVE-2026-531708.8 HIGHLinux kernel 安全漏洞
CVE-2026-532488.8 HIGHLinux kernel 安全漏洞
CVE-2026-531598.8 HIGHLinux kernel 安全漏洞
CVE-2026-531988.8 HIGHLinux kernel 安全漏洞
CVE-2026-531888.8 HIGHLinux kernel 安全漏洞
CVE-2026-532328.8 HIGHLinux kernel 安全漏洞
CVE-2026-532408.8 HIGHLinux kernel 安全漏洞

显示前 20 条,共 146 条。 查看全部 &rarr; →

IV. Related Vulnerabilities

V. Comments for CVE-2026-53186

暂无评论


发表评论