CVE Vulnerabilities

CVE-2023-47627

Inconsistent Interpretation of HTTP Requests ('HTTP Request/Response Smuggling')

Published: Nov 14, 2023 | Modified: Feb 05, 2024
CVSS 3.x
7.5
HIGH
Source:
NVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
CVSS 2.x
RedHat/V2
RedHat/V3
7.5 MODERATE
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N
Ubuntu
MEDIUM

aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. The HTTP parser in AIOHTTP has numerous problems with header parsing, which could lead to request smuggling. This parser is only used when AIOHTTP_NO_EXTENSIONS is enabled (or not using a prebuilt wheel). These bugs have been addressed in commit d5c12ba89 which has been included in release version 3.8.6. Users are advised to upgrade. There are no known workarounds for these issues.

Weakness

The product acts as an intermediary HTTP agent (such as a proxy or firewall) in the data flow between two entities such as a client and server, but it does not interpret malformed HTTP requests or responses in ways that are consistent with how the messages will be processed by those entities that are at the ultimate destination.

Affected Software

Name Vendor Start Version End Version
Aiohttp Aiohttp * 3.8.6 (excluding)
Red Hat Ansible Automation Platform 2.4 for RHEL 8 RedHat python3x-aiohttp-0:3.9.1-1.el8ap *
Red Hat Ansible Automation Platform 2.4 for RHEL 8 RedHat automation-controller-0:4.5.5-2.el8ap *
Red Hat Ansible Automation Platform 2.4 for RHEL 9 RedHat python-aiohttp-0:3.9.1-1.el9ap *
Red Hat Ansible Automation Platform 2.4 for RHEL 9 RedHat automation-controller-0:4.5.5-2.el9ap *
Red Hat Satellite 6.14 for RHEL 8 RedHat python-aiohttp-0:3.9.2-0.1.el8pc *
Red Hat Satellite 6.14 for RHEL 8 RedHat python-aiohttp-0:3.9.2-0.1.el8pc *
Red Hat Satellite 6.15 for RHEL 8 RedHat python-aiohttp-0:3.9.2-1.el8pc *
Red Hat Satellite 6.15 for RHEL 8 RedHat python-aiohttp-0:3.9.2-1.el8pc *
RHUI 4 for RHEL 8 RedHat python-aiohttp-0:3.9.2-1.el8ui *
Python-aiohttp Ubuntu bionic *
Python-aiohttp Ubuntu lunar *
Python-aiohttp Ubuntu mantic *
Python-aiohttp Ubuntu trusty *
Python-aiohttp Ubuntu upstream *
Python-aiohttp Ubuntu xenial *

Extended Description

HTTP requests or responses (“messages”) can be malformed or unexpected in ways that cause web servers or clients to interpret the messages in different ways than intermediary HTTP agents such as load balancers, reverse proxies, web caching proxies, application firewalls, etc. For example, an adversary may be able to add duplicate or different header fields that a client or server might interpret as one set of messages, whereas the intermediary might interpret the same sequence of bytes as a different set of messages. For example, discrepancies can arise in how to handle duplicate headers like two Transfer-encoding (TE) or two Content-length (CL), or the malicious HTTP message will have different headers for TE and CL. The inconsistent parsing and interpretation of messages can allow the adversary to “smuggle” a message to the client/server without the intermediary being aware of it. This weakness is usually the result of the usage of outdated or incompatible HTTP protocol versions in the HTTP agents.

Potential Mitigations

References