VYPR

Reportlab

by Reportlab

CVEs (4)

  • CVE-2019-17626CriOct 16, 2019
    risk 0.65cvss 9.8epss 0.10

    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.

  • CVE-2019-19450CriSep 20, 2023
    risk 0.64cvss 9.8epss 0.04

    paraparser in ReportLab before 3.5.31 allows remote code execution because start_unichar in paraparser.py evaluates untrusted user input in a unichar element in a crafted XML document with '<unichar code="' followed by arbitrary Python code, a similar issue to CVE-2019-17626.

  • CVE-2023-33733HigJun 5, 2023
    risk 0.51cvss 7.8epss 0.02

    Reportlab up to v3.6.12 allows attackers to execute arbitrary code via supplying a crafted PDF file.

  • CVE-2020-28463MedFeb 18, 2021
    risk 0.42cvss 6.5epss 0.01

    All versions of package reportlab are vulnerable to Server-side Request Forgery (SSRF) via img tags. In order to reduce risk, use trustedSchemes & trustedHosts (see in Reportlab's documentation) Steps to reproduce by Karan Bamal: 1. Download and install the latest package of…