VYPR

npm package

ajv

pkg:npm/ajv

Vulnerabilities (2)

  • CVE-2025-69873LowFeb 11, 2026
    affected >= 7.0.0-alpha.0, < 8.18.0fixed 8.18.0

    ajv (Another JSON Schema Validator) before 8.18.0 is vulnerable to Regular Expression Denial of Service (ReDoS) when the $data option is enabled. The pattern keyword accepts runtime data via JSON Pointer syntax ($data reference), which is passed directly to the JavaScript RegExp(

  • CVE-2020-15366Jul 15, 2020
    affected < 6.12.3fixed 6.12.3

    An issue was discovered in ajv.validate() in Ajv (aka Another JSON Schema Validator) 6.12.2. A carefully crafted JSON schema could be provided that allows execution of other code by prototype pollution. (While untrusted schemas are recommended against, the worst case of an untrus