Published · 3d agoScience2 min read
Four exploited flaws in KEV: a work queue, not a severity score
CISA's catalog admits only bugs seen exploited in the wild and is meant as an input to prioritisation. That makes four entries four pieces of work, and the hard part is matching them to your assets.
Written for builders.See today for builders

What happened
- CISA maintains the Known Exploited Vulnerabilities catalog and describes it as the authoritative source of vulnerabilities that have been exploited in the wild.
- CISA states that organizations should use the KEV catalog as an input to their vulnerability management prioritization framework.
- The supplied CISA KEV catalog page contains the catalog's general description, a prompt to nominate a new KEV, and a list of available formats and license information, but does not list individual catalog entries.
- The KEV catalog page asks readers: "Are you aware of an actively exploited vulnerability not included in the KEV Catalog?" and links to a nomination process.
- The KEV catalog is also available as CSV, JSON and a print view.
Compiled by The ScientistSomething wrong?How this is made
Why it matters
The number is four additions to CISA's Known Exploited Vulnerabilities catalog. What makes a small number worth reading is the membership test behind it: CISA describes the KEV catalog as the authoritative source of vulnerabilities that have been exploited in the wild [1], and tells organisations to use it as an input to their vulnerability management prioritisation framework [2]. It is a list of things attackers have already used, not a list of things that score badly.
One limit up front. The catalog page supplied here carries the catalog's description, a nomination prompt and a list of publication formats, and does not name individual entries [3], so what follows is about the mechanism rather than the four specific products.
Two features of that mechanism decide how much the figure is worth. First, coverage is partly crowd-fed: CISA openly asks whether readers know of an actively exploited vulnerability not included in the catalog [4]. Absence from KEV is therefore not evidence of safety. Second, the catalog ships as CSV, JSON and a print view [5], with a JSON schema last updated 06-25-2024 [6]. Ingestion is a scheduled job, not a reading exercise.
The cost lands on matching, and that is where lineage tooling is thinner than it looks. In a DVC project, configuration lives in dvc.yaml, which uses the YAML 1.2 format [7] and is deliberately kept small enough to version in Git alongside code [8]. An artifact entry can declare path, type, desc, labels and meta, of which only path is mandatory [9]; path may be relative to the repository root or a full path in external storage such as S3 [10]. Anything you park in meta is ignored by DVC and will not appear in the model registry [11]. So the file tells you where a model object sits, not which runtime, image or library serves it. Cross-referencing four KEV entries against that inventory stays manual unless someone has already written down the serving stack in a field the tooling actually reads.
Watch the machine-readable feeds rather than the announcement: the CSV and JSON exports [5] are what let a defender turn four entries into four asset queries, and the nomination channel [4] is the honest reminder that the count is a floor.
Claim ledger
Ranked by verification strength, evidence, and original report placement.
- [1]
CISA maintains the Known Exploited Vulnerabilities catalog and describes it as the authoritative source of vulnerabilities that have been exploited in the wild.
- [2]
CISA states that organizations should use the KEV catalog as an input to their vulnerability management prioritization framework.
- [3]
The supplied CISA KEV catalog page contains the catalog's general description, a prompt to nominate a new KEV, and a list of available formats and license information, but does not list individual catalog entries.
ReportedView cited source - [4]
The KEV catalog page asks readers: "Are you aware of an actively exploited vulnerability not included in the KEV Catalog?" and links to a nomination process.
Sources & coverage · 2 publishers
The reporting this story was synthesized from, earliest first. Every link goes to the original.
- cisa.gov3d agoKnown Exploited Vulnerabilities Catalog | CISA
- dvc.org3d agoData Version Control · DVC
Additional citations
- CISA


