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

CyberHawk Weekly — Apr 10 – Apr 17, 2026

10 CISA KEV • 226 NVD High/Critical
All CyberHawk digests

Critical for AI Builders

No specific AI/ML stack vulnerabilities this week, though Apache ActiveMQ (often used in ML pipelines) is seeing active exploitation.

Critical for Vibe Coders

Multiple development tools are under attack, with Microsoft VBA and Adobe products seeing active exploitation while WordPress plugins expose backdoors.

Critical for Open Source

Supply chain attacks hit learning management systems and WordPress ecosystem, while network infrastructure shows widespread command injection vulnerabilities.

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-17 12:14 UTC.