Loading
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.
Use CWE-611, Lxml vendor hub and Lxml product page to widen CVE-2026-41066 into its surrounding weakness, vendor, and product context.
Compare it with CVE-2021-43818, CVE-2022-2309 and CVE-2021-28957 for nearby disclosures in the same product family.