Logo
componentpython-lxml
Name
python-lxml
Version
5.3.0
Type
library
Description
-
Licenses
BSD-3-ClauseOthers
PURL
pkg:pypi/lxml@5.3.0
CPE
cpe:2.3:a:lxml:lxml:5.3.0:-:*:*:*:*:*:*

Other Versions#


Project
Branch
Version
master
6.0.2

Vulnerabilities#


Name
Analysis
Description
Exploitable
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.