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

CyberHawk Weekly — Apr 17 – Apr 24, 2026

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

Critical for AI Builders

Two major vulnerabilities hit AI development tooling this week. Marimo notebook tool is seeing active exploitation, while KTransformers has unsafe deserialization that affects distributed model serving.

Critical for Vibe Coders

JetBrains TeamCity is being exploited in the wild with a path traversal flaw that grants limited admin actions. Multiple critical vulnerabilities also hit protobuf JavaScript compilation and WordPress development plugins.

Critical for Open Source

Several critical supply chain risks emerged including unsafe deserialization in protobufjs and buffer overflows in widely-used multimedia libraries. PAC4J authentication library also has LDAP 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-24 12:16 UTC.