(Low) Aikido Vulnerability > path-to-regex
Aikido reports vulnerability to us because of your path-to-regex dependency version. https://security.aikido.dev/cve/AIKIDO-2024-10181 Update your (peer)dependencies to use path-to-regex 7.1.0
TL;DR
The patched version adds a strict option to detect potential ReDOS issues. The worst case impact for these vulnerabilities can be "Attacker can trigger DOS-attack via regex".
Aikido recommends
Upgrade path-to-regexp library to patch version (7.1.0) and use the 'strict: true' option.
I guess folks are using the legacy version in express for a reason. I can look for this ReDOS issue at 0.1.x.
cc: @blakeembrey
@IamLizu there is no need to do anything here, thank you.
Note that path-to-regexp is maintained by the express team. We will update this issue when we have more information about any impact to express.
This has been resolved with the 4.20.0 release.