[pip] Improper Authentication in pip

The mirroring support (-M, –use-mirrors) in Python Pip before 1.5 uses insecure DNS querying and authenticity checks which allows attackers to perform man-in-the-middle attacks.
References

https://nvd.nist.gov/vuln/detail/CVE-2013-5123
https://bugzil…

[reportlab] XML Injection in ReportLab

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.
References

https://nvd.nist.gov/vuln/detail/CVE-2019…