Red Hat Security Advisory: Red Hat AI Inference Server 3.3.1 (CUDA)
🔗 CVE IDs covered (16)
📋 Description
CVE-2023-40403 — libxslt: Processing web content may disclose sensitive information
CVE-2023-52356 — libtiff: Segment fault in libtiff in TIFFReadRGBATileExt() leading to denial of service
CVE-2025-13836 — cpython: Excessive read buffering DoS in http.client
CVE-2025-14831 — gnutls: GnuTLS: Denial of Service via excessive resource consumption during certificate verification
CVE-2025-15366 — cpython: IMAP command injection in user-controlled commands
CVE-2025-15367 — cpython: POP3 command injection in user-controlled commands
CVE-2026-0994 — python: protobuf: Protobuf: Denial of Service due to recursion depth bypass
CVE-2026-1299 — cpython: email header injection due to unquoted newlines
CVE-2026-2447 — libvpx: Heap buffer overflow in libvpx
CVE-2026-4111 — libarchive: Infinite Loop Denial of Service in RAR5 Decompression via archive_read_data() in libarchive
CVE-2026-4519 — python: Python: Command-line option injection in webbrowser.open() via crafted URLs
CVE-2026-22695 — libpng: libpng: Denial of service and information disclosure via heap buffer over-read in png_image_finish_read
CVE-2026-22801 — libpng: libpng: Information disclosure and denial of service via integer truncation in simplified write API
CVE-2026-25646 — libpng: LIBPNG has a heap buffer overflow in png_set_quantize
CVE-2026-27893 — vllm: vLLM: Remote code execution due to hardcoded trust_remote_code setting
CVE-2026-32597 — pyjwt: PyJWT accepts unknown crit header extensions (RFC 7515 §4.1.11 MUST violation)
🎯 Affected products3
- Red Hat AI Inference Server 3.3
- registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:0ec114881d9dcd28a5dbbb2ec0ea1301ad87d5ae133121ce8167ef29d19802cc_arm64 as a component of Red Hat AI Inference Server 3.3
- registry.redhat.io/rhaiis/vllm-cuda-rhel9@sha256:575090d65efcc6da0ea21e21484ac210357983e1c9031dfba8cf32a1b18b3c0a_amd64 as a component of Red Hat AI Inference Server 3.3
✅ Remediation
For more information visit https://access.redhat.com/errata/RHSA-2026:8746 Workaround: Since this vulnerability is triggered when no read amount is specified and the client defaults to using the potentially malicious Content-Length header, developers can mitigate this issue in their code by always imposing an explicit, safe limit on data reads. Applications using the http.client.HTTPResponse.read function directly can ensure that read operations specify a byte limit: ~~~ ... max_safe_read = 10 * 1024 * 1024 data = response.read(max_safe_read) ... ~~~ Workaround: To mitigate this vulnerability, ensure that no data passed to the imaplib module contains newline or carriage return characters. Workaround: To mitigate this vulnerability, ensure that no data passed to the poplib module contains newline or carriage return characters. Workaround: Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base, or stability. Workaround: To mitigate this issue, applications accepting user-supplied data for email headers should sanitize the input by stripping or rejecting any strings containing carriage return or line feed characters, '\r' or '\n', respectively, preventing malicious sequences that could lead to header manipulation. Workaround: Mitigation for this issue is either not available or the currently available options do not meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability. Workaround: Mitigation for this issue is either not available or the currently available options don't meet the Red Hat Product Security criteria comprising ease of use and deployment, applicability to widespread installation base or stability. Workaround: To mitigate this issue, users should avoid opening untrusted PNG image files. Applications that process PNG images should be configured to restrict processing of untrusted or unverified content where possible.
🔗 References (20)
- selfhttps://access.redhat.com/errata/RHSA-2026:8746
- externalhttps://access.redhat.com/security/cve/CVE-2023-40403
- externalhttps://access.redhat.com/security/cve/CVE-2023-52356
- externalhttps://access.redhat.com/security/cve/CVE-2025-13836
- externalhttps://access.redhat.com/security/cve/CVE-2025-14831
- externalhttps://access.redhat.com/security/cve/CVE-2025-15366
- externalhttps://access.redhat.com/security/cve/CVE-2025-15367
- externalhttps://access.redhat.com/security/cve/CVE-2026-0994
- externalhttps://access.redhat.com/security/cve/CVE-2026-1299
- externalhttps://access.redhat.com/security/cve/CVE-2026-22695
- externalhttps://access.redhat.com/security/cve/CVE-2026-22801
- externalhttps://access.redhat.com/security/cve/CVE-2026-2447
- externalhttps://access.redhat.com/security/cve/CVE-2026-25646
- externalhttps://access.redhat.com/security/cve/CVE-2026-27893
- externalhttps://access.redhat.com/security/cve/CVE-2026-32597
- externalhttps://access.redhat.com/security/cve/CVE-2026-4111
- externalhttps://access.redhat.com/security/cve/CVE-2026-4519
- externalhttps://access.redhat.com/security/updates/classification/
- externalhttps://www.redhat.com/en/products/ai/inference-server
- selfhttps://security.access.redhat.com/data/csaf/v2/advisories/2026/rhsa-2026_8746.json