Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

Security
Vulnerability Details
Registries
Custom Views
Weaknesses
Attack Patterns
Filters & Tools
NVD Vulnerability Details :
CVE-2024-42367
Analyzed
More InfoOfficial Page
Source-security-advisories@github.com
View Known Exploited Vulnerability (KEV) details
Published At-12 Aug, 2024 | 13:38
Updated At-19 Aug, 2025 | 15:12

aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. In versions on the 3.10 branch prior to version 3.10.2, static routes which contain files with compressed variants (`.gz` or `.br` extension) are vulnerable to path traversal outside the root directory if those variants are symbolic links. The server protects static routes from path traversal outside the root directory when `follow_symlinks=False` (default). It does this by resolving the requested URL to an absolute path and then checking that path relative to the root. However, these checks are not performed when looking for compressed variants in the `FileResponse` class, and symbolic links are then automatically followed when performing the `Path.stat()` and `Path.open()` to send the file. Version 3.10.2 contains a patch for the issue.

CISA Catalog
Date AddedDue DateVulnerability NameRequired Action
N/A
Date Added: N/A
Due Date: N/A
Vulnerability Name: N/A
Required Action: N/A
Metrics
TypeVersionBase scoreBase severityVector
Secondary3.14.8MEDIUM
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N
Primary3.14.8MEDIUM
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N
Type: Secondary
Version: 3.1
Base score: 4.8
Base severity: MEDIUM
Vector:
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N
Type: Primary
Version: 3.1
Base score: 4.8
Base severity: MEDIUM
Vector:
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N
CPE Matches

aiohttp
aiohttp
>>aiohttp>>Versions from 3.10.0(inclusive) to 3.10.2(exclusive)
cpe:2.3:a:aiohttp:aiohttp:*:*:*:*:*:*:*:*
Weaknesses
CWE IDTypeSource
CWE-61Secondarysecurity-advisories@github.com
CWE ID: CWE-61
Type: Secondary
Source: security-advisories@github.com
Evaluator Description

Evaluator Impact

Evaluator Solution

Vendor Statements

References
HyperlinkSourceResource
https://github.com/aio-libs/aiohttp/blob/e0ff5246e1d29b7710ab1a2bbc972b48169f1c05/aiohttp/web_fileresponse.py#L177security-advisories@github.com
Product
https://github.com/aio-libs/aiohttp/blob/e0ff5246e1d29b7710ab1a2bbc972b48169f1c05/aiohttp/web_urldispatcher.py#L674security-advisories@github.com
Product
https://github.com/aio-libs/aiohttp/commit/ce2e9758814527589b10759a20783fb03b98339fsecurity-advisories@github.com
Patch
https://github.com/aio-libs/aiohttp/pull/8653security-advisories@github.com
Issue Tracking
https://github.com/aio-libs/aiohttp/security/advisories/GHSA-jwhx-xcg6-8xhjsecurity-advisories@github.com
Vendor Advisory
Hyperlink: https://github.com/aio-libs/aiohttp/blob/e0ff5246e1d29b7710ab1a2bbc972b48169f1c05/aiohttp/web_fileresponse.py#L177
Source: security-advisories@github.com
Resource:
Product
Hyperlink: https://github.com/aio-libs/aiohttp/blob/e0ff5246e1d29b7710ab1a2bbc972b48169f1c05/aiohttp/web_urldispatcher.py#L674
Source: security-advisories@github.com
Resource:
Product
Hyperlink: https://github.com/aio-libs/aiohttp/commit/ce2e9758814527589b10759a20783fb03b98339f
Source: security-advisories@github.com
Resource:
Patch
Hyperlink: https://github.com/aio-libs/aiohttp/pull/8653
Source: security-advisories@github.com
Resource:
Issue Tracking
Hyperlink: https://github.com/aio-libs/aiohttp/security/advisories/GHSA-jwhx-xcg6-8xhj
Source: security-advisories@github.com
Resource:
Vendor Advisory
Change History
0Changes found

Details not found