Skip to content

chore(deps): update dependency ajv to v8.18.0 - abandoned#40

Open
mend-on-mend[bot] wants to merge 1 commit intomainfrom
whitesource-remediate/npm-ajv-vulnerability
Open

chore(deps): update dependency ajv to v8.18.0 - abandoned#40
mend-on-mend[bot] wants to merge 1 commit intomainfrom
whitesource-remediate/npm-ajv-vulnerability

Conversation

@mend-on-mend
Copy link
Copy Markdown

@mend-on-mend mend-on-mend bot commented Feb 17, 2026

This PR contains the following updates:

Package Change Age Confidence
ajv (source) 8.17.18.18.0 age confidence

ajv has ReDoS when using $data option

CVE-2025-69873 / GHSA-2g4f-4pwh-qvx6

More information

Details

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.

Severity

  • CVSS Score: 5.5 / 10 (Medium)
  • Vector String: CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:N/VA:L/SC:N/SI:N/SA:N/E:P

References

This data is provided by OSV and the GitHub Advisory Database (CC-BY 4.0).


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 - "" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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

Note

Low Risk
Lockfile-only dependency bump with limited blast radius; primary risk is unexpected schema-validation behavior changes from the ajv patch/minor update.

Overview
Updates ajv from 8.17.1 to 8.18.0 in workspaces/tech-insights/yarn.lock (new resolution/checksum).

This is a dependency-only change intended to pick up the upstream ReDoS mitigation related to $data-driven regex handling.

Written by Cursor Bugbot for commit 707ef94. This will update automatically on new commits. Configure here.

Signed-off-by: mend-on-mend[bot] <mend-on-mend[bot]@users.noreply.github.com>
@mend-on-mend
Copy link
Copy Markdown
Author

mend-on-mend bot commented Feb 17, 2026

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@mend-on-mend mend-on-mend bot changed the title chore(deps): update dependency ajv to v8.18.0 chore(deps): update dependency ajv to v8.18.0 - abandoned Feb 27, 2026
@mend-on-mend
Copy link
Copy Markdown
Author

mend-on-mend bot commented Feb 27, 2026

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants