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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Shellshock – am I vulnerable?

1 点作者 vladtaltos超过 10 年前
If I have a VPS and just connect to it using SSH - am I vulnerable ?<p>or am I vulnerable through my home router ? I have no idea about the firmware on it. Is it possible that shellshock might have an effect on it ?<p>in short - what sort of use cases I should worry about ? I have not seen anybody explaining possible attack vectors about this thing yet... anybody have an idea ?

2 条评论

firebrand39超过 10 年前
SSH is calling a shell. If it is bash and the vulnerability test is positive <a href="http://fedoramagazine.org/shellshock-how-does-it-actually-work/" rel="nofollow">http:&#x2F;&#x2F;fedoramagazine.org&#x2F;shellshock-how-does-it-actually-wo...</a> then your VPS is vulnerable and you better patch it.<p>To other posters. This vulnerability is so trivial (it creates a function in an environment variable), not some kind of sophisticated buffer overflow etc., that I wonder if this was once a bash feature.<p>Any comments?
bespoke_engnr超过 10 年前
It&#x27;s likely that your home router is behind NAT, so unless you&#x27;re using DynDNS or a static IP address to make it reachable from the Net, you&#x27;re probably safe there.<p>Supposing that there&#x27;s no uPNP enabled, no government trojans on it, and no script kiddies on your subnet.