TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

How to root a Linux machine using a kernel NULL pointer vulnerability

64 点作者 nelhage大约 15 年前

2 条评论

rbanffy大约 15 年前
Would you rephrase the article to make it clear it's a module designed to make the kernel vulnerable and not a vulnerability of a kernel currently in use?<p>And if I read the article correctly, you have to be root to load the module
评论 #1262631 未加载
评论 #1262626 未加载
评论 #1262641 未加载
评论 #1262802 未加载
Periodic大约 15 年前
There are so many things we take for granted when programming. It's always enlightening to see how simple bugs can turn into serious vulnerabilities for the clever hacker.<p>As programmers we really should educate ourselves about these things because there can be unusual interactions which you don't expect, such as caching behavior, or spreading your data across many virtual pages on a heavily-used machine.