Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Fixing the Portobello Police Station Clock(pointinthecloud.com)
    41comments
  2. Radicle: Disclosure of Vulnerability in the Network Protocol(radicle.dev)
    12comments
  3. Gemini 3.8 text-to-speech(blog.google)
    54comments
  4. Stripe's Knowledge AI Platform(stripe.dev)
    63comments
  5. Jev in 25 Lines of Python(nobodywho.ai)
    154comments
  6. Strands Harness(strandsagents.com)
    55comments
  7. 28% of job postings on company career sites have been open over 90 days(unlisted.careers)
    57comments
  8. GPT-6 Sol and Luna(openai.com)
    806comments
  9. Claude Code reads AGENTS.md only when telemetry is on [fixed](szypowi.cz)
    202comments
  10. Z80 REPL (2018)(abagames.github.io)
    14comments
  11. Claude Opus 5.5(anthropic.com)
    1042comments
  12. I don't want the details(michaelheap.com)
    129comments
  13. Tokens Too Cheap to Meter(jyn.dev)
    105comments
  14. Seattle City Council votes to ban surveillance pricing in sale of groceries(consumerreports.org)
    41comments
  15. Web-based IBM 1620 emulator and IPL-V from 1963(github.com/pkimpel)
    4comments
  16. GPT-6 Astra has gained the ability to drive a car(drivingbench.com)
    144comments
  17. QuestDB (YC S20) Is Hiring a Sales Engineer(questdb.com)
    discuss
  18. OpenAI GPT–6 Astra breaks Enigma message that has resisted solution since 2005(cryptocellar.org)
    428comments
  19. Transit rewards(waymo.com)
    279comments
  20. What to Know About JavaScript in 2026(master.dev)
    1comments
  21. The GitHub wiki is an anti-pattern (2022)(michaelheap.com)
    74comments
  22. What California is learning from solar panels built over irrigation canals(kqed.org)
    619comments
  23. How did AMD Ryzen get 50% faster in two years?(lemire.me)
    177comments
  24. Microsoft killed FoxPro in 2007. Anyway, here's FoxPro revived(foxscript.org)
    237comments
  25. 'We hacked the FBI:' Hackers say they have data on all FBI employees(404media.co)
    548comments
  26. ReBarUEFI: Resizable BAR for almost any UEFI system(github.com/xcuri0)
    67comments
  27. SAML: A fractal of bad design(trailofbits.com)
    165comments
  28. WordPress: Unauthenticated path traversal leading to conditional RCE(github.com/wordpress)
    124comments
  29. Data-only attacks are easier than you think (2024)(usenix.org)
    34comments
  30. Pentagon says overreliance on AI contributed to missile strike on Iran school(bloomberg.com)
    452comments

Radicle: Disclosure of Vulnerability in the Network Protocol

42 pointsby 2h agoradicle.dev
12 comments
1h agoHN ↗

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

1h 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.

46m 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.

21m 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.

1h 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.

1h 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.

17m 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.

1h 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."

25m agoHN ↗

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

39m 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?