logoalt Hacker News

Tiberiumtoday at 3:57 PM4 repliesview on HN

I honestly thought there would be some elaborate chain there, not "we forgot to use encryption"...


Replies

pixl97today at 4:01 PM

Honestly issues like this crop up pretty commonly. JWT alg:none for example. Or even older people forcing SSL to downgrade to encryption null.

In any system that provides security it should only be designed to run if the security is in use, and to fail immediately with no further action if the security is not used.

show 1 reply
csomartoday at 4:46 PM

And not using authentication.

> Peer authentication in the connection handshake is broken and allows impersonation. An attacker can connect to your node and present a Node ID that is not its own. Private repositories are shared only with allow-listed Node IDs. An attacker who fakes an allow-listed Node ID can fetch a private repository directly, without being on the network path. This was reported to us by cryptocode on 2026-08-12. We proposed a fix upstream, see this pull request.

They are trying to sweet write it as much as possible. But basically there is neither encryption nor authentication. The person who made the protocol/program simply didn't care.

show 1 reply
this_usertoday at 6:49 PM

They probably forgot to tell Claude to make no mistakes.

But seriously, the fact that this started as Crypto-adjacent should have immediately disqualified them for serious use.

show 1 reply
iknwnothingtoday at 6:19 PM

exactly!