CVE-2026-23002

UNKNOWN
中文标题:
(暂无数据)
英文标题:
In the Linux kernel, the following vulnerability has been resolved: lib/buildid: use __kernel_read(
CVSS分数: N/A
发布时间: 2026-01-25 15:15:55
漏洞类型: (暂无数据)
状态: PUBLISHED
数据质量分数: 0.40
数据版本: v2
漏洞描述
中文描述:

(暂无数据)

英文描述:

In the Linux kernel, the following vulnerability has been resolved: lib/buildid: use __kernel_read() for sleepable context Prevent a "BUG: unable to handle kernel NULL pointer dereference in filemap_read_folio". For the sleepable context, convert freader to use __kernel_read() instead of direct page cache access via read_cache_folio(). This simplifies the faultable code path by using the standard kernel file reading interface which handles all the complexity of reading file data. At the moment we are not changing the code for non-sleepable context which uses filemap_get_folio() and only succeeds if the target folios are already in memory and up-to-date. The reason is to keep the patch simple and easier to backport to stable kernels. Syzbot repro does not crash the kernel anymore and the selftests run successfully. In the follow up we will make __kernel_read() with IOCB_NOWAIT work for non-sleepable contexts. In addition, I would like to replace the secretmem check with a more generic approach and will add fstest for the buildid code.

CWE类型:
(暂无数据)
标签:
(暂无数据)
受影响产品
厂商 产品 版本 版本范围 平台 CPE
Linux Linux - < b11dfb7708f212b96c7973a474014c071aa02e05 - cpe:2.3:a:linux:linux:*:*:*:*:*:*:*:*
Linux Linux 6.12 - - cpe:2.3:a:linux:linux:6.12:*:*:*:*:*:*:*
解决方案
中文解决方案:
(暂无数据)
英文解决方案:
(暂无数据)
临时解决方案:
(暂无数据)
参考链接
416baaa9-dc9f-4396-8d5f-8c081fb06d67 OTHER
nvd.nist.gov
访问
416baaa9-dc9f-4396-8d5f-8c081fb06d67 OTHER
nvd.nist.gov
访问
416baaa9-dc9f-4396-8d5f-8c081fb06d67 OTHER
nvd.nist.gov
访问
CVSS评分详情
暂无CVSS评分信息
时间信息
发布时间:
2026-01-25 15:15:55
修改时间:
2026-01-25 15:15:55
创建时间:
2026-01-26 02:11:31
更新时间:
2026-01-27 06:00:17
利用信息
暂无可利用代码信息
数据源详情
数据源 记录ID 版本 提取时间
NVD nvd_CVE-2026-23002 2026-01-26 02:00:05 2026-01-25 18:11:31
CVE cve_CVE-2026-23002 2026-01-26 02:40:11 2026-01-25 22:00:01
版本与语言
当前版本: v2
主要语言: EN
支持语言:
EN
安全公告
暂无安全公告信息
变更历史
v2 CVE
2026-01-26 06:00:01
affected_products_count: 0 → 2; data_sources: ['nvd'] → ['cve', 'nvd']
查看详细变更
  • affected_products_count: 0 -> 2
  • data_sources: ['nvd'] -> ['cve', 'nvd']