Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2023-47641

3.4 · LOW
Published Nov 14, 2023 aiohttp CWE-444 EPSS 0.83% (55th pctl)

Overview

CVE-2023-47641 is a low-severity vulnerability affecting aiohttp aiohttp. It was published on November 14, 2023 and has a CVSS 3.1 base score of 3.4 (LOW).

This vulnerability has a CVSS 3.1 base score of 3.4, rated LOW. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. Affected versions of aiohttp have a security vulnerability regarding the inconsistent interpretation of the http protocol. HTTP/1.1 is a persistent protocol, if both Content-Length(CL) and Transfer-Encoding(TE) header values are present it can lead to incorrect interpretation of two entities that parse the HTTP and we can poison other sockets with this incorrect interpretation. A possible Proof-of-Concept (POC) would be a configuration with a reverse proxy(frontend) that accepts both CL and TE headers and aiohttp as backend. As aiohttp parses anything with chunked, we can pass a chunked123 as TE, the frontend entity will ignore this header and will parse Content-Length. The impact of this vulnerability is that it is possible to bypass any proxy rule, poisoning sockets to other users like passing Authentication Headers, also if it is present an Open Redirect an attacker could combine it to redirect random us

Remediation

Check the references section for vendor advisories and patches from aiohttp. Update aiohttp to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
aiohttp aiohttp >= 0, < 3.8.0 Affected

Frequently Asked Questions

What is CVE-2023-47641?

CVE-2023-47641 is a low-severity vulnerability affecting aiohttp aiohttp. It was published on November 14, 2023 and has a CVSS 3.1 base score of 3.4 (LOW).

How severe is CVE-2023-47641?

This vulnerability has a CVSS 3.1 base score of 3.4, rated LOW. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2023-47641?

Check the references section for vendor advisories and patches from aiohttp. Update aiohttp to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2023-47641?

CyberStrike's AI-powered security agents can automatically detect CVE-2023-47641 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.