Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Training a 4B model to produce 81% faster query plans than Postgres(rohanbansal.com ↗)
    60comments
  2. Breaking the 1.58-bit Barrier for Ternary LLMs(arxiv.org ↗)
    6comments
  3. Xiaomi Mimo 2.6 live post-training dashboard(xiaomi.com ↗)
    48comments
  4. Nvidia announces native GPU programming in Rust(nvidia.com ↗)
    22comments
  5. Small programming tricks(will-keleher.com ↗)
    171comments
  6. OpenSpec – A lightweight and configurable AI spec framework(openspec.dev ↗)
    discuss
  7. Backups Aren't Simple(filipovski.net ↗)
    4comments
  8. Reversing Factorio's RNG(gegell.github.io ↗)
    11comments
  9. Performance Improvements in .NET 11(devblogs.microsoft.com/dotnet ↗)
    16comments
  10. AWS says it can't restore some data from mideast facilities struck by Iran(wsj.com ↗)
    123comments
  11. The engineering behind the US Strategic Petroleum Reserve(johnjwang.com ↗)
    1comments
  12. Accurate Models of AMD Matrix Cores(arxiv.org ↗)
    6comments
  13. Japan's book scene is moving from bookstores to libraries(untranslatedjp.substack.com ↗)
    20comments
  14. How good are frontier models at physics?(arxiv.org ↗)
    25comments
  15. Mistral X Mozilla: Private, Multilingual AI Browsing(mistral.ai ↗)
    182comments
  16. Dream-RSI: Recursive Self-Improvement through Evolving Worlds(arxiv.org ↗)
    49comments
  17. Show HN: An e-ink frame that hears birds and draws them as 1800s illustrations(github.com/arnegiacomo ↗)
    236comments
  18. Anatomy of a Texture(agentlien.github.io ↗)
    11comments
  19. Reverse-engineered Jev-like model(github.com/vinnylarouge ↗)
    6comments
  20. Anecdotally, programmers dislike "reduce"(evanhahn.com ↗)
    116comments
  21. WalShadow: Sub-second Postgres replication to ClickHouse from physical WAL(clickhouse.com ↗)
    5comments
  22. Why Does the Universe Expand?(cosmicave.org ↗)
    1comments
  23. Destroy After Reading: photocopiers,cheap paper and DIY gave metal it's look(truegrittexturesupply.com ↗)
    discuss
  24. I replaced my brown-noise browser tab with a menu bar app(oldmanrahul.com ↗)
    discuss
  25. Vectorized and performance-portable Quicksort (2022)(googleblog.com ↗)
    24comments
  26. Hackers Got Inside a Flock Camera(wired.com ↗)
    206comments
  27. The DeepMind Institute(deepmind.com ↗)
    41comments
  28. Kyber (YC W23) Is Hiring a Forward Deployed Engineer(ycombinator.com ↗)
    discuss
  29. Australia says it could follow Canada in forging deeper ties with EU(independent.co.uk ↗)
    discuss
  30. Tell the speakers that you liked their talks(ohhelloana.blog ↗)
    74comments

Flock cameras are riddled with security vulnerabilities and hardcoded creds

38 pointsby 58m agomicahflee.com
5 comments
35m agoHN ↗

tldr from my skim, the two worst things:

* Probably vulnerable to CVEs that were patched in 2018 and 2021.

* Generates API key to phone home based only on its own MAC address.

22m agoHN ↗

Having hardcoded credentials is a sign of total incompetence. In this case at least it wasn't a password, but an API key which can be used to request credentials (stored in plaintext) which look like they'd get you access Flock's servers. Not quite as bad as a hardcoded admin password, and it's not clear what you'd be able to do if you did authenticate successfully as a camera, but its worrying enough. There have been enough vulnerabilities found in Flock's systems that it's pretty clear they aren't concerned about their security and it's plainly obvious that they don't care at all about our privacy or security.

Even if we decided that this level of mass surveillance on the American public was acceptable to us, Flock Safety/Flock Group as already demonstrated that they can't and shouldn't be trusted to implement it.

18m agoHN ↗

I don't think having credentials stored on the device is all that fatal. The device has to read them back, after all. What they did, however, is much worse: the credentials come from the MAC address. So they're literally broadcasted on every network packet.