Two critical Auth.js disclosures anchor the day — a fail-open config bug and a homoglyph email bypass that can silently authenticate anyone or misroute a victim's magic link, both still without a patched release.
Everything else that landed today is the quieter, high-volume half of the ledger: React Router closed out a four-advisory batch tightening open-redirect and XSS handling around `<Link>`/`useNavigate()`; PHPSpreadsheet picked up a second SSRF-whitelist bypass in its WEBSERVICE() formula plus two memory-exhaustion bugs in its file-sniffing readers; and pypdf shipped a matched pair of infinite-loop fixes for unterminated inline images, alongside singles in PostCSS (arbitrary file read via sourceMappingURL), find-my-way (an HTTP/2 prototype-pollution crash), ImageMagick, and c3p0. None of it is under active attack — no new CISA KEV entries landed today, and the only threat-actor signal tonight was an unrelated msaRAT malware writeup routing C2 through the browser.
→ Operational priority for the night patch or work around the two Auth.js criticals first — no patched version exists yet for either, so auditing `!!auth` checks and normalizing emails through NFKC before validation are the only fix until next-auth ships one.