« All posts

» Summary

13–Jul 19, 2026

13–Jul 19, 2026
This week

Unisoc Zero-Click Backdoor Hits Budget Androids, WordPress Pre-Auth SQLi Exposed, and AI Agents Migrate 535K Lines from Zig to Rust

A devastating zero-click attack chain, rated CVSS 9.8, targets millions of budget Android phones. Security researchers uncovered “Operation Silent Rescue,” exploiting an unpatchable BootROM flaw (CVE-2022-38694) in Unisoc T606/T616 chipsets combined with a modem RCE triggered by rogue LTE signals. Affected devices include Motorola’s Moto G04s, G24, G34, and E24 running Android 11–13, requiring no user interaction. Separately, a critical pre‑authentication SQL injection vulnerability in WordPress Core (CVE-2026-63030, CVE-2026-60137) stems from array‑index desynchronisation in the REST batch endpoint, enabling privilege escalation via nested batch requests.

AI‑powered engineering made headlines as Bun shipped a 535,000‑line codebase migration from Zig to Rust in hours, not a year. Creator Jarred Sumner used Anthropic’s Fable model and 64 AI agents, guided by a 600‑line porting guide, to eliminate persistent memory leaks. In infrastructure, a field report on porting Google’s Gemma‑4 (2B/4B/12B) to AWS Inferentia2 found that the model’s cross‑layer KV‑sharing and mixed attention heads clash with the vendor stack, requiring a raw Hugging Face trace to bypass static graph builders. Meanwhile, a Mozilla report shows open‑weight models now handle the majority of OpenRouter tokens, with the capability gap narrowed to about 3%, yet only 51% of developer teams using them reach production.

Security audits of over 200 multi‑tenant AI tools revealed 78 products leaking tenant data via missing authorization on read endpoints (84 confirmed exposures, 31 GitHub advisories). In AI agent reliability, an investigation identified four distinct causes behind vanishing memory writes—key mismatches, lossy compaction, and concurrency races—where standard logging shows a successful write. An evaluation of 6 MCP servers attached to a single agent logged 41,200 tool calls; tool schemas consumed 41% of the context window, and prompt cache hit rates dropped from 92% to 48% as servers were added, making vendor‑shipped tool description rewrites the most cost‑effective fix.

On the language and compiler front, Julia introduced UnifiedIR, a single IR spanning parsing, lowering, and optimization, built as a flat statement table over a shared AttrGraph and shipped with a verifier and reference interpreter. In authentication, the WebAuthn PRF extension was used to derive encryption keys from a passkey login, eliminating master passwords in the end‑to‑end encrypted notes app pknotes through an HKDF‑derived key‑encryption key that unwraps an AES‑256 master key.

» Statistics

Posts
1032
Reads
26
Avg. score
7.7

» Most read

  1. Pre-Auth SQL Injection in WordPress Core via Batch API Desync49.0
  2. How Bun rewrote 535K lines from Zig to Rust with 64 AI agents49.1
  3. Fable 5 vs GPT-5.6 Sol on an NP-Hard Problem: Does /goal Help?28.5
  4. As LLMs Write More Code, Compiler Focus Shifts to Verification27.8
  5. Static Search Trees: 40x Faster than Binary Search27.5
  6. Stereo2Spatial: Convert Stereo Music Tracks to Spatialized Binaural Mixes27.9
  7. Value Polymorphism in Rust27.1
  8. Why Go Killed Memory Arenas — And What It Means for Its Future28.0
  9. Report Alleges Unisoc/Longcheer Supply Chain Compromise via System Apps18.6
  10. Insights on AMD GFX1250 and Its Importance for Engineers17.8

» Top scored

  1. Unisoc T606/T616 Backdoors Enable Zero-Click Root on Budget Androids19.6
  2. Porting Gemma-4 (2B/4B/12B) to AWS Inferentia2: A Field Report09.3
  3. How Bun rewrote 535K lines from Zig to Rust with 64 AI agents49.1
  4. Beyond login: encrypting data with passkeys and WebAuthn PRF09.1
  5. Julia Introduces UnifiedIR to Merge Parser, Lowering and Optimizer IRs09.0
  6. Pre-Auth SQL Injection in WordPress Core via Batch API Desync49.0
  7. Mozilla Report: Open-Source AI Wins Tokens, Lags in Production09.0
  8. The four hidden causes behind an AI agent's vanishing memory writes09.0
  9. Source review of 200 self-hosted AI tools finds 78 leak tenant data09.0
  10. 6 MCP Servers, One Agent: What the Token Bill Really Showed09.0

» Sources

Dev.to657Hacker News — Front Page73Hashnode #853Hashnode #934Hashnode #1525Artificial Intelligence Reddit20Hashnode #1318Hashnode #1017Frontend Development Reddit13Hashnode #1710Hashnode #169Backend Development Reddit9Hashnode #189Hashnode #19Cyber Security Reddit8Programming Languages Reddit7TomsHardware7Database Reddit7Hashnode #146Hashnode #55Hashnode #35Hashnode #125Hashnode #204İşletim Sistemi Reddit4Hashnode #112Pragmatic Engineer2Airbnb Tech Blog1Linuxiac1Cloudflare Blog1Hashnode #41Martin Fowler1The Rust Programming Language Blog1Github Engineering1Hashnode #21Hackread1AWS Architecture Blog1Slack Engineering1ByteByteGo Newsletter1Netflix TechBlog1Sentry Blog1

» Share