lxml is a library for processing XML and HTML in the Python language. Prior to 6.1.0, using either of the two parsers in the default configuration (with resolve_entities=True) allows untrusted XML input to read local files. Setting the resolve_entities option explicitly to resolve_entities='internal' or resolve_entities=False disables the local file access. This vulnerability is fixed in 6.1.0.
| Vendor | Product | Versions |
|---|---|---|
| lxml | lxml | pip/lxml: < 6.1.0 |
Downstream vendors/products affected by this vulnerability
| Vendor | Product | Source | Confidence |
|---|---|---|---|
| open source | lxml | cert_advisory | 90% |
Updated affected versions to include 6.0.x, changed severity to MEDIUM, and noted that there is no exploit available.
Initial creation