VYPR

rpm package

suse/python-doc&distro=SUSE Linux Enterprise Server for SAP Applications 12 SP4

pkg:rpm/suse/python-doc&distro=SUSE%20Linux%20Enterprise%20Server%20for%20SAP%20Applications%2012%20SP4

Vulnerabilities (23)

  • CVE-2023-24329HigFeb 17, 2023
    affected < 2.7.18-33.20.2fixed 2.7.18-33.20.2

    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-45061HigNov 9, 2022
    affected < 2.7.18-33.17.1fixed 2.7.18-33.17.1

    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-4189MedAug 24, 2022
    affected < 2.7.18-33.8.1fixed 2.7.18-33.8.1

    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-2021-28861HigAug 23, 2022
    affected < 2.7.18-33.14.2fixed 2.7.18-33.14.2

    Python 3.x through 3.10 has an open redirection vulnerability in lib/http/server.py due to no protection against multiple (/) at the beginning of URI path which may leads to information disclosure. NOTE: this is disputed by a third party because the http.server.html documentation

  • CVE-2015-20107HigApr 13, 2022
    affected < 2.7.18-33.11.1fixed 2.7.18-33.11.1

    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-2022-0391HigFeb 9, 2022
    affected < 2.7.18-33.8.1fixed 2.7.18-33.8.1

    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-23336MedFeb 15, 2021
    affected < 2.7.18-28.67.1fixed 2.7.18-28.67.1

    The package python/cpython from 0 and before 3.6.13, from 3.7.0 and before 3.7.10, from 3.8.0 and before 3.8.8, from 3.9.0 and before 3.9.2 are vulnerable to Web Cache Poisoning via urllib.parse.parse_qsl and urllib.parse.parse_qs by using a vector called parameter cloaking. When

  • CVE-2021-3177CriJan 19, 2021
    affected < 2.7.17-28.64.3fixed 2.7.17-28.64.3

    Python 3.x through 3.9.1 has a buffer overflow in PyCArg_repr in _ctypes/callproc.c, which may lead to remote code execution in certain Python applications that accept floating-point numbers as untrusted input, as demonstrated by a 1e300 argument to c_double.from_param. This occu

  • CVE-2019-20916HigSep 4, 2020
    affected < 2.7.17-28.59.1fixed 2.7.17-28.59.1

    The pip package before 19.2 for Python allows Directory Traversal when a URL is given in an install command, because a Content-Disposition header can have ../ in a filename, as demonstrated by overwriting the /root/.ssh/authorized_keys file. This occurs in _download_http_url in _

  • CVE-2019-9674HigFeb 4, 2020
    affected < 2.7.17-28.42.1fixed 2.7.17-28.42.1

    Lib/zipfile.py in Python through 3.7.2 allows remote attackers to cause a denial of service (resource consumption) via a ZIP bomb.

  • CVE-2020-8492MedJan 30, 2020
    affected < 2.7.17-28.42.1fixed 2.7.17-28.42.1

    Python 2.7 through 2.7.17, 3.5 through 3.5.9, 3.6 through 3.6.10, 3.7 through 3.7.6, and 3.8 through 3.8.1 allows an HTTP server to conduct Regular Expression Denial of Service (ReDoS) attacks against a client because of urllib.request.AbstractBasicAuthHandler catastrophic backtr

  • CVE-2019-5010HigOct 31, 2019
    affected < 2.7.13-28.21.1fixed 2.7.13-28.21.1

    An exploitable denial-of-service vulnerability exists in the X509 certificate parser of Python.org Python 2.7.11 / 3.6.6. A specially crafted X509 certificate can cause a NULL pointer dereference, resulting in a denial of service. An attacker can initiate or accept TLS connection

  • CVE-2019-18348MedOct 23, 2019
    affected < 2.7.17-28.42.1fixed 2.7.17-28.42.1

    An issue was discovered in urllib2 in Python 2.x through 2.7.17 and urllib in Python 3.x through 3.8.0. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \r\n (specifically in the host compone

  • CVE-2019-16935MedSep 28, 2019
    affected < 2.7.13-28.36.1fixed 2.7.13-28.36.1

    The documentation XML-RPC server in Python through 2.7.16, 3.x through 3.6.9, and 3.7.x through 3.7.4 has XSS via the server_title field. This occurs in Lib/DocXMLRPCServer.py in Python 2.x, and in Lib/xmlrpc/server.py in Python 3.x. If set_server_title is called with untrusted i

  • CVE-2019-16056HigSep 6, 2019
    affected < 2.7.13-28.36.1fixed 2.7.13-28.36.1

    An issue was discovered in Python through 2.7.16, 3.x through 3.5.7, 3.6.x through 3.6.9, and 3.7.x through 3.7.4. The email module wrongly parses email addresses that contain multiple @ characters. An application that uses the email module and implements some kind of checks on t

  • CVE-2018-20852MedJul 13, 2019
    affected < 2.7.13-28.31.2fixed 2.7.13-28.31.2

    http.cookiejar.DefaultPolicy.domain_return_ok in Lib/http/cookiejar.py in Python before 3.7.3 does not correctly validate the domain: it can be tricked into sending existing cookies to the wrong server. An attacker may abuse this flaw by using a server with a hostname that has an

  • CVE-2019-10160CriJun 7, 2019
    affected < 2.7.13-28.31.2fixed 2.7.13-28.31.2

    A security regression of CVE-2019-9636 was discovered in python since commit d537ab0ff9767ef024f26246899728f0116b1ec3 affecting versions 2.7, 3.5, 3.6, 3.7 and from v3.8.0a4 through v3.8.0b1, which still allows an attacker to exploit CVE-2019-9636 by abusing the user and password

  • CVE-2019-9948CriMar 23, 2019
    affected < 2.7.13-28.26.1fixed 2.7.13-28.26.1

    urllib in Python 2.x through 2.7.16 supports the local_file: scheme, which makes it easier for remote attackers to bypass protection mechanisms that blacklist file: URIs, as demonstrated by triggering a urllib.urlopen('local_file:///etc/passwd') call.

  • CVE-2019-9636CriMar 8, 2019
    affected < 2.7.13-28.26.1fixed 2.7.13-28.26.1

    Python 2.7.x through 2.7.16 and 3.x through 3.7.2 is affected by: Improper Handling of Unicode Encoding (with an incorrect netloc) during NFKC normalization. The impact is: Information disclosure (credentials, cookies, etc. that are cached against a given hostname). The component

  • CVE-2018-14647HigSep 25, 2018
    affected < 2.7.13-28.21.1fixed 2.7.13-28.21.1

    Python's elementtree C accelerator failed to initialise Expat's hash salt during initialization. This could make it easy to conduct denial of service attacks against Expat by constructing an XML document that would cause pathological hash collisions in Expat's internal data struc

Page 1 of 2