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

目标: 1000 元 · 已筹: 1000

100.0%

CVE-2022-50530— Linux kernel 安全漏洞

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

一、 漏洞 CVE-2022-50530 基础信息

漏洞信息

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

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

Vulnerability Title
blk-mq: fix null pointer dereference in blk_mq_clear_rq_mapping()
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: blk-mq: fix null pointer dereference in blk_mq_clear_rq_mapping() Our syzkaller report a null pointer dereference, root cause is following: __blk_mq_alloc_map_and_rqs set->tags[hctx_idx] = blk_mq_alloc_map_and_rqs blk_mq_alloc_map_and_rqs blk_mq_alloc_rqs // failed due to oom alloc_pages_node // set->tags[hctx_idx] is still NULL blk_mq_free_rqs drv_tags = set->tags[hctx_idx]; // null pointer dereference is triggered blk_mq_clear_rq_mapping(drv_tags, ...) This is because commit 63064be150e4 ("blk-mq: Add blk_mq_alloc_map_and_rqs()") merged the two steps: 1) set->tags[hctx_idx] = blk_mq_alloc_rq_map() 2) blk_mq_alloc_rqs(..., set->tags[hctx_idx]) into one step: set->tags[hctx_idx] = blk_mq_alloc_map_and_rqs() Since tags is not initialized yet in this case, fix the problem by checking if tags is NULL pointer in blk_mq_clear_rq_mapping().
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于未检查tags是否为空指针,可能导致空指针取消引用。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 63064be150e4b1ba1e4af594ef5aa81adf21a52d ~ 6a440e6d04431e774dc084abe88c106e2a474c1a -
LinuxLinux 5.16 -

二、漏洞 CVE-2022-50530 的公开POC

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

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2022-50530 的情报信息

登录查看更多情报信息。

同批安全公告 · Linux · 2025-10-07 · 共 118 条

CVE-2022-50544Linux kernel 安全漏洞
CVE-2023-53658Linux kernel 安全漏洞
CVE-2023-53657Linux kernel 安全漏洞
CVE-2023-53656Linux kernel 安全漏洞
CVE-2023-53655Linux kernel 安全漏洞
CVE-2022-50555Linux kernel 安全漏洞
CVE-2022-50554Linux kernel 安全漏洞
CVE-2022-50553Linux kernel 安全漏洞
CVE-2022-50552Linux kernel 安全漏洞
CVE-2022-50551Linux kernel 安全漏洞
CVE-2022-50550Linux kernel 安全漏洞
CVE-2022-50549Linux kernel 安全漏洞
CVE-2022-50547Linux kernel 安全漏洞
CVE-2022-50548Linux kernel 安全漏洞
CVE-2022-50546Linux kernel 安全漏洞
CVE-2023-53654Linux kernel 安全漏洞
CVE-2022-50537Linux kernel 安全漏洞
CVE-2022-50536Linux kernel 安全漏洞
CVE-2022-50535Linux kernel 安全漏洞
CVE-2023-53652Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2022-50530

暂无评论


发表评论