FR
live
WE Walid ETTAYEB · Founder

Infrastructure and security engineer, founder of ETTAYEB.

author

Walid ETTAYEB

AWS and Google Cloud Bury the Lock-In War — Their Joint Multicloud Framework Resets the Rules for CIOs

On August 12, 2026, AWS and Google Cloud unveiled an open-source multicloud interoperability framework that eliminates egress fees and standardizes identity across both platforms. Azure will join before the end of the year. For CIOs, this marks the end of forced infrastructure duplication — and the beginning of genuinely agnostic cloud architecture.

Meta Ships Muse Glimmer and a 6,500-Word Open-Weight Manifesto — The 30B Agentic Model That Runs on Your Machine Is a Declaration of War

On August 11, 2026, Meta released Muse Glimmer, a 30B agentic model optimized for local deployment under Apache 2.0. Paired with Mark Zuckerberg's 6,500-word manifesto arguing for open-weight AI and a $1 billion community fund, this launch draws the sharpest dividing line in the AI industry yet — open distribution versus centralized control.

The European Commission lost 350 GB of data after its AWS account was hacked — the shared responsibility model failed at the first hurdle

A threat actor compromised a European Commission AWS account in early August 2026 and exfiltrated over 350 GB of data, including databases and an internal email server. The incident is a reminder that the weakest link in cloud security is not the provider's infrastructure — it's client-side identity and access management.

Atlassian Rovo Prompt Injection Sends Jira and Confluence Data to Attackers, One Path Still Unfixed

Two independent security research teams have demonstrated that Atlassian's Rovo AI assistant can be prompted to exfiltrate Jira and Confluence data to an attacker-controlled server. One attack path was fixed server-side on July 8, 2026 — the other remained open on August 8 with no fix announced. Atlassian Cloud admins must audit Rovo permissions immediately.

Metabase Zero-Day CVSS 10.0 Grants Full Admin Access Without Authentication

On August 8, 2026, Metabase disclosed a maximum-severity SQL injection flaw (CVSS 10.0) that was already being exploited in the wild. The vulnerability lets unauthenticated attackers gain administrator privileges and drain every connected database. Self-hosted Metabase admins must patch, revoke sessions, and rotate all secrets immediately.

Cisco Hardens IOS XE and SD-WAN — 12 Flaws Including Three CVSS 9.9s Found With AI-Assisted Auditing

On August 5, 2026, Cisco shipped a massive hardening release for IOS XE and SD-WAN, bundling fixes for 12 vulnerabilities uncovered during an internal AI-assisted security review. Three reach CVSS 9.9. The era of AI-accelerated vulnerability discovery has hit the network hardware industry — and Cisco just showed what that looks like in production.

Gitea CVE-2026-59774 — Unauthenticated CVSS 9.8 File Read Escalates to RCE on Every Self-Hosted Instance

On August 2, 2026, Gitea shipped a critical fix for CVE-2026-59774, a path traversal that lets an unauthenticated attacker read any server file via Org-mode markup rendering on a public repository. Worse: by reading the INTERNAL_TOKEN from app.ini, the attacker can escalate to remote code execution. Every self-hosted Gitea administrator must patch and rotate secrets immediately.

Meta Launches Muse Code and Undercuts Claude Code by an Order of Magnitude

On August 5, 2026, Meta entered the coding agent market with Muse Code, a terminal agent powered by Muse Spark 1.2. Rather than competing on raw model intelligence, Meta built the most advanced agent harness on the market: multi-agent fan-out, isolated git worktrees, full JSONL audit logging, and pricing up to 10× lower than Claude Code. Here’s what it means for DevOps teams.

khunt Weaponizes Oracle's Embedded JVM to Run Post-Exploitation Toolkit from Inside the Database

On August 5, 2026, Huntress researchers documented an attack where the khunt toolkit was compiled and executed inside an Oracle database via SQL injection on an Apache Tomcat endpoint. Attackers abused Oracle's embedded JVM to run OS commands with SYSTEM privileges, steal Windows hashes, and map the network. The message to DBAs is clear: your database is a full Java runtime — treat it like one.

AWS AgentCore Runtime Instances Eliminate Cold Starts for Production AI Agents

Announced at AWS Summit New York on August 7, 2026, AgentCore Runtime Instances bring persistent, stateful compute to Bedrock agents, removing the cold start penalty that plagued real-time deployments. If your AI agents take more than three seconds to respond, the bottleneck is your infrastructure — and AWS just fixed it.

A GitHub issue with zero repo privileges can run code on Anthropic and Google CI runners — Black Hat 2026 tears apart coding agent trust

