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-2024-23334

5.9 · MEDIUM
Published Jan 29, 2024 aiohttp CWE-22 EPSS 76.88% (100th pctl)

Overview

CVE-2024-23334 is a medium-severity vulnerability affecting aiohttp aiohttp. It was published on January 29, 2024 and has a CVSS 3.1 base score of 5.9 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.9, rated MEDIUM. 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. When using aiohttp as a web server and configuring static routes, it is necessary to specify the root path for static files. Additionally, the option 'follow_symlinks' can be used to determine whether to follow symbolic links outside the static root directory. When 'follow_symlinks' is set to True, there is no validation to check if reading a file is within the root directory. This can lead to directory traversal vulnerabilities, resulting in unauthorized access to arbitrary files on the system, even when symlinks are not present. Disabling follow_symlinks and using a reverse proxy are encouraged mitigations. Version 3.9.2 fixes this issue.

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 >= 1.0.5, < 3.9.2 Affected

Frequently Asked Questions

What is CVE-2024-23334?

CVE-2024-23334 is a medium-severity vulnerability affecting aiohttp aiohttp. It was published on January 29, 2024 and has a CVSS 3.1 base score of 5.9 (MEDIUM).

How severe is CVE-2024-23334?

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

How do I fix or remediate CVE-2024-23334?

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-2024-23334?

CyberStrike's AI-powered security agents can automatically detect CVE-2024-23334 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.