Skip to content

Commit 40cb86d

Browse files
mrtc0reedloden
authored andcommitted
Add CVE-2019-13574 for mini_magick (#403)
1 parent 9637f37 commit 40cb86d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
gem: mini_magick
2+
cve: 2019-13574
3+
url: https://github.com/minimagick/minimagick/releases/tag/v4.9.4
4+
title: Remote command execution via filename
5+
date: 2019-07-12
6+
description: |
7+
A remote shell execution vulnerability when using MiniMagick::Image.open with URL coming from unsanitized user input.
8+
e.g. `MiniMagick::Image.open("| touch.txt")`
9+
patched_versions:
10+
- ">= 4.9.4"

0 commit comments

Comments
 (0)