fix: upgrade path-to-regexp to 0.1.13 (CVE-2026-4867) - #1997
Conversation
Automated dependency upgrade by OrbisAI Security
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
📝 WalkthroughSummary by CodeRabbit
WalkthroughThe package resolutions retain the pinned ChangesDependency Resolution
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
package.jsonParsing error: [BABEL] /package.json: Using Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Warning |
Summary
Upgrade path-to-regexp from 0.1.12 to 0.1.13 to fix CVE-2026-4867.
Vulnerability
CVE-2026-4867yarn.lock(dependency:path-to-regexp)Description: path-to-regexp: path-to-regexp: Denial of Service via catastrophic backtracking from malformed URL parameters
Evidence
Scanner confirmation: trivy rule
CVE-2026-4867flagged this pattern.Changes
package.jsonyarn.lockBehavior Preservation
The change is scoped to 2 files on the vulnerable path; it only tightens handling of untrusted input and leaves valid inputs unaffected.
This change addresses a pattern flagged by static analysis. The code path handles user-influenced input and the fix reduces the attack surface against both manual and automated exploitation.
Automated security fix by OrbisAI Security