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.

Ask HN: What are the chances the NSA backdoored the Java/jvm platform?

7 pointsby theboywhoover 11 years ago
The Java&#x2F;jvm platform being widely deployed all over the world, from company servers to personal computers, and with recent revelations about the NSA approaching Linus to backdoor the linux kernel, I kept thinking the jvm is a natural target for the NSA.<p>What are the chances of this &quot;backdooring operation&quot; being successful?

3 comments

Zigurdover 11 years ago
If you take Java bytecode to be the attack surface, it is probably less likely than that a complex, microcode-based CPU instruction set contains a back door because it is hard to smuggle a multi-instruction side effect into an open source bytecode interpreter. Other attacks like an undocumented jni call are also difficult to conceal. That leaves things like network libraries, and most of those are an interface to protocols, leaving not much room for shenanigans, IF the source is available and build-able.
weddprosover 11 years ago
Adding a backdoor to open source software is no easy task...
csenseover 11 years ago
Depends on whether you&#x27;re talking about an OpenJDK you compiled yourself, or an official binary distribution.<p>The latter would be much easier for someone to backdoor.