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

目标: 1000 元 · 已筹: 1336

100%

CVE-2025-21860— Linux kernel 安全漏洞

AI 预测 5.5 利用难度: 中等 EPSS 0.21% · P11

可能的 ATT&CK 技术 1AI

T1496 · Resource Hijacking

影响版本矩阵 6

厂商产品版本范围状态
LinuxLinuxb7c0ccdfbafdec98699ddb6f164beebf16f0bc45< a3652f5552b20903315612da487a7be2b95394d5affected
b7c0ccdfbafdec98699ddb6f164beebf16f0bc45< 63895d20d63b446f5049a963983489319c2ea3e2affected
6.13affected
< 6.13unaffected
6.13.5≤ 6.13.*unaffected
6.14≤ *unaffected
获取后续新漏洞提醒登录后订阅

一、 漏洞 CVE-2025-21860 基础信息

漏洞信息

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

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

Vulnerability Title
mm/zswap: fix inconsistency when zswap_store_page() fails
来源: CVE Program / CVE List V5
Vulnerability Description
In the Linux kernel, the following vulnerability has been resolved: mm/zswap: fix inconsistency when zswap_store_page() fails Commit b7c0ccdfbafd ("mm: zswap: support large folios in zswap_store()") skips charging any zswap entries when it failed to zswap the entire folio. However, when some base pages are zswapped but it failed to zswap the entire folio, the zswap operation is rolled back. When freeing zswap entries for those pages, zswap_entry_free() uncharges the zswap entries that were not previously charged, causing zswap charging to become inconsistent. This inconsistency triggers two warnings with following steps: # On a machine with 64GiB of RAM and 36GiB of zswap $ stress-ng --bigheap 2 # wait until the OOM-killer kills stress-ng $ sudo reboot The two warnings are: in mm/memcontrol.c:163, function obj_cgroup_release(): WARN_ON_ONCE(nr_bytes & (PAGE_SIZE - 1)); in mm/page_counter.c:60, function page_counter_cancel(): if (WARN_ONCE(new < 0, "page_counter underflow: %ld nr_pages=%lu\n", new, nr_pages)) zswap_stored_pages also becomes inconsistent in the same way. As suggested by Kanchana, increment zswap_stored_pages and charge zswap entries within zswap_store_page() when it succeeds. This way, zswap_entry_free() will decrement the counter and uncharge the entries when it failed to zswap the entire folio. While this could potentially be optimized by batching objcg charging and incrementing the counter, let's focus on fixing the bug this time and leave the optimization for later after some evaluation. After resolving the inconsistency, the warnings disappear. [42.hyeyoo@gmail.com: refactor zswap_store_page()]
来源: 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存在安全漏洞,该漏洞源于zswap存储页面失败时处理不一致,可能导致内存损坏。
来源: 中国国家信息安全漏洞库 CNNVD
CVSS Information
N/A
来源: 中国国家信息安全漏洞库 CNNVD
Vulnerability Type
N/A
来源: 中国国家信息安全漏洞库 CNNVD

受影响产品

厂商产品影响版本CPE订阅
LinuxLinux b7c0ccdfbafdec98699ddb6f164beebf16f0bc45 ~ a3652f5552b20903315612da487a7be2b95394d5 -
LinuxLinux 6.13 -

二、漏洞 CVE-2025-21860 的公开POC

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

未找到公开 POC。

登录以生成 AI POC

三、漏洞 CVE-2025-21860 的情报信息

登录查看更多情报信息。

CVE-2025-21860 其他参考 (2)

同批安全公告 · Linux · 2025-03-12 · 共 26 条

CVE-2025-21853Linux kernel 安全漏洞
CVE-2024-58087Linux kernel 安全漏洞
CVE-2024-58088Linux kernel 安全漏洞
CVE-2024-58089Linux kernel 安全漏洞
CVE-2025-21844Linux kernel 安全漏洞
CVE-2025-21845Linux kernel 安全漏洞
CVE-2025-21846Linux kernel 安全漏洞
CVE-2025-21848Linux kernel 安全漏洞
CVE-2025-21847Linux kernel 安全漏洞
CVE-2025-21849Linux kernel 安全漏洞
CVE-2025-21851Linux kernel 安全漏洞
CVE-2025-21850Linux kernel 安全漏洞
CVE-2025-21852Linux kernel 安全漏洞
CVE-2025-21866Linux kernel 安全漏洞
CVE-2025-21855Linux kernel 安全漏洞
CVE-2025-21854Linux kernel 安全漏洞
CVE-2025-21856Linux kernel 安全漏洞
CVE-2025-21857Linux kernel 安全漏洞
CVE-2025-21858Linux kernel 资源管理错误漏洞
CVE-2025-21859Linux kernel 安全漏洞

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

IV. Related Vulnerabilities

V. Comments for CVE-2025-21860

暂无评论


发表评论