Directory Traversal The advisory has been revoked - it doesn't affect any version of package ansible-tower.src  (opens in a new tab)


Threat Intelligence

Exploit Maturity
Proof of Concept
EPSS
93.48% (100th percentile)

Do your applications use this vulnerable package?

In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.

Test your applications
  • Snyk IDSNYK-RHEL10-ANSIBLETOWERSRC-15053211
  • published22 Jan 2026
  • disclosed30 Jan 2024

Introduced: 30 Jan 2024

CVE-2024-23334  (opens in a new tab)
CWE-22  (opens in a new tab)

Amendment

The Red Hat security team deemed this advisory irrelevant for RHEL:10.

NVD Description

Note: Versions mentioned in the description apply only to the upstream ansible-tower.src package and not the ansible-tower.src package as distributed by RHEL.

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.