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

目标: 1000 元 · 已筹: 1336

100%

CVE-2023-52611— Linux kernel 安全漏洞

AI 预测 5.0 利用难度: 理论可行 EPSS 0.22% · P13

影响版本矩阵 8

厂商产品版本范围状态
LinuxLinux65371a3f14e73979958aea0db1e3bb456a296149< 5b5ddf21b978ec315cab9d9e7e6ac7374791a8c7affected
65371a3f14e73979958aea0db1e3bb456a296149< 0e9ffff72a0674cd6656314dbd99cdd2123a3030affected
65371a3f14e73979958aea0db1e3bb456a296149< 00384f565a91c08c4bedae167f749b093d10e3feaffected
6.4affected
< 6.4unaffected
6.6.14≤ 6.6.*unaffected
6.7.2≤ 6.7.*unaffected
6.8≤ *unaffected
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2023-52611 基础信息

漏洞信息

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

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

Vulnerability Title
wifi: rtw88: sdio: Honor the host max_req_size in the RX path
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: wifi: rtw88: sdio: Honor the host max_req_size in the RX path Lukas reports skb_over_panic errors on his Banana Pi BPI-CM4 which comes with an Amlogic A311D (G12B) SoC and a RTL8822CS SDIO wifi/Bluetooth combo card. The error he observed is identical to what has been fixed in commit e967229ead0e ("wifi: rtw88: sdio: Check the HISR RX_REQUEST bit in rtw_sdio_rx_isr()") but that commit didn't fix Lukas' problem. Lukas found that disabling or limiting RX aggregation works around the problem for some time (but does not fully fix it). In the following discussion a few key topics have been discussed which have an impact on this problem: - The Amlogic A311D (G12B) SoC has a hardware bug in the SDIO controller which prevents DMA transfers. Instead all transfers need to go through the controller SRAM which limits transfers to 1536 bytes - rtw88 chips don't split incoming (RX) packets, so if a big packet is received this is forwarded to the host in it's original form - rtw88 chips can do RX aggregation, meaning more multiple incoming packets can be pulled by the host from the card with one MMC/SDIO transfer. This Depends on settings in the REG_RXDMA_AGG_PG_TH register (BIT_RXDMA_AGG_PG_TH limits the number of packets that will be aggregated, BIT_DMA_AGG_TO_V1 configures a timeout for aggregation and BIT_EN_PRE_CALC makes the chip honor the limits more effectively) Use multiple consecutive reads in rtw_sdio_read_port() and limit the number of bytes which are copied by the host from the card in one MMC/SDIO transfer. This allows receiving a buffer that's larger than the hosts max_req_size (number of bytes which can be transferred in one MMC/SDIO transfer). As a result of this the skb_over_panic error is gone as the rtw88 driver is now able to receive more than 1536 bytes from the card (either because the incoming packet is larger than that or because multiple packets have been aggregated). In case of an receive errors (-EILSEQ has been observed by Lukas) we need to drain the remaining data from the card's buffer, otherwise the card will return corrupt data for the next rtw_sdio_read_port() call.
来源: CVE Program / CVE List V5
CVSS Information
N/A
来源: 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存在安全漏洞,该漏洞源于skb_over_panic存在安全漏洞。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 65371a3f14e73979958aea0db1e3bb456a296149 ~ 5b5ddf21b978ec315cab9d9e7e6ac7374791a8c7 -
LinuxLinux 6.4 -

二、漏洞 CVE-2023-52611 的公开POC

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

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2023-52611 的情报信息

登录查看更多情报信息。

CVE-2023-52611 其他参考 (3)

同批安全公告 · Linux · 2024-03-18 · 共 21 条

CVE-2024-266418.6 HIGHLinux kernel 安全漏洞
CVE-2023-526127.8 HIGHLinux kernel 安全漏洞
CVE-2024-266407.8 HIGHLinux kernel 安全漏洞
CVE-2024-266317.8 HIGHLinux kernel 安全漏洞
CVE-2024-266327.8 HIGHLinux kernel 安全漏洞
CVE-2024-266377.8 HIGHLinux kernel 安全漏洞
CVE-2023-526147.8 HIGHLinux kernel 安全漏洞
CVE-2023-526167.8 HIGHLinux kernel 安全漏洞
CVE-2023-526107.5 HIGHLinux kernel 安全漏洞
CVE-2023-52615Linux kernel 安全漏洞
CVE-2024-26634Linux kernel 安全漏洞
CVE-2024-26635Linux kernel 安全漏洞
CVE-2024-26633Linux kernel 安全漏洞
CVE-2024-26636Linux kernel 安全漏洞
CVE-2024-26638Linux kernel 安全漏洞
CVE-2023-52617Linux kernel 安全漏洞
CVE-2023-52618Linux kernel 安全漏洞
CVE-2023-52619Linux kernel 安全漏洞
CVE-2023-52613Linux kernel 安全漏洞
CVE-2023-52609Linux kernel 安全漏洞

IV. Related Vulnerabilities

V. Comments for CVE-2023-52611

暂无评论


发表评论