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

目标: 1000 元 · 已筹: 1110

100%

CVE-2021-47531— Linux kernel 安全漏洞

EPSS 0.02% · P6

影响版本矩阵 6

厂商产品版本范围状态
LinuxLinux510410bfc034c57cc3caf1572aa47c1017bab2f9< 8e2b7fe5e8a4be5e571561d9afcfbd92097288baaffected
510410bfc034c57cc3caf1572aa47c1017bab2f9< 3466d9e217b337bf473ee629c608e53f9f3ab786affected
5.15affected
< 5.15unaffected
5.15.7≤ 5.15.*unaffected
5.16≤ *unaffected
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2021-47531 基础信息

漏洞信息

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

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

Vulnerability Title
drm/msm: Fix mmap to include VM_IO and VM_DONTDUMP
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix mmap to include VM_IO and VM_DONTDUMP In commit 510410bfc034 ("drm/msm: Implement mmap as GEM object function") we switched to a new/cleaner method of doing things. That's good, but we missed a little bit. Before that commit, we used to _first_ run through the drm_gem_mmap_obj() case where `obj->funcs->mmap()` was NULL. That meant that we ran: vma->vm_flags |= VM_IO | VM_PFNMAP | VM_DONTEXPAND | VM_DONTDUMP; vma->vm_page_prot = pgprot_writecombine(vm_get_page_prot(vma->vm_flags)); vma->vm_page_prot = pgprot_decrypted(vma->vm_page_prot); ...and _then_ we modified those mappings with our own. Now that `obj->funcs->mmap()` is no longer NULL we don't run the default code. It looks like the fact that the vm_flags got VM_IO / VM_DONTDUMP was important because we're now getting crashes on Chromebooks that use ARC++ while logging out. Specifically a crash that looks like this (this is on a 5.10 kernel w/ relevant backports but also seen on a 5.15 kernel): Unable to handle kernel paging request at virtual address ffffffc008000000 Mem abort info: ESR = 0x96000006 EC = 0x25: DABT (current EL), IL = 32 bits SET = 0, FnV = 0 EA = 0, S1PTW = 0 Data abort info: ISV = 0, ISS = 0x00000006 CM = 0, WnR = 0 swapper pgtable: 4k pages, 39-bit VAs, pgdp=000000008293d000 [ffffffc008000000] pgd=00000001002b3003, p4d=00000001002b3003, pud=00000001002b3003, pmd=0000000000000000 Internal error: Oops: 96000006 [#1] PREEMPT SMP [...] CPU: 7 PID: 15734 Comm: crash_dump64 Tainted: G W 5.10.67 #1 [...] Hardware name: Qualcomm Technologies, Inc. sc7280 IDP SKU2 platform (DT) pstate: 80400009 (Nzcv daif +PAN -UAO -TCO BTYPE=--) pc : __arch_copy_to_user+0xc0/0x30c lr : copyout+0xac/0x14c [...] Call trace: __arch_copy_to_user+0xc0/0x30c copy_page_to_iter+0x1a0/0x294 process_vm_rw_core+0x240/0x408 process_vm_rw+0x110/0x16c __arm64_sys_process_vm_readv+0x30/0x3c el0_svc_common+0xf8/0x250 do_el0_svc+0x30/0x80 el0_svc+0x10/0x1c el0_sync_handler+0x78/0x108 el0_sync+0x184/0x1c0 Code: f8408423 f80008c3 910020c6 36100082 (b8404423) Let's add the two flags back in. While we're at it, the fact that we aren't running the default means that we _don't_ need to clear out VM_PFNMAP, so remove that and save an instruction. NOTE: it was confirmed that VM_IO was the important flag to fix the problem I was seeing, but adding back VM_DONTDUMP seems like a sane thing to do so I'm doing that too.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel 存在安全漏洞,该漏洞源于 drm/msm 模块存在漏洞。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 510410bfc034c57cc3caf1572aa47c1017bab2f9 ~ 8e2b7fe5e8a4be5e571561d9afcfbd92097288ba -
LinuxLinux 5.15 -

二、漏洞 CVE-2021-47531 的公开POC

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

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2021-47531 的情报信息

登录查看更多情报信息。

CVE-2021-47531 其他参考 (2)

同批安全公告 · Linux · 2024-05-24 · 共 73 条

CVE-2021-47549Linux kernel 安全漏洞
CVE-2021-47569Linux kernel 安全漏洞
CVE-2021-47567Linux kernel 安全漏洞
CVE-2021-47554Linux kernel 安全漏洞
CVE-2021-47555Linux kernel 安全漏洞
CVE-2021-47553Linux kernel 安全漏洞
CVE-2021-47551Linux kernel 安全漏洞
CVE-2021-47552Linux kernel 安全漏洞
CVE-2021-47550Linux kernel 安全漏洞
CVE-2021-47548Linux kernel 安全漏洞
CVE-2021-47556Linux kernel 安全漏洞
CVE-2021-47547Linux kernel 安全漏洞
CVE-2021-47546Linux kernel 安全漏洞
CVE-2021-47544Linux kernel 安全漏洞
CVE-2021-47542Linux kernel 安全漏洞
CVE-2021-47541Linux kernel 安全漏洞
CVE-2021-47540Linux kernel 安全漏洞
CVE-2021-47539Linux kernel 安全漏洞
CVE-2021-47538Linux kernel 安全漏洞
CVE-2021-47536Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2021-47531

暂无评论


发表评论