VYPR

rpm package

almalinux/python2-lxml

pkg:rpm/almalinux/python2-lxml

Vulnerabilities (15)

  • CVE-2024-22195Jan 11, 2024
    affected < 4.2.3-6.module_el8.6.0+2781+fed64c13fixed 4.2.3-6.module_el8.6.0+2781+fed64c13

    Jinja is an extensible templating engine. Special placeholders in the template allow writing code similar to Python syntax. It is possible to inject arbitrary HTML attributes into the rendered HTML template, potentially leading to Cross-Site Scripting (XSS). The Jinja `xmlattr` f

  • CVE-2023-43804Oct 4, 2023
    affected < 4.2.3-6.module_el8.6.0+2781+fed64c13fixed 4.2.3-6.module_el8.6.0+2781+fed64c13

    urllib3 is a user-friendly HTTP client library for Python. urllib3 doesn't treat the `Cookie` HTTP header special or provide any helpers for managing cookies over HTTP, that is the responsibility of the user. However, it is possible for a user to specify a `Cookie` header and unk

  • CVE-2023-40217Aug 25, 2023
    affected < 4.2.3-6.module_el8.6.0+2781+fed64c13fixed 4.2.3-6.module_el8.6.0+2781+fed64c13

    An issue was discovered in Python before 3.8.18, 3.9.x before 3.9.18, 3.10.x before 3.10.13, and 3.11.x before 3.11.5. It primarily affects servers (such as HTTP servers) that use TLS client authentication. If a TLS server-side socket is created, receives data into the socket buf

  • CVE-2022-48565Aug 22, 2023
    affected < 4.2.3-6.module_el8.6.0+2781+fed64c13fixed 4.2.3-6.module_el8.6.0+2781+fed64c13

    An XML External Entity (XXE) issue was discovered in Python through 3.9.1. The plistlib module no longer accepts entity declarations in XML plist files to avoid XML vulnerabilities.

  • CVE-2022-48560Aug 22, 2023
    affected < 4.2.3-6.module_el8.6.0+2781+fed64c13fixed 4.2.3-6.module_el8.6.0+2781+fed64c13

    A use-after-free exists in Python through 3.9 via heappushpop in heapq.

  • CVE-2023-32681May 26, 2023
    affected < 4.2.3-6.module_el8.6.0+2781+fed64c13fixed 4.2.3-6.module_el8.6.0+2781+fed64c13

    Requests is a HTTP library. Since Requests 2.3.0, Requests has been leaking Proxy-Authorization headers to destination servers when redirected to an HTTPS endpoint. This is a product of how we use `rebuild_proxies` to reattach the `Proxy-Authorization` header to requests. For HTT

  • CVE-2023-24329Feb 17, 2023
    affected < 4.2.3-6.module_el8.6.0+2781+fed64c13fixed 4.2.3-6.module_el8.6.0+2781+fed64c13

    An issue in the urllib.parse component of Python before 3.11.4 allows attackers to bypass blocklisting methods by supplying a URL that starts with blank characters.

  • CVE-2022-40897Dec 22, 2022
    affected < 4.2.3-6.module_el8.6.0+2781+fed64c13fixed 4.2.3-6.module_el8.6.0+2781+fed64c13

    Python Packaging Authority (PyPA) setuptools before 65.5.1 allows remote attackers to cause a denial of service via HTML in a crafted package or custom PackageIndex page. There is a Regular Expression Denial of Service (ReDoS) in package_index.py.

  • CVE-2022-45061Nov 9, 2022
    affected < 4.2.3-6.module_el8.6.0+2781+fed64c13fixed 4.2.3-6.module_el8.6.0+2781+fed64c13

    An issue was discovered in Python before 3.11.1. An unnecessary quadratic algorithm exists in one path when processing some inputs to the IDNA (RFC 3490) decoder, such that a crafted, unreasonably long name being presented to the decoder could lead to a CPU denial of service. Hos

  • CVE-2021-4189Aug 24, 2022
    affected < 4.2.3-6.module_el8.6.0+2781+fed64c13fixed 4.2.3-6.module_el8.6.0+2781+fed64c13

    A flaw was found in Python, specifically in the FTP (File Transfer Protocol) client library in PASV (passive) mode. The issue is how the FTP client trusts the host from the PASV response by default. This flaw allows an attacker to set up a malicious FTP server that can trick FTP

  • CVE-2015-20107Apr 13, 2022
    affected < 4.2.3-6.module_el8.6.0+2781+fed64c13fixed 4.2.3-6.module_el8.6.0+2781+fed64c13

    In Python (aka CPython) up to 3.10.8, the mailcap module does not add escape characters into commands discovered in the system mailcap file. This may allow attackers to inject shell commands into applications that call mailcap.findmatch with untrusted input (if they lack validati

  • CVE-2021-3733Mar 7, 2022
    affected < 4.2.3-6.module_el8.6.0+2781+fed64c13fixed 4.2.3-6.module_el8.6.0+2781+fed64c13

    There's a flaw in urllib's AbstractBasicAuthHandler class. An attacker who controls a malicious HTTP server that an HTTP client (such as web browser) connects to, could trigger a Regular Expression Denial of Service (ReDOS) during an authentication request with a specially crafte

  • CVE-2021-3737Mar 4, 2022
    affected < 4.2.3-6.module_el8.6.0+2781+fed64c13fixed 4.2.3-6.module_el8.6.0+2781+fed64c13

    A flaw was found in python. An improperly handled HTTP response in the HTTP client code of python may allow a remote attacker, who controls the HTTP server, to make the client script enter an infinite loop, consuming CPU time. The highest threat from this vulnerability is to syst

  • CVE-2022-0391Feb 9, 2022
    affected < 4.2.3-6.module_el8.6.0+2781+fed64c13fixed 4.2.3-6.module_el8.6.0+2781+fed64c13

    A flaw was found in Python, specifically within the urllib.parse module. This module helps break Uniform Resource Locator (URL) strings into components. The issue involves how the urlparse method does not sanitize input and allows characters like '\r' and '\n' in the URL path. Th

  • CVE-2021-43818Dec 13, 2021
    affected < 4.2.3-6.module_el8.6.0+2781+fed64c13fixed 4.2.3-6.module_el8.6.0+2781+fed64c13

    lxml is a library for processing XML and HTML in the Python language. Prior to version 4.6.5, the HTML Cleaner in lxml.html lets certain crafted script content pass through, as well as script content in SVG files embedded using data URIs. Users that employ the HTML cleaner in a s