The ransomware actor 'ShadowSyndicate' was observed scanning for servers vulnerable to CVE-2024-23334, a directory traversal vulnerability in the aiohttp Python library. Aiohttp is an open-source library built on top of Python's asynchronous I/O framework, Asyncio, to handle large amounts of concurrent HTTP requests without traditional thread-based networking. It is used by tech firms, web developers, backend engineers, and data scientists looking to build high-performance web applications and services that aggregate data from multiple external APIs. On January 28, 2024, aiohttp released version 3.9.2, addressing CVE-2024-23334, a high-severity path traversal flaw impacting all versions of aiohttp from 3.9.1 and older that allows unauthenticated remote attackers to access files on vulnerable servers. The flaw is due to inadequate validation when 'follow_symlinks' is set to 'True' for static routes, allowing unauthorized access to files outside the server's static root directory. On February 27, 2024, a researcher released a proof of concept (PoC) exploit for CVE-2024-23334 on GitHub, while a detailed video showcasing step-by-step exploitation instructions was published on YouTube at the start of March. Cyble's threat analysts report that their scanners have caught exploitation attempts targeting CVE-2024-23334 starting on February 29 and continuing at an increased rate into March. The scanning attempts originate from five IP addresses, one of which was tagged in a September ...
Hackers exploit Aiohttp bug to find vulnerable networks
BleepingComputer
·Bill Toulas
·Published Mar 16, 2024
·Updated
Affected Software
2 affected components
aiohttp aiohttp Python library=3.9.1
aiohttp aiohttp Python library
Frequently Asked Questions
1
What is the main topic of this article?
The article discusses how hackers are exploiting a vulnerability in the Aiohttp Python library to find vulnerable networks.
2
What specific vulnerability is being targeted in the article?
The targeted vulnerability is CVE-2024-23334, which is a directory traversal vulnerability in the Aiohttp library.
3
Which ransomware group is mentioned in the context of this exploit?
The ransomware actor mentioned is 'ShadowSyndicate'.
4
What software version of Aiohttp is specifically noted as vulnerable?
Aiohttp version 3.9.1 is specifically noted as vulnerable in this exploit.
5
What type of vulnerability does CVE-2024-23334 represent?
CVE-2024-23334 represents a directory traversal vulnerability.