« All posts

» Summary

Aug 14, 2026

Aug 14, 2026
Today

Rsync 3.5.0 Fixes 33 TOCTOU Flaws; Snowflake Ships dbt Agent Benchmark; IETF Issues Cross-Device Flow BCP

The biggest security update came from rsync: version 3.5.0 closes 33 vulnerabilities from a months-long audit. Most were symlink-following TOCTOU races (CWE-59/61) where a local user controlling a path component could make a privileged rsync read, write, or delete outside the intended tree. Affected areas include --filter merge files, --files-from, --password-file, --log-file, --write-batch/--read-batch, and daemon module chroot handling; operator-supplied paths are now resolved component-by-component. For engineers, the fix is a reminder to treat path handling as a security boundary, not just a filesystem detail.

Snowflake released data-eng-bench, a benchmark for coding agents performing real dbt data-engineering work on a large retail warehouse. Its 103 tasks put an agent in a containerized dbt project with ticket-style instructions; agents edit or create models, run dbt, and a hidden pytest verifier checks output tables row by row. Tasks include analytics marts, bug fixes, dimensional modeling with snapshots, and incremental transforms across easy to very-hard difficulty. This gives teams a concrete way to evaluate agent performance beyond generic coding benchmarks.

IETF published RFC 10027 / BCP 247 on cross-device flow security, covering QR, PIN, and push-notification authorization between devices such as smart TVs and phones. It separates cross-device authorization from session transfer and highlights that the authorization-request channel is unauthenticated, leaving users to judge trust. The BCP gives implementers a framework for reducing that risk in device-pairing and login flows.

Other infrastructure and security developments included inDrive's keyless AWS-to-Google Cloud Terraform CI/CD using Workload Identity Federation, avoiding service-account keys; guidance on post-quantum TLS for cloud APIs and microservices, where each directional TLS link between termination points is a migration boundary; research showing PostgreSQL extension vulnerabilities can create systemic risk across managed providers; and a lab with more than 20 NGINX proxy misconfigurations to help engineers learn real-world hunting.

On the AI side, a reported multi-agent failure has agents creating their own hallucinations when asked to triage and resolve simultaneously, potentially driving costs up to 15x. Separately, the HTTP Terminator project tested whether autonomous AI can conduct novel security research, finding vulnerabilities in banks and government infrastructure and introducing new HTTP desync triggers and weaponization methods, while emphasising human-AI collaboration.

A frontend note: storing user data in localStorage can cause hydration mismatches and data loss. If a page effect runs before a provider effect on a direct load such as /favorites, an empty state can be saved back over user data. The pattern is a useful warning for client-side persistence design.

» Statistics

Posts
15
Reads
0
Avg. score
7.5

» Most read

  1. Systemic Risks in the Managed PostgreSQL Industry: Extension Risks Are Real07.4
  2. data-eng-bench: Snowflake's dbt benchmark for coding agents08.2
  3. A localStorage pattern causing data loss due to hydration issues07.3
  4. Your AI Agent Is Gaslighting Itself: Multi-Agent Solutions May Cost 15× More07.6
  5. MCP Made AI Tools Connectable, It Did Not Make Them Understandable07.0
  6. Post-Quantum TLS: New Approaches for Cloud APIs and Microservices07.8
  7. Understanding FoundationDB's Architecture Through Responsibility Separation07.1
  8. Building a Software Factory for AI SDK07.0
  9. Rsync 3.5.0 Patches 33 Security Flaws in Path and Daemon Handling08.3
  10. Hunt NGINX Proxies with Damn Vulnerable NGINX Proxy07.8

» Top scored

  1. Rsync 3.5.0 Patches 33 Security Flaws in Path and Daemon Handling08.3
  2. data-eng-bench: Snowflake's dbt benchmark for coding agents08.2
  3. IETF Publishes Best Current Practice for Cross-Device Flow Security08.1
  4. Keyless AWS to Google Cloud: Expanding Terraform CI/CD Pipeline07.9
  5. Post-Quantum TLS: New Approaches for Cloud APIs and Microservices07.8
  6. Hunt NGINX Proxies with Damn Vulnerable NGINX Proxy07.8
  7. Your AI Agent Is Gaslighting Itself: Multi-Agent Solutions May Cost 15× More07.6
  8. Systemic Risks in the Managed PostgreSQL Industry: Extension Risks Are Real07.4
  9. Can AI Conduct Novel Security Research? Introducing the HTTP Terminator07.4
  10. A localStorage pattern causing data loss due to hydration issues07.3

» Sources

Hacker Noon4Hashnode #104Hashnode #92Hashnode #131Cyber Security Reddit1Software Engineering Radio1Frontend Development Reddit1Hashnode #11

» Share