Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Toys 'R' Us is opening 120 new stores as grownup collectors fuel toy sales(nbcnews.com)
    1comments
  2. Stop Wasting Time. Learn Agentic RAG Patterns(medium.com/nikozero11)
    discuss
  3. MiMo-V3 is getting a new architecture. The core of it, HySparse2, is out today(twitter.com/_luofuli)
    discuss
  4. Beyond Images: Bringing Rust Brotli to Edge Network Stack(microsoftedge.github.io)
    discuss
  5. Navigation with only addition, subtraction, and tables(johndcook.com)
    discuss
  6. Show HN: I built a post-mortem debugger for native Windows x64/x86 crashes(forensicdbg.com)
    discuss
  7. GPT-6 Astra Breaks an Old Enigma Message(schneier.com)
    discuss
  8. Bloat Hurts Development Speed(orib.dev)
    discuss
  9. iFixit Steam Frame Teardown [video](youtube.com)
    discuss
  10. Redenormalisation: Building a search index, the other way(slatecave.net)
    discuss
  11. How to Write a Git Commit Message(cbea.ms)
    discuss
  12. Chicago Police Made Nearly 200k Secret Traffic Stops Last Year(boltsmag.org)
    discuss
  13. Yardbird files for Chapter 11 bankruptcy(nrn.com)
    discuss
  14. Sailboxes(sailresearch.com)
    discuss
  15. Show HN: Meeting Recording and Transcription for Agents(github.com/nfishel48)
    discuss
  16. Show HN: TypeBook.lol: Gamified reading by typing novels(typebook.lol)
    discuss
  17. Empirical results fine-tuning π0.5 on a real manufacturing task(dream-machines.eu)
    discuss
  18. CropIntel – crop disease detection from a leaf photo(cropintel.org)
    discuss
  19. 8 in 10 people aged 16-34 say smartphone use harms their everyday life(nltimes.nl)
    discuss
  20. Screen Lane(nickalexander.org)
    discuss
  21. Jensen Huang on AI Alarmists – NYT Ezra Klein Show(nytimes.com)
    1comments
  22. Data centers are black boxes, but California wants to change that(theverge.com)
    discuss
  23. A lightweight terminal UI for Colima on macOS(github.com/leodeim)
    discuss
  24. Show HN: SDF Studio – Create 2D SDF scenes, compile to GLSL(linkdd.github.io)
    discuss
  25. How to serve trillions of tokens for trillion-parameter coding agents(modal.com)
    discuss
  26. Google Beam expands to new countries(blog.google)
    discuss
  27. Brazil's Lula Campaign Dataset(huggingface.co)
    discuss
  28. Starbucks Korea CEO dismissed, what about startups?(2nd-look.vercel.app)
    discuss
  29. GitCaliber, swap github.com for gitcaliber.com to get a Git repo explained(gitcaliber.com)
    discuss
  30. Show HN: I made an app that transform your daily habits into a medieval(reddit.com)
    discuss

Radicle: Disclosure of Vulnerability in the Network Protocol

69 pointsby 4h agoradicle.dev
24 comments
3h agoHN ↗

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

3h agoHN ↗

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.

2h agoHN ↗

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.

2h agoHN ↗

I find this to be very telling about what kind of people they are. If you make a mistake this big you need to own up to it. BS all you want, maybe you think that works for you.. but people see through it.

34m agoHN ↗

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.

3h agoHN ↗

My main wish is if radicle had a way to make issues online, without installing the software. Runing a piece of software is a high barrier of entry to make a bug report, which the entire reason I use codeberg instead.

2h agoHN ↗

That's a downside of all decentralised software, isn't it? If there's a convenient access point, that access point is also a point of centralisation. To be distributed, you have to be running the software yourself. The big problem is that the software always ends up being inconvenient. People have no problem using bittorrent because the software is actually usable.

2h agoHN ↗

Like onion/ipfs/many others, I'd expect gateways to pop up if it grows relatively popular. If LLM scrapers don't destroy them immediately, at least.

13m agoHN ↗

My main wish is a way to search the repositories on a node. Or a way to have tags. The whole network is like a blackbox of projects unless you can get an outside link.

3h agoHN ↗

This was reported to us by Konstantinos Maninakis on 2026-06-24.

announcement 3 months later is not super great, considering that the current advice is "Stop using private repositories (over the network) until the security update is released."

1h agoHN ↗

I was floored that they emailed me about it for the first time today saying "of course you already know all the details from the blog post".

Me: "No!"

2h agoHN ↗

you're right! i can't believe i only noticed that just now, thanks!

2h agoHN ↗

Is there a risk that other projects that may be using the same cyphernet-labs/netservices.rs code, like Nym & Farcaster, have also been expecting authentication & encryption where it hasn't been happening?

1h agoHN ↗

This whole project reads like amateur hour. Still using curl pipe to shell install and everything. Plus this lax security disclosure with just an outstandingly foolish security flaw. Gross.

1h agoHN ↗

It's a team of 3. It's not like they have a security team, dedicated testers. They were for very long releasing beta software. That in fact already worked.

1h agoHN ↗

The fact that this was reported three months ago and the "workaround" is to stop using private repos and assume they are all pwnd is quite something. How do you not notice that cross-node traffic is not encrypted when building something like this?

1h agoHN ↗

What is the issue?

Network traffic between nodes is not encrypted and not authenticated.

Oh.

After all of the work they put into using cryptographic identities and decentralization tricks, how did they forget to do anything about the network traffic?

Was this a case of thinking they'd handle it later, but then it fell off the TODO list?

1h agoHN ↗

Reading the blog, it sounds more like they were depending on libraries (both by Cyphernet, interestingly) and implicitly trusting them, instead of verifying.

Which I can understand to an extent with large, high-traffic dependencies but these were really low traffic projects with like 10 stars on github and barely any development... Well, hindsight is 20/20.

56m agoHN ↗

Glad to hear they are moving to iroh instead of a custom protocol. This is the problem with rolling your own stuff.

As a bonus, this should help camouflage the traffic. (Iroh is becoming more common.)