On August 5, 2026, Novee Security demonstrated at Black Hat USA that a GitHub issue opened by an account with no write access was enough to execute arbitrary code on the CI runners behind Claude Code, Gemini CLI, and OpenAI Codex repositories. If your CI/CD pipeline executes code from GitHub issues without sandboxing, treat this as a CVE with no patch — yet.

NatJack hijacks TCP sessions and spoofs DNS by manipulating NAT tables — Black Hat 2026 exposes a universal design flaw

On August 6, 2026, researcher Malcolm Stagg presented NatJack at Black Hat USA — a new attack class that manipulates NAT connection state to hijack active TCP sessions, spoof DNS responses, expose mapped ports, and exhaust NAT tables. Windows, Linux, and consumer routers are all vulnerable — because the flaw is in the concept of NAT itself, not any one implementation.

CISA Issues Urgent Alert After 30 Minnesota Water Systems Were Paralyzed — 4,100 Exposed Rockwell PLCs Await the Next Assault

On August 3, 2026, CISA issued an urgent alert after attackers disrupted more than 30 community water systems in Minnesota within 48 hours. The attackers targeted internet-exposed programmable logic controllers (PLCs), changed passwords, and disconnected equipment from the network. Censys counts over 10,000 Rockwell, Siemens, and Schneider PLCs publicly accessible.

Three Pass-ta-key Attacks Bypass Google Passkeys — Chrome's Cloud Authenticator Validates Compromised Machines Without Checking the TPM

On August 3, 2026, Unit 42 (Palo Alto Networks) published three attacks dubbed Pass-ta-key that allow malware on a compromised Windows machine to hijack passkeys synced through Google Password Manager. The most severe, Golden Pass-ta-key, extracts the master encryption key from Chrome's memory and compromises all current and future passkeys on the victim's Google account.

DOUBLECUP turns your browser cache into an arsenal — Russian loader‑as‑a‑service uses steganography to deliver CountLoader and a brand‑new RAT

On August 3, 2026, SOCRadar documented DOUBLECUP, a Russian loader-as-a-service active since June 2026 that hides malicious code in browser‑cached PNG images. The ClickFix chain delivers CountLoader to Windows and macOS alongside a previously undocumented DeviceManager RAT steered by smart contracts.

ChainDrop infects 1,300 npm packages and 2 billion monthly downloads

A self-propagating supply-chain attack named ChainDrop compromised over 1,300 packages on the npm registry on August 4, 2026. The infected packages accounted for 2 billion monthly downloads and reached organizations including Deliveroo, Qlik, and ServiceTitan. Audit your dependencies now.

The Cyber Resilience Act Takes Effect — Every Software Dependency Must Be Documented, Signed, and Traceable Within 36 Months

EU Regulation 2024/2847, the Cyber Resilience Act, enters phased application starting in 2026. It requires every software vendor selling in the EU to produce a complete SBOM, fix known vulnerabilities within five business days, and notify critical incidents to ENISA within 24 hours. Here's what your organization must do before the first binding deadline.

An Autonomous AI Agent Breached a Frontier Lab in 72 Hours

On July 27, 2026, Hugging Face published the technical timeline of an intrusion where an AI agent compromised a frontier AI laboratory. The report rewrites the playbook for cybersecurity in research infrastructure.

A silent AI worm spreads through Copilot for Word — and Microsoft can’t patch it

On July 28, 2026, researcher Håkon Måløy published the first public demonstration of a document-borne AI worm capable of silently altering financial reports and self-propagating through Microsoft Copilot for Word. After 144 days of coordinated disclosure and two attempted fixes — including a model upgrade to GPT-5.6 — the vulnerability class remains exploitable.

Immich replaces Google Photos once you budget for a mini PC and real backups

Immich shipped version 3.0 on 2 July 2026, nine months after its first stable release and weeks after a two-year retrospective on its backing by nonprofit FUTO. It replaces Google Photos once you can afford roughly $300 of hardware and a disciplined off-site backup — skip either, and the migration trades Google’s reliability for a real chance of losing everything.

TeamCity CVSS 9.8 RCE demands immediate patching — here's what you need to do

JetBrains disclosed CVE-2026-63077 on July 27, 2026 — a CVSS 9.8 unauthenticated remote code execution flaw affecting every on-premises TeamCity instance. No active exploitation has been detected yet, but the clock is ticking: TeamCity's history with state-sponsored attackers makes this a drop-everything patch scenario.

R2, B2, Wasabi and MinIO Replace S3 and Slash Your Bill by 10×

