CVE-2019-19450: ReportLab vulnerable to remote code execution via paraparser
9.8
CVSS Score
3.1
Basic Information
CVE ID
GHSA ID
EPSS Score
0.91297%
CWE
Published
9/20/2023
Updated
4/28/2024
KEV Status
No
Technology
Python
Technical Details
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
reportlab | pip | < 3.5.31 | 3.5.31 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems directly from unsafe evaluation of user-controlled input in the start_unichar
method of paraparser.py
. The CVE description explicitly names this function
as the vulnerable component, and the patch notes confirm paraparser
modifications in the first patched version (3.5.31). The function
's role in processing XML unichar elements with executable code attributes makes it the primary vulnerable entry point visible in runtime traces.