// ARCHIVED SNAPSHOT — full filterable feed at pickbits.ai/cyberhawk/

CyberHawk Weekly — Apr 08 – Apr 15, 2026

9 CISA KEV • 402 NVD High/Critical
All CyberHawk digests

Critical for AI Builders

No AI-specific vulnerabilities appeared this week. The closest risk is a FAISS deserialization flaw in IBM Langflow that could affect vector database workflows.

Critical for Vibe Coders

Axios HTTP client has a critical proxy bypass bug, and several WordPress development tools are compromised. Multiple CISA KEV additions target Windows and Office components actively exploited in the wild.

Critical for Open Source

Multiple WordPress plugins contain severe RCE and file upload vulnerabilities with public exploits available. Several router firmware packages are also compromised with command injection flaws.

Run This Audit On Your Stack

This recipe runs against your repo, in your agent of choice (Claude, ChatGPT, Cursor, Copilot — anything with file access). It uses osv.dev as the source of truth, not a JSON from us. Run it once after every dependency bump, or wire it into your own weekly schedule — your call.

The recipe

List every dependency manifest in this repo (package.json, requirements.txt,
go.mod, Cargo.toml, pom.xml, Gemfile, composer.json — whichever apply). For
each declared package and version, query osv.dev for known vulnerabilities.
For every match, show the CVE id, severity, the affected version range, and
the fixed version. Draft the version bump and either open a PR (if you have
repo write access) or summarize the diff in a comment. If nothing matches,
reply: "Clean run — no advisories matched."
Sources: CISA KEV · NVD. Generated 2026-04-15 00:55 UTC.