https://bugzilla.redhat.com/show_bug.cgi?id=2042527
Lumír Balhar lbalhar@redhat.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lbalhar@redhat.com
--- Comment #6 from Lumír Balhar lbalhar@redhat.com --- It's very simple to reproduce and test this vulnerability:
``` from PIL.ImageMath import eval
try: eval("round(5.05)") except ValueError: print("FIXED") else: print("VULNERABLE") ```