Skip to content

Fix CVE-2025-69873: Upgrade ajv to 6.14.0#736

Open
sumukhswamy wants to merge 1 commit into2.19from
fix/CVE-2025-69873
Open

Fix CVE-2025-69873: Upgrade ajv to 6.14.0#736
sumukhswamy wants to merge 1 commit into2.19from
fix/CVE-2025-69873

Conversation

@sumukhswamy
Copy link
Copy Markdown
Collaborator

ajv versions < 6.14.0 are vulnerable to Regular Expression Denial of Service (ReDoS) when the $data option is enabled. Malicious regex patterns passed via $data references cause catastrophic backtracking.

Remediation: Lockfile Refresh (Step 4a)

  • Removed stale ajv entry from yarn.lock
  • Re-resolved via yarn install; ^6.x range picked up 6.14.0
  • No package.json changes needed

Description

[Describe what this change achieves]

Issues Resolved

[List any issues this PR will resolve]

Check List

  • New functionality includes testing.
    • All tests pass, including unit test, integration test and doctest
  • New functionality has been documented.
    • New functionality has javadoc added
    • New functionality has user manual doc added
  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

ajv versions < 6.14.0 are vulnerable to Regular Expression Denial of Service
(ReDoS) when the $data option is enabled. Malicious regex patterns passed via
$data references cause catastrophic backtracking.

Remediation: Lockfile Refresh (Step 4a)
- Removed stale ajv entry from yarn.lock
- Re-resolved via yarn install; ^6.x range picked up 6.14.0
- No package.json changes needed

Signed-off-by: sumukhswamy <sumukhhs@amazon.com>
@sumukhswamy sumukhswamy requested a review from Copilot April 9, 2026 22:04
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants