VYPR

rpm package

opensuse/python-python-multipart&distro=openSUSE Tumbleweed

pkg:rpm/opensuse/python-python-multipart&distro=openSUSE%20Tumbleweed

Vulnerabilities (6)

  • CVE-2026-53540lowJun 15, 2026
    affected < 0.0.32-1.1fixed 0.0.32-1.1

    ### Summary `parse_form()` did not validate the `Content-Length` header before using it to bound its chunked read of the request body. A negative `Content-Length` turned the bounded read into a read-until-EOF, so the entire body was loaded into memory in a single read instead of

  • CVE-2026-53538lowJun 15, 2026
    affected < 0.0.32-1.1fixed 0.0.32-1.1

    ### Summary `QuerystringParser` treated `;` as a field separator in `application/x-www-form-urlencoded` bodies, in addition to `&`. The [WHATWG URL standard](https://url.spec.whatwg.org/#urlencoded-parsing), modern browsers, and Python's `urllib.parse` (since the CVE-2021-23336

  • CVE-2026-53537lowJun 15, 2026
    affected < 0.0.32-1.1fixed 0.0.32-1.1

    ### Summary `parse_options_header` parsed `Content-Disposition` (and `Content-Type`) headers with [`email.message.Message`](https://docs.python.org/3/library/email.compat32-message.html#email.message.Message), which transparently applies [RFC 2231](https://datatracker.ietf.org/d

  • CVE-2026-42561HigMay 13, 2026
    affected < 0.0.28-1.1fixed 0.0.28-1.1

    Python-Multipart is a streaming multipart parser for Python. Prior to 0.0.27, python-multipart has a denial of service vulnerability in multipart part header parsing. When parsing multipart/form-data, MultipartParser previously had no limit on the number of part headers or the si

  • CVE-2026-40347MedApr 18, 2026
    affected < 0.0.26-1.1fixed 0.0.26-1.1

    Python-Multipart is a streaming multipart parser for Python. Versions prior to 0.0.26 have a denial of service vulnerability when parsing crafted `multipart/form-data` requests with large preamble or epilogue sections. Upgrade to version 0.0.26 or later, which skips ahead to the

  • CVE-2024-53981HigDec 2, 2024
    affected < 0.0.19-1.1fixed 0.0.19-1.1

    python-multipart is a streaming multipart parser for Python. When parsing form data, python-multipart skips line breaks (CR \r or LF \n) in front of the first boundary and any tailing bytes after the last boundary. This happens one byte at a time and emits a log event each time,