AWS S3 Standard charges $23/TB for storage and $90/TB for egress. Cloudflare R2, Backblaze B2, Wasabi, and MinIO offer the same S3 API at $7 to $15/TB — with free or near-free egress. Here’s which one to pick based on whether you’re doing backups, CDN, or data lakes.

Your APIs are the front door of your business — an API Gateway protects, measures, and accelerates them

Your APIs aren’t internal plumbing anymore — they’re your products. An API Gateway centralizes the rate limiting, authentication, caching, and analytics that every microservice would otherwise have to reinvent in its own code. Kong, Traefik, and Tyk embody three distinct architectures: here’s how to pick the one that won’t slow you down.

Nmap Finds Your Open Ports Before Attackers Do

Nmap 7.99, masscan, and RustScan represent three distinct network scanning philosophies. A pentester doesn’t pick one: they combine all three to map their attack surface before someone else does it for them.

Your MPLS costs $2,000 per site per month — SD-WAN does the same job over a $35 fiber line

The MEF published the MEF 70 standard in July 2019, Broadcom acquired VMware VeloCloud in November 2023, and FlexiWAN crossed 4,000 accounts in 2025 with open-source SD-WAN. The SD-WAN market hit $3.4 billion in 2024 and is projected to reach $13.7 billion by 2028 according to Gartner — here is why your MPLS contract is becoming a subscription to a horse-drawn carriage.

Syncthing syncs your files without routing them through California

With 87,000 GitHub stars and v2.1.2 released in July 2026, Syncthing proves that P2P end-to-end encrypted sync can replace Dropbox — no central server, no subscription. If your files still cross the Atlantic to move between two machines on the same desk, it’s time to stop.

API attacks became the number one data breach vector in 2026

99% of organizations experienced an API security incident in 2025. APIs now account for 43% of actively exploited vulnerabilities in CISA’s KEV catalog. Your API gateway is your new firewall — and you probably haven’t configured it.

DevOps Isn’t Dead — It’s Called Platform Engineering Now

The 2026 State of DevOps Report from Puppet/Perforce confirms platform engineering as the dominant delivery model, driven by the explosion of AI in software pipelines. Without governance, AI accelerates failure as fast as it accelerates deployment.

Authentik Locks Every Self-Hosted Service Behind One Password

Authentik has become the default identity provider for self-hosters in 2026, surpassing both Authelia and Keycloak. One Docker Compose file, five minutes of configuration, and every service you run shares the same login, the same MFA, and the same user directory.

Hugging Face Is the New npm — With the Same Supply Chain Vulnerabilities

Three attack waves in eighteen months — nullifAI, ShadowPickle, and a fake OpenAI repository — demonstrate that the AI supply chain is now the weakest link in production deployments. The fixes exist, but they require treating every downloaded model as an untrusted binary.

Traefik doesn’t get configured — it discovers your Docker containers and gives them HTTPS before you lift a finger

Traefik v3.7.0, released May 5 2026, takes the reverse proxy to its logical conclusion: it reads your Docker container labels, provisions Let’s Encrypt certificates, and routes traffic without a single static config file. If Nginx Proxy Manager got your foot in the door, Traefik is the next step — the one where you stop configuring your reverse proxy and let it discover your services for you.

June 2026 Was the Month Cybersecurity Broke Its Own Scale

Microsoft shipped its largest-ever Patch Tuesday, 24 billion stolen credentials surfaced on an exposed Elasticsearch cluster, and ransomware gangs claimed 721 new victims. Three records, one month — and none of them are a coincidence.

Borg and Restic Automate Your Linux Backups Before rm -rf Strikes

BorgBackup 1.4.4 and Restic 0.18.1 are the two best open-source backup tools for Linux in 2026 — deduplication, AES-256 encryption, and cron automation. Here’s how to configure them so an accidental rm -rf never costs you more than the last hour of work.

Forgejo Runs Your Code Forge on 100 MB of RAM and Nobody Owns It

Forgejo shipped version 16.0 on July 16, 2026, three and a half years after the community fork from Gitea. A single 100 MB Go binary replaces both GitHub and GitLab on the cheapest VPS money can buy, with GitHub Actions-compatible CI/CD and governance locked under a non-profit foundation.

Arch Linux isn’t hard — you just refuse to read the documentation

Arch Linux carries a reputation as the elitist, breakage-prone distro, yet in 2026 it remains the secret daily driver for a majority of developers, DevOps engineers, and SREs. Here’s what its critics refuse to understand — and why you should give it an honest try.

