# RISC-V:process:修复内核信息泄露漏洞
## 概述
Linux 内核中的 riscv 处理模块存在信息泄露漏洞,`thread_struct` 中的 `s[12]` 可能包含随机的内核内存内容,并最终泄露给用户空间。此漏洞通过在 fork 时清除 `s[12]` 数组来修复。对于 kthread 情况,同样建议清除 `s[12]` 数组。
## 影响版本
未指定具体版本
## 细节
在 `thread_struct` 中的 `s[12]` 数组可能包含随机的内核内存内容,这些内容最终可能泄露给用户空间,导致信息泄露。修复方案是通过在 fork 时清除 `s[12]` 数组,以避免这类泄露。此外,对于 kthread 也会建议清除 `s[12]` 数组。
## 影响
该漏洞可能导致内核内存内容泄露给用户空间,从而造成信息泄露。修复措施建议在进程 fork 时清理 `thread_struct` 中的 `s[12]` 数组。
# | POC 描述 | 源链接 | 神龙链接 |
---|
标题: Making sure you're not a bot! -- 🔗来源链接
标签:
标题: Making sure you're not a bot! -- 🔗来源链接
标签:
标题: Making sure you're not a bot! -- 🔗来源链接
标签:
标题: Making sure you're not a bot! -- 🔗来源链接
标签:
标题: Making sure you're not a bot! -- 🔗来源链接
标签:
标题: Making sure you're not a bot! -- 🔗来源链接
标签: