You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.
The is-svg package 2.1.0 through 4.2.1 for Node.js uses a regular expression that is vulnerable to Regular Expression Denial of Service (ReDoS). If an attacker provides a malicious string, is-svg will get stuck processing the input for a very long time.
is-svg is a dependency of imagemin-svgo, which is a dependency of image-webpack-loader. Current latest release of imagemin-svgo9.0.0 ("imagemin-svgo": "^8.0.0" used here) is still using is-svgo 4.2.1, but there's an open issue and pr in that repo to bump the dependency up, so ideally image-webpack-loader would upgrade imagemin-svgo once that fix is in.
The text was updated successfully, but these errors were encountered:
There's a reported ReDoS vulnerability with
is-svg
v4.2.1:is-svg
is a dependency ofimagemin-svgo
, which is a dependency ofimage-webpack-loader
. Current latest release ofimagemin-svgo
9.0.0
("imagemin-svgo": "^8.0.0"
used here) is still usingis-svgo 4.2.1
, but there's an open issue and pr in that repo to bump the dependency up, so ideallyimage-webpack-loader
would upgradeimagemin-svgo
once that fix is in.The text was updated successfully, but these errors were encountered: