Skip to content

fix(deps): Update dependency ajv to v8.18.0 [SECURITY]#66

Merged
kodiakhq[bot] merged 1 commit intomainfrom
renovate/npm-ajv-vulnerability
Feb 18, 2026
Merged

fix(deps): Update dependency ajv to v8.18.0 [SECURITY]#66
kodiakhq[bot] merged 1 commit intomainfrom
renovate/npm-ajv-vulnerability

Conversation

@cq-bot
Copy link
Contributor

@cq-bot cq-bot commented Feb 18, 2026

This PR contains the following updates:

Package Type Update Change
ajv (source) dependencies minor 8.17.1 -> 8.18.0

GitHub Vulnerability Alerts

CVE-2025-69873

ajv (Another JSON Schema Validator) through version 8.17.1 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() constructor without validation. An attacker can inject a malicious regex pattern (e.g., \"^(a|a)*$\") combined with crafted input to cause catastrophic backtracking. A 31-character payload causes approximately 44 seconds of CPU blocking, with each additional character doubling execution time. This enables complete denial of service with a single HTTP request against any API using ajv with $data: true for dynamic schema validation.


Release Notes

ajv-validator/ajv (ajv)

v8.18.0

Compare Source

What's Changed

New Contributors

Full Changelog: ajv-validator/ajv@v8.17.1...v8.18.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@cq-bot cq-bot added automerge Add to automerge PRs once requirements are met security labels Feb 18, 2026
@kodiakhq kodiakhq bot merged commit 51b2088 into main Feb 18, 2026
8 checks passed
@kodiakhq kodiakhq bot deleted the renovate/npm-ajv-vulnerability branch February 18, 2026 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Add to automerge PRs once requirements are met security

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments