This isn't a sexy exploit, but this is exactly the kind of thing that can ruin people's lives. Inform your network about how to spot these.
New from 404 Media: all 50 states have introduced right to repair legislation. Not all have passed, but it's just a massive milestone for the right to repair movement that just a few years ago was demonized by big tech https://www.404media.co/all-50-states-have-now-introduced-right-to-repair-legislation/
New video: “rev.ng: an overview”.
Check it out: https://www.youtube.com/watch?v=qbt6Ukoa-sQ
The Register so YMMV but still https://www.theregister.com/2025/02/20/gitlab_thrice_sued/. #ai
Five things we DID NOT do last week
1. Track users
2. Send data to another company or organisation
3. Boost or demote political content
4. Use Google or Bing Search API
5. Train AI using indexed content
How auto-generated passwords in Sitevision leads to signing key leakage - CVE-2022-35202 https://www.shelltrail.com/research/how-auto-generated-passwords-in-sitevision-leads-to-signing-key-leakage-cve-2022-35202/
Unhacked Mattress Phones Home
https://hackaday.com/2025/02/24/unhacked-mattress-phones-home/
PSA #BinDiff for IDA 9.1+ will happen: https://github.com/google/bindiff/issues/50#issuecomment-2677767234
„For more than 20 years, we’ve been buying nothing else; our own industry has withered. We regret that the local baker, butcher, and poulterer have disappeared from the shopping street. But we never bought anything from them anymore, so it’s our own fault.“ - @bert_hubert
#cloud
https://berthub.eu/articles/posts/communicating-without-musk-and-trump-cloud-kootwijk/
A couple of weeks ago, I wanted to show a friend how to use PHP.
The `foreach` docs showed `foreach ($array as &$value) {}` as the first example and was otherwise out of date with current PHP practices as well. Using `list($a, $b)` over `[$a, $b]`, old array syntax, and so on.
So I learned how the docs work these days and sat down to fix it: https://github.com/php/doc-en/pull/4451/
Big thanks to @Girgias for the great review.
Wasn't hard, you can do it too! :)
https://www.php.net/manual/en/control-structures.foreach.php