The lxml XML toolkit is a Pythonic binding for the C libraries libxml2 and libxslt. It is unique in that it combines the speed and XML feature completeness of these libraries with the simplicity of a native Python API, mostly compatible but superior to the well-known ElementTree API. The latest release works with all CPython versions from 2.7 to 3.7.
Security Fix(es):
An XSS vulnerability was discovered in python-lxml's clean module versions before 4.6.3. When disabling the safeattrsonly and forms arguments, the Cleaner class does not remove the formaction attribute allowing for JS to bypass the sanitizer. A remote attacker could exploit this flaw to run arbitrary JS code on users who interact with incorrectly sanitized HTML. This issue is patched in lxml 4.6.3.(CVE-2021-28957)
{ "severity": "Medium" }
{ "noarch": [ "python-lxml-help-4.5.2-3.oe1.noarch.rpm" ], "src": [ "python-lxml-4.5.2-3.oe1.src.rpm" ], "aarch64": [ "python-lxml-debugsource-4.5.2-3.oe1.aarch64.rpm", "python2-lxml-4.5.2-3.oe1.aarch64.rpm", "python-lxml-debuginfo-4.5.2-3.oe1.aarch64.rpm", "python3-lxml-4.5.2-3.oe1.aarch64.rpm" ], "x86_64": [ "python3-lxml-4.5.2-3.oe1.x86_64.rpm", "python2-lxml-4.5.2-3.oe1.x86_64.rpm", "python-lxml-debugsource-4.5.2-3.oe1.x86_64.rpm", "python-lxml-debuginfo-4.5.2-3.oe1.x86_64.rpm" ] }