Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. GPT-6 Sol and Luna(openai.com)
    363comments
  2. Claude Opus 5.5(anthropic.com)
    607comments
  3. OpenAI GPT–6 Astra breaks Enigma message that has resisted solution since 2005(cryptocellar.org)
    330comments
  4. SAML: A Fractal of Bad Design(trailofbits.com)
    3comments
  5. Claude Opus 5.5 Intelligence, Performance and Price Analysis (Max)(artificialanalysis.ai)
    43comments
  6. WordPress: Unauthenticated path traversal leading to conditional RCE(github.com/wordpress)
    50comments
  7. Unreal Agent(unreallabs.ai)
    17comments
  8. There's a high chance of devices being sold with GrapheneOS preinstalled in 2027(grapheneos.social)
    72comments
  9. OpenAI is well positioned to fast-follow Jev(arcturus-labs.com)
    159comments
  10. Overreliance on AI contributed to missile strike on Iran school – Pentagon(bloomberg.com)
    70comments
  11. Obscura: The first VPN that can't log your activity(obscura.com)
    discuss
  12. 16-bit Intel 8088 chip (c. 1985)(allpoetry.com)
    12comments
  13. Launch HN: Coverage Cat (YC S22) – Umbrella insurance via your personal agent(coveragecat.com)
    20comments
  14. Native apps written in TypeScript and CSS(github.com/geastack)
    discuss
  15. Writing Rust code that's fast by asking agents to make the code faster(minimaxir.com)
    39comments
  16. Apple has added persistent 'ads' to iOS, and it's driving users crazy(techradar.com)
    368comments
  17. George Lucas Returns to Earth, Bearing Gifts(commonedge.org)
    12comments
  18. Solitaire Alone Together(solitairealonetogether.com)
    25comments
  19. Show HN: Drop – A rootless Linux sandbox with gVisor support(droprun.sh)
    44comments
  20. Show HN: AI·rete·RAG – a Rete rule engine decides, RAG explains why(ai-rete-rag.com)
    2comments
  21. Can gzip be a language model?(nathan.rs)
    138comments
  22. Explaining to business people why building software is still hard(manager.dev)
    7comments
  23. A Faster Shortest Path Algorithm(vals.ai)
    discuss
  24. A study of sequence weighting at scale(janestreet.com)
    discuss
  25. One Minute Park(oneminutepark.tv)
    5comments
  26. AMD's random number generator can't generate a 0?(flatassembler.net)
    173comments
  27. The Economics of Open-Weight Inference(ornn.com)
    25comments
  28. Truman World(trumanworld.live)
    31comments
  29. Show HN: InstinctFlash – Run 5B world-action models in real time on Jetson Thor(github.com/general-instinct)
    2comments
  30. Relativistic raytracing(publish.obsidian.md)
    5comments

Packets in Packets: Orson Welles’ In-Band Signaling Attacks for Modern Radios

10 pointsby 15y agousenix.org
2 comments
15y agoHN ↗

Simplified synopsis: digital RF frames have preambles, sync symbols, and then bodies. When RX errors occur in the preamble or sync, the radio may "seek" to the next valid-looking preamble or sync. Since most digital RF protocols encode the preamble or the sync using the same symbol set as the body, there are byte sequences that mimic the preamble and sync of a wireless frame.

The RX errors we're talking about happen frequently.

So for instance, if my wireless network was unencrypted, and you DCC'd me on IM and sent me a giant file, and that file had repeated byte sequences that mimicked RF frames, you could inject frames onto my wireless network.

This is the moral equivalent of +++ATH0 for modems back in the day.

Crazy.

15y agoHN ↗

Cryptography for which the attacker has no key is a much greater impediment to remote PIP injection than it is to a local eavesdropper. This is because the attacker needs to know both the cryptographic key and the counter or nonce. In the case of a known key and nonce, an attacker could conceivably work backward to product a block which, once encrypted, contains a PIP. The exact procedure for doing so depends upon the presence of numerous cryptographic mistakes by the vector protocol and is beyond the scope of this paper

This is amazing. I'd love to see someone pull this off.