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
Affected versions of this package are vulnerable to Arbitrary Code Execution via PIL.ImageMath.eval which allows evaluation of arbitrary expressions, such as ones that use the Python exec method.
How to fix?
Upgrade Pillow to version 9.0.0 or higher.
2. Out-of-bounds Read:
Affected versions of this package are vulnerable to Out-of-bounds Read. A out-of-bounds read in exists in J2kDecode in j2ku_gray_i.
How to fix?
Upgrade Pillow to version 8.2.0 or higher.
3. Regular Expression Denial of Service (ReDoS):
Affected versions of this package are vulnerable to Regular Expression Denial of Service (ReDoS) via the getrgb function.
How to fix?
Upgrade Pillow to version 8.3.2 or higher.
The text was updated successfully, but these errors were encountered:
Pillow is a PIL (Python Imaging Library) fork.
1. Arbitrary Code Execution:
Affected versions of this package are vulnerable to Arbitrary Code Execution via
PIL.ImageMath.eval
which allows evaluation of arbitrary expressions, such as ones that use the Pythonexec
method.How to fix?
Upgrade Pillow to version 9.0.0 or higher.
2. Out-of-bounds Read:
Affected versions of this package are vulnerable to Out-of-bounds Read. A out-of-bounds read in exists in
J2kDecode
inj2ku_gray_i
.How to fix?
Upgrade Pillow to version 8.2.0 or higher.
3. Regular Expression Denial of Service (ReDoS):
Affected versions of this package are vulnerable to Regular Expression Denial of Service (ReDoS) via the
getrgb
function.How to fix?
Upgrade Pillow to version 8.3.2 or higher.
The text was updated successfully, but these errors were encountered: