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

Flock cameras are riddled with security vulnerabilities and hardcoded creds

38 pointsby 1h agomicahflee.com
5 comments
1h 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.

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

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