脆弱性情報
高度な大規模言語モデル技術を使用していますが、出力には不正確または古い情報が含まれる可能性があります。Shenlongはデータの正確性を確保するよう努めていますが、実際の状況に基づいて検証・判断してください。
脆弱性タイトル
path-to-regexp outputs backtracking regular expressions
脆弱性説明
path-to-regexp turns path strings into a regular expressions. In certain cases, path-to-regexp will output a regular expression that can be exploited to cause poor performance. Because JavaScript is single threaded and regex matching runs on the main thread, poor performance will block the event loop and lead to a DoS. The bad regular expression is generated any time you have two parameters within a single segment, separated by something that is not a period (.). For users of 0.1, upgrade to 0.1.10. All other users should upgrade to 8.0.0.
CVSS情報
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
脆弱性タイプ
CWE-1333
脆弱性タイトル
Path-to-RegExp 安全漏洞
脆弱性説明
Path-to-RegExp是pillarjs开源的一个工具。用于将路径字符串转换为正则表达式。 Path-to-RegExp存在安全漏洞,该漏洞源于回溯正则表达式可能导致拒绝服务。
CVSS情報
N/A
脆弱性タイプ
N/A