TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Linux Struck by Exploitable Root Access Sudo Vulnerability, Patch ASAP

14 pointsby whatl3yover 4 years ago

2 comments

chasilover 4 years ago
I know that the article specifically says that ASLR was defeated, but I wonder if these other compiler&#x2F;linker mitigations prevent (some of) these vulnerabilities (specifically fortify)?<p>The &quot;hardening-check&quot; perl script is available from EPEL on redhat platforms. Here I use it to report mitigations in an old FWTK component that I use for an internal legacy system.<p><pre><code> $ hardening-check &#x2F;home&#x2F;fwjail&#x2F;usr&#x2F;local&#x2F;etc&#x2F;ftp-gw &#x2F;home&#x2F;fwjail&#x2F;usr&#x2F;local&#x2F;etc&#x2F;ftp-gw: Position Independent Executable: yes Stack protected: yes Fortify Source functions: yes (some protected functions found) Read-only relocations: yes Immediate binding: yes $ rpm -qi hardening-check | grep ^URL URL : http:&#x2F;&#x2F;packages.debian.org&#x2F;hardening-wrapper</code></pre>
technofiendover 4 years ago
Previously discussed here: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=25919235" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=25919235</a>