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

目标: 1000 元 · 已筹: 1000

100.0%

CVE-2024-57945— Linux kernel 安全漏洞

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

一、 漏洞 CVE-2024-57945 基础信息

漏洞信息

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

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

Vulnerability Title
riscv: mm: Fix the out of bound issue of vmemmap address
来源: 美国国家漏洞数据库 NVD
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: riscv: mm: Fix the out of bound issue of vmemmap address In sparse vmemmap model, the virtual address of vmemmap is calculated as: ((struct page *)VMEMMAP_START - (phys_ram_base >> PAGE_SHIFT)). And the struct page's va can be calculated with an offset: (vmemmap + (pfn)). However, when initializing struct pages, kernel actually starts from the first page from the same section that phys_ram_base belongs to. If the first page's physical address is not (phys_ram_base >> PAGE_SHIFT), then we get an va below VMEMMAP_START when calculating va for it's struct page. For example, if phys_ram_base starts from 0x82000000 with pfn 0x82000, the first page in the same section is actually pfn 0x80000. During init_unavailable_range(), we will initialize struct page for pfn 0x80000 with virtual address ((struct page *)VMEMMAP_START - 0x2000), which is below VMEMMAP_START as well as PCI_IO_END. This commit fixes this bug by introducing a new variable 'vmemmap_start_pfn' which is aligned with memory section size and using it to calculate vmemmap address instead of phys_ram_base.
来源: 美国国家漏洞数据库 NVD
CVSS Information
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Type
N/A
来源: 美国国家漏洞数据库 NVD
Vulnerability Title
Linux kernel 安全漏洞
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Description
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于riscv模块中vmemmap地址计算错误。这可能导致内存越界或系统崩溃。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux 8310080799b40fd9f2a8b808c657269678c149af ~ 92f08673d3f1893191323572f60e3c62f2e57c2f -
LinuxLinux 6.8 -

二、漏洞 CVE-2024-57945 的公开POC

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

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2024-57945 的情报信息

登录查看更多情报信息。

同批安全公告 · Linux · 2025-01-21 · 共 25 条

CVE-2024-57943Linux kernel 安全漏洞
CVE-2024-57946Linux kernel 安全漏洞
CVE-2025-21664Linux kernel 安全漏洞
CVE-2025-21663Linux kernel 安全漏洞
CVE-2025-21662Linux kernel 安全漏洞
CVE-2025-21661Linux kernel 安全漏洞
CVE-2025-21660Linux kernel 安全漏洞
CVE-2025-21659Linux kernel 安全漏洞
CVE-2025-21658Linux kernel 代码问题漏洞
CVE-2025-21657Linux kernel 安全漏洞
CVE-2025-21656Linux kernel 安全漏洞
CVE-2024-57944Linux kernel 代码问题漏洞
CVE-2024-57930Linux kernel 安全漏洞
CVE-2024-57942Linux kernel 安全漏洞
CVE-2024-57941Linux kernel 安全漏洞
CVE-2024-57940Linux kernel 安全漏洞
CVE-2024-57939Linux kernel 安全漏洞
CVE-2024-57938Linux kernel 输入验证错误漏洞
CVE-2024-57936Linux kernel 安全漏洞
CVE-2024-57935Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2024-57945

暂无评论


发表评论