May 2026’s data breaches didn’t make headlines — and that’s the real problem

Mediaworks lost 8.5 TB of internal data to a ransomware group. Instructure paid ShinyHunters to keep 3.65 TB of Canvas data off the dark web. Across two weeks in May 2026, a cascade of breaches hit education, manufacturing, media, and retail — and barely anyone noticed. When breaches become background noise, the threat isn’t technical anymore. It’s apathy.

Your Next Server Won’t Be x86 — ARM Chips Are Eating the Datacenter Watt by Watt

On November 19, 2025, SoftBank acquired Ampere Computing for $6.5 billion. On July 24, 2026, Phoronix confirmed that Linux support for the Snapdragon X Elite had regressed further. Between those two dates, the ARM/x86 divorce became final: Asahi Linux runs on M5 Macs, multi-arch containers are mundane, and AWS Graviton now powers over 20% of new EC2 instances.

Ransomware Surges 48% in May 2026 as Global Attacks Decline

Check Point Research records 698 ransomware attacks worldwide in May 2026, a 48% year-over-year jump, even as overall attack volumes drop 7%. Fewer attacks, more impact — threat actors are getting better at doing more with less.

Jellyfin Is the Netflix Alternative That Answers to No One

On April 29, 2025, Plex doubled its lifetime price to $249.99 and killed free remote streaming. One year later, Jellyfin has crossed 50,000 GitHub stars, 360 million Docker pulls, and 51% market share among self-hosters. If you own a server and a media collection, paying to stream it no longer makes sense.

Your office Wi-Fi is the bottleneck — the 6 GHz band removes it

Wi-Fi 7 certification was finalized in January 2024, enterprise access points from every major vendor have been shipping since early 2026, and the 6 GHz spectrum delivers 1,200 MHz of untouched bandwidth. If your office runs more than thirty devices on Wi-Fi 5 or 6, the bottleneck isn’t your fiber connection — it’s the air between the access point and the desk.

Vaultwarden replaces Bitwarden everywhere you self-host your passwords

Vaultwarden 1.37.0, released July 24, 2026, is a complete Rust rewrite of the Bitwarden server that sips 50 MB of RAM while the official server gulps 2 GB. If your passwords run on your own hardware, you have exactly zero rational reasons left to use the official Bitwarden server.

GitHub Actions Hands You the Runner Keys — You Do the Driving

Custom runner images hit general availability on March 26, 2026 after a six-month public preview. They eliminate per-job setup and speed up pipelines — but shift image maintenance, security patching, and versioning squarely onto your team.

Vultr Challenges Hyperscalers with GPU Cloud Pricing 50 to 90 Percent Lower

In April 2026, Vultr announced that its Nvidia GPU infrastructure costs 50 to 90% less than equivalent offerings from AWS, Google Cloud, and Azure. Startups and SMBs priced out of hyperscaler margins now have a credible alternative — built around AI agents and transparent per-GPU pricing.

Kubernetes 1.36 makes GPUs a shareable resource with DRA going GA

Released on 22 April 2026, Kubernetes 1.36 graduates Dynamic Resource Allocation to general availability. GPUs are no longer an opaque integer count — they become attribute-aware, partitionable resources the scheduler can reason about natively.

BreachForums Hacked — 325,000 Cybercriminal Accounts Exposed

On January 10, 2026, the BreachForums cybercrime bazaar suffered its own data breach: 324,000 user accounts with IP addresses, display names, and the forum’s official PGP key were published online. The leak is a goldmine for law enforcement and an operational catastrophe for members whose anonymity collapsed overnight.

Vault Enterprise 2.0 Ditches Static Credentials for Identity-Based Security

HashiCorp announces Vault Enterprise 2.0 with Workload Identity Federation, automated Linux credential rotation, and high-performance envelope encryption. The question shifts from ’who knows the password’ to ’who can prove their identity’ — and that changes everything about how we secure infrastructure.

AI-assisted cyberattacks now breach systems in 72 minutes

Attackers are deploying AI agents to automate reconnaissance, phishing, and exfiltration, compressing the breach-to-theft window to 72 minutes in the fastest observed cases. SOC teams that still rely solely on human-first triage are structurally unable to keep up.

ingress-nginx is retiring in March 2026: here’s your Gateway API migration plan

The ingress-nginx project ends all maintenance in March 2026. The GitHub repository has been archived since March 24, no further security patches will be published, and CVE-2025-1974 demonstrated the architectural risks of a controller built on arbitrary annotations. Gateway API is the mandatory migration target, and it’s ready.

Type at least two characters.

navigate open esc dismiss