n8n Token Exchange: Briefly the World’s Worst Valet

The n8n token exchange worked – briefly – like a parking valet attendant who follows one rule: anyone allowed to look at a claim ticket is also allowed to replace the car attached to it. That’s more or less what happened inside n8n’s OAuth credential reconnect process. The flaw, now tracked as CVE-2026-45732, was published by n8n through a GitHub security advisory on May 13, 2026. The National Vulnerability Database added the CVE record on June 23. It received a high-severity CVSS 4.0 score of 8.3. It’s unclear how long the authorization flaw remained in n8n before researchers found it. The public advisory identifies the patched releases and its May 13, 2026 disclosure date, but doesn’t provide the original introduction … Read more

Dagster: The Developer-First Orchestration Tool

Dagster is a modern, developer-first data orchestration platform built for teams that are tired of treating data pipelines like fragile cron jobs and duct-taped scripts. Instead of thinking in terms of one-off workflows, Dagster treats everything as data assets with explicit dependencies, checks, and ownership, so you can see exactly what feeds what, what broke, and why. It gives you strong typing, versioned code, built-in testing, and deep observability out of the box, which means failures stop being mysteries and start being debuggable software problems. When analytics, ML, and reverse-ETL all collide inside the same warehouse, Dagster acts as the control plane that keeps those moving parts from turning into chaos. Dagster represents the second wave of data orchestration. It’s … Read more