CVE-2019-17626: python-reportlab: code injection in colors.py allows attacker to execute code
Severity: Critical
CVSS Score: 9.8
ReportLab through 3.5.26 allows remote code execution because of toColor(eval(arg)) in colors.py, as demonstrated by a crafted XML document with '<span color="' followed by arbitrary Python code.