starlite
Performant, light and flexible ASGI API Framework
Activity
- Latest release
- 2y ago
- Total releases
- 144
- Cadence
- ~3 days
- Last 12 months
- 0
Details
- License
- MIT
- First release
- Dec 06, 2021
| Version | Released | |
|---|---|---|
1.51.16
patch
1 CVE
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev | ||
1.51.15
patch
2 CVEs
CVE-2024-32982
PYSEC-2026-1552
GHSA-83pv-qr33-2vcf
PYSEC-2026-2605
Jul 07, 2026
Litestar and Starlite vulnerable to Path Traversal
8.2
/ 10
High
Network
Low
None
None
Unchanged
High
Low
None
SummaryLocal File Inclusion via Path Traversal in LiteStar Static File Serving A Local File Inclusion (LFI) vulnerability has been discovered in the static file serving component of LiteStar. This vulnerability allows attackers to exploit path traversal flaws, enabling unauthorized access to sensitive files outside the designated directories. Such access can lead to the disclosure of sensitive information or potentially compromise the server. DetailsThe vulnerability is located in the file path handling mechanism within the static content serving function, specifically at line 70 in The function fails to properly validate the destination file path derived from user input, thereby permitting directory traversal. The critical code segment is as follows:
Given the variables:
The function outputs '/Users/brian/sandbox/test_vuln/static', incorrectly assuming it is confined to the static directory. This incorrect validation facilitates directory traversal, exposing the system to potential unauthorized access and manipulation. Proof of Concept (PoC)To reproduce this vulnerability, follow these steps:
ImpactThis Local File Inclusion vulnerability critically affects all instances of LiteStar where the server has been configured to serve static files. By exploiting this vulnerability, unauthorized attackers can gain read access to any file that the server process has permission to access. Here are the specific impacts:
Here's the revised Mitigation Suggestion section for your vulnerability report, focusing on items 1 and 2, and including a reference to a similar implementation in another project: Mitigation SuggestionTo effectively address the Local File Inclusion vulnerability via path traversal identified in the LiteStar application, it is essential to implement robust input validation and sanitization mechanisms. Below are specific strategies focused on managing user inputs and ensuring secure file path handling:
CommentsNaming Convention:
Feature Additions and Changes:
Affected versions
1.37.0
1.38.0
1.39.0
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
+ 24 more Show less
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
Fixed in
1.51.16
References
Updated Jul 13, 2026 · Source: OSV.dev
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev | ||
1.51.14
patch
2 CVEs
CVE-2024-32982
PYSEC-2026-1552
GHSA-83pv-qr33-2vcf
PYSEC-2026-2605
Jul 07, 2026
Litestar and Starlite vulnerable to Path Traversal
8.2
/ 10
High
Network
Low
None
None
Unchanged
High
Low
None
SummaryLocal File Inclusion via Path Traversal in LiteStar Static File Serving A Local File Inclusion (LFI) vulnerability has been discovered in the static file serving component of LiteStar. This vulnerability allows attackers to exploit path traversal flaws, enabling unauthorized access to sensitive files outside the designated directories. Such access can lead to the disclosure of sensitive information or potentially compromise the server. DetailsThe vulnerability is located in the file path handling mechanism within the static content serving function, specifically at line 70 in The function fails to properly validate the destination file path derived from user input, thereby permitting directory traversal. The critical code segment is as follows:
Given the variables:
The function outputs '/Users/brian/sandbox/test_vuln/static', incorrectly assuming it is confined to the static directory. This incorrect validation facilitates directory traversal, exposing the system to potential unauthorized access and manipulation. Proof of Concept (PoC)To reproduce this vulnerability, follow these steps:
ImpactThis Local File Inclusion vulnerability critically affects all instances of LiteStar where the server has been configured to serve static files. By exploiting this vulnerability, unauthorized attackers can gain read access to any file that the server process has permission to access. Here are the specific impacts:
Here's the revised Mitigation Suggestion section for your vulnerability report, focusing on items 1 and 2, and including a reference to a similar implementation in another project: Mitigation SuggestionTo effectively address the Local File Inclusion vulnerability via path traversal identified in the LiteStar application, it is essential to implement robust input validation and sanitization mechanisms. Below are specific strategies focused on managing user inputs and ensuring secure file path handling:
CommentsNaming Convention:
Feature Additions and Changes:
Affected versions
1.37.0
1.38.0
1.39.0
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
+ 24 more Show less
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
Fixed in
1.51.16
References
Updated Jul 13, 2026 · Source: OSV.dev
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev | ||
1.51.13
patch
2 CVEs
CVE-2024-32982
PYSEC-2026-1552
GHSA-83pv-qr33-2vcf
PYSEC-2026-2605
Jul 07, 2026
Litestar and Starlite vulnerable to Path Traversal
8.2
/ 10
High
Network
Low
None
None
Unchanged
High
Low
None
SummaryLocal File Inclusion via Path Traversal in LiteStar Static File Serving A Local File Inclusion (LFI) vulnerability has been discovered in the static file serving component of LiteStar. This vulnerability allows attackers to exploit path traversal flaws, enabling unauthorized access to sensitive files outside the designated directories. Such access can lead to the disclosure of sensitive information or potentially compromise the server. DetailsThe vulnerability is located in the file path handling mechanism within the static content serving function, specifically at line 70 in The function fails to properly validate the destination file path derived from user input, thereby permitting directory traversal. The critical code segment is as follows:
Given the variables:
The function outputs '/Users/brian/sandbox/test_vuln/static', incorrectly assuming it is confined to the static directory. This incorrect validation facilitates directory traversal, exposing the system to potential unauthorized access and manipulation. Proof of Concept (PoC)To reproduce this vulnerability, follow these steps:
ImpactThis Local File Inclusion vulnerability critically affects all instances of LiteStar where the server has been configured to serve static files. By exploiting this vulnerability, unauthorized attackers can gain read access to any file that the server process has permission to access. Here are the specific impacts:
Here's the revised Mitigation Suggestion section for your vulnerability report, focusing on items 1 and 2, and including a reference to a similar implementation in another project: Mitigation SuggestionTo effectively address the Local File Inclusion vulnerability via path traversal identified in the LiteStar application, it is essential to implement robust input validation and sanitization mechanisms. Below are specific strategies focused on managing user inputs and ensuring secure file path handling:
CommentsNaming Convention:
Feature Additions and Changes:
Affected versions
1.37.0
1.38.0
1.39.0
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
+ 24 more Show less
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
Fixed in
1.51.16
References
Updated Jul 13, 2026 · Source: OSV.dev
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev | ||
1.51.12
patch
2 CVEs
CVE-2024-32982
PYSEC-2026-1552
GHSA-83pv-qr33-2vcf
PYSEC-2026-2605
Jul 07, 2026
Litestar and Starlite vulnerable to Path Traversal
8.2
/ 10
High
Network
Low
None
None
Unchanged
High
Low
None
SummaryLocal File Inclusion via Path Traversal in LiteStar Static File Serving A Local File Inclusion (LFI) vulnerability has been discovered in the static file serving component of LiteStar. This vulnerability allows attackers to exploit path traversal flaws, enabling unauthorized access to sensitive files outside the designated directories. Such access can lead to the disclosure of sensitive information or potentially compromise the server. DetailsThe vulnerability is located in the file path handling mechanism within the static content serving function, specifically at line 70 in The function fails to properly validate the destination file path derived from user input, thereby permitting directory traversal. The critical code segment is as follows:
Given the variables:
The function outputs '/Users/brian/sandbox/test_vuln/static', incorrectly assuming it is confined to the static directory. This incorrect validation facilitates directory traversal, exposing the system to potential unauthorized access and manipulation. Proof of Concept (PoC)To reproduce this vulnerability, follow these steps:
ImpactThis Local File Inclusion vulnerability critically affects all instances of LiteStar where the server has been configured to serve static files. By exploiting this vulnerability, unauthorized attackers can gain read access to any file that the server process has permission to access. Here are the specific impacts:
Here's the revised Mitigation Suggestion section for your vulnerability report, focusing on items 1 and 2, and including a reference to a similar implementation in another project: Mitigation SuggestionTo effectively address the Local File Inclusion vulnerability via path traversal identified in the LiteStar application, it is essential to implement robust input validation and sanitization mechanisms. Below are specific strategies focused on managing user inputs and ensuring secure file path handling:
CommentsNaming Convention:
Feature Additions and Changes:
Affected versions
1.37.0
1.38.0
1.39.0
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
+ 24 more Show less
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
Fixed in
1.51.16
References
Updated Jul 13, 2026 · Source: OSV.dev
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev | ||
1.51.11
patch
2 CVEs
CVE-2024-32982
PYSEC-2026-1552
GHSA-83pv-qr33-2vcf
PYSEC-2026-2605
Jul 07, 2026
Litestar and Starlite vulnerable to Path Traversal
8.2
/ 10
High
Network
Low
None
None
Unchanged
High
Low
None
SummaryLocal File Inclusion via Path Traversal in LiteStar Static File Serving A Local File Inclusion (LFI) vulnerability has been discovered in the static file serving component of LiteStar. This vulnerability allows attackers to exploit path traversal flaws, enabling unauthorized access to sensitive files outside the designated directories. Such access can lead to the disclosure of sensitive information or potentially compromise the server. DetailsThe vulnerability is located in the file path handling mechanism within the static content serving function, specifically at line 70 in The function fails to properly validate the destination file path derived from user input, thereby permitting directory traversal. The critical code segment is as follows:
Given the variables:
The function outputs '/Users/brian/sandbox/test_vuln/static', incorrectly assuming it is confined to the static directory. This incorrect validation facilitates directory traversal, exposing the system to potential unauthorized access and manipulation. Proof of Concept (PoC)To reproduce this vulnerability, follow these steps:
ImpactThis Local File Inclusion vulnerability critically affects all instances of LiteStar where the server has been configured to serve static files. By exploiting this vulnerability, unauthorized attackers can gain read access to any file that the server process has permission to access. Here are the specific impacts:
Here's the revised Mitigation Suggestion section for your vulnerability report, focusing on items 1 and 2, and including a reference to a similar implementation in another project: Mitigation SuggestionTo effectively address the Local File Inclusion vulnerability via path traversal identified in the LiteStar application, it is essential to implement robust input validation and sanitization mechanisms. Below are specific strategies focused on managing user inputs and ensuring secure file path handling:
CommentsNaming Convention:
Feature Additions and Changes:
Affected versions
1.37.0
1.38.0
1.39.0
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
+ 24 more Show less
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
Fixed in
1.51.16
References
Updated Jul 13, 2026 · Source: OSV.dev
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev | ||
1.51.10
patch
2 CVEs
CVE-2024-32982
PYSEC-2026-1552
GHSA-83pv-qr33-2vcf
PYSEC-2026-2605
Jul 07, 2026
Litestar and Starlite vulnerable to Path Traversal
8.2
/ 10
High
Network
Low
None
None
Unchanged
High
Low
None
SummaryLocal File Inclusion via Path Traversal in LiteStar Static File Serving A Local File Inclusion (LFI) vulnerability has been discovered in the static file serving component of LiteStar. This vulnerability allows attackers to exploit path traversal flaws, enabling unauthorized access to sensitive files outside the designated directories. Such access can lead to the disclosure of sensitive information or potentially compromise the server. DetailsThe vulnerability is located in the file path handling mechanism within the static content serving function, specifically at line 70 in The function fails to properly validate the destination file path derived from user input, thereby permitting directory traversal. The critical code segment is as follows:
Given the variables:
The function outputs '/Users/brian/sandbox/test_vuln/static', incorrectly assuming it is confined to the static directory. This incorrect validation facilitates directory traversal, exposing the system to potential unauthorized access and manipulation. Proof of Concept (PoC)To reproduce this vulnerability, follow these steps:
ImpactThis Local File Inclusion vulnerability critically affects all instances of LiteStar where the server has been configured to serve static files. By exploiting this vulnerability, unauthorized attackers can gain read access to any file that the server process has permission to access. Here are the specific impacts:
Here's the revised Mitigation Suggestion section for your vulnerability report, focusing on items 1 and 2, and including a reference to a similar implementation in another project: Mitigation SuggestionTo effectively address the Local File Inclusion vulnerability via path traversal identified in the LiteStar application, it is essential to implement robust input validation and sanitization mechanisms. Below are specific strategies focused on managing user inputs and ensuring secure file path handling:
CommentsNaming Convention:
Feature Additions and Changes:
Affected versions
1.37.0
1.38.0
1.39.0
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
+ 24 more Show less
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
Fixed in
1.51.16
References
Updated Jul 13, 2026 · Source: OSV.dev
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev | ||
1.51.9
patch
2 CVEs
CVE-2024-32982
PYSEC-2026-1552
GHSA-83pv-qr33-2vcf
PYSEC-2026-2605
Jul 07, 2026
Litestar and Starlite vulnerable to Path Traversal
8.2
/ 10
High
Network
Low
None
None
Unchanged
High
Low
None
SummaryLocal File Inclusion via Path Traversal in LiteStar Static File Serving A Local File Inclusion (LFI) vulnerability has been discovered in the static file serving component of LiteStar. This vulnerability allows attackers to exploit path traversal flaws, enabling unauthorized access to sensitive files outside the designated directories. Such access can lead to the disclosure of sensitive information or potentially compromise the server. DetailsThe vulnerability is located in the file path handling mechanism within the static content serving function, specifically at line 70 in The function fails to properly validate the destination file path derived from user input, thereby permitting directory traversal. The critical code segment is as follows:
Given the variables:
The function outputs '/Users/brian/sandbox/test_vuln/static', incorrectly assuming it is confined to the static directory. This incorrect validation facilitates directory traversal, exposing the system to potential unauthorized access and manipulation. Proof of Concept (PoC)To reproduce this vulnerability, follow these steps:
ImpactThis Local File Inclusion vulnerability critically affects all instances of LiteStar where the server has been configured to serve static files. By exploiting this vulnerability, unauthorized attackers can gain read access to any file that the server process has permission to access. Here are the specific impacts:
Here's the revised Mitigation Suggestion section for your vulnerability report, focusing on items 1 and 2, and including a reference to a similar implementation in another project: Mitigation SuggestionTo effectively address the Local File Inclusion vulnerability via path traversal identified in the LiteStar application, it is essential to implement robust input validation and sanitization mechanisms. Below are specific strategies focused on managing user inputs and ensuring secure file path handling:
CommentsNaming Convention:
Feature Additions and Changes:
Affected versions
1.37.0
1.38.0
1.39.0
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
+ 24 more Show less
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
Fixed in
1.51.16
References
Updated Jul 13, 2026 · Source: OSV.dev
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev | ||
1.51.8
patch
2 CVEs
CVE-2024-32982
PYSEC-2026-1552
GHSA-83pv-qr33-2vcf
PYSEC-2026-2605
Jul 07, 2026
Litestar and Starlite vulnerable to Path Traversal
8.2
/ 10
High
Network
Low
None
None
Unchanged
High
Low
None
SummaryLocal File Inclusion via Path Traversal in LiteStar Static File Serving A Local File Inclusion (LFI) vulnerability has been discovered in the static file serving component of LiteStar. This vulnerability allows attackers to exploit path traversal flaws, enabling unauthorized access to sensitive files outside the designated directories. Such access can lead to the disclosure of sensitive information or potentially compromise the server. DetailsThe vulnerability is located in the file path handling mechanism within the static content serving function, specifically at line 70 in The function fails to properly validate the destination file path derived from user input, thereby permitting directory traversal. The critical code segment is as follows:
Given the variables:
The function outputs '/Users/brian/sandbox/test_vuln/static', incorrectly assuming it is confined to the static directory. This incorrect validation facilitates directory traversal, exposing the system to potential unauthorized access and manipulation. Proof of Concept (PoC)To reproduce this vulnerability, follow these steps:
ImpactThis Local File Inclusion vulnerability critically affects all instances of LiteStar where the server has been configured to serve static files. By exploiting this vulnerability, unauthorized attackers can gain read access to any file that the server process has permission to access. Here are the specific impacts:
Here's the revised Mitigation Suggestion section for your vulnerability report, focusing on items 1 and 2, and including a reference to a similar implementation in another project: Mitigation SuggestionTo effectively address the Local File Inclusion vulnerability via path traversal identified in the LiteStar application, it is essential to implement robust input validation and sanitization mechanisms. Below are specific strategies focused on managing user inputs and ensuring secure file path handling:
CommentsNaming Convention:
Feature Additions and Changes:
Affected versions
1.37.0
1.38.0
1.39.0
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
+ 24 more Show less
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
Fixed in
1.51.16
References
Updated Jul 13, 2026 · Source: OSV.dev
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev | ||
2.0.0a2
pre
| ||
1.51.7
patch
2 CVEs
CVE-2024-32982
PYSEC-2026-1552
GHSA-83pv-qr33-2vcf
PYSEC-2026-2605
Jul 07, 2026
Litestar and Starlite vulnerable to Path Traversal
8.2
/ 10
High
Network
Low
None
None
Unchanged
High
Low
None
SummaryLocal File Inclusion via Path Traversal in LiteStar Static File Serving A Local File Inclusion (LFI) vulnerability has been discovered in the static file serving component of LiteStar. This vulnerability allows attackers to exploit path traversal flaws, enabling unauthorized access to sensitive files outside the designated directories. Such access can lead to the disclosure of sensitive information or potentially compromise the server. DetailsThe vulnerability is located in the file path handling mechanism within the static content serving function, specifically at line 70 in The function fails to properly validate the destination file path derived from user input, thereby permitting directory traversal. The critical code segment is as follows:
Given the variables:
The function outputs '/Users/brian/sandbox/test_vuln/static', incorrectly assuming it is confined to the static directory. This incorrect validation facilitates directory traversal, exposing the system to potential unauthorized access and manipulation. Proof of Concept (PoC)To reproduce this vulnerability, follow these steps:
ImpactThis Local File Inclusion vulnerability critically affects all instances of LiteStar where the server has been configured to serve static files. By exploiting this vulnerability, unauthorized attackers can gain read access to any file that the server process has permission to access. Here are the specific impacts:
Here's the revised Mitigation Suggestion section for your vulnerability report, focusing on items 1 and 2, and including a reference to a similar implementation in another project: Mitigation SuggestionTo effectively address the Local File Inclusion vulnerability via path traversal identified in the LiteStar application, it is essential to implement robust input validation and sanitization mechanisms. Below are specific strategies focused on managing user inputs and ensuring secure file path handling:
CommentsNaming Convention:
Feature Additions and Changes:
Affected versions
1.37.0
1.38.0
1.39.0
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
+ 24 more Show less
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
Fixed in
1.51.16
References
Updated Jul 13, 2026 · Source: OSV.dev
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev | ||
2.0.0a1
pre
| ||
1.51.6
patch
2 CVEs
CVE-2024-32982
PYSEC-2026-1552
GHSA-83pv-qr33-2vcf
PYSEC-2026-2605
Jul 07, 2026
Litestar and Starlite vulnerable to Path Traversal
8.2
/ 10
High
Network
Low
None
None
Unchanged
High
Low
None
SummaryLocal File Inclusion via Path Traversal in LiteStar Static File Serving A Local File Inclusion (LFI) vulnerability has been discovered in the static file serving component of LiteStar. This vulnerability allows attackers to exploit path traversal flaws, enabling unauthorized access to sensitive files outside the designated directories. Such access can lead to the disclosure of sensitive information or potentially compromise the server. DetailsThe vulnerability is located in the file path handling mechanism within the static content serving function, specifically at line 70 in The function fails to properly validate the destination file path derived from user input, thereby permitting directory traversal. The critical code segment is as follows:
Given the variables:
The function outputs '/Users/brian/sandbox/test_vuln/static', incorrectly assuming it is confined to the static directory. This incorrect validation facilitates directory traversal, exposing the system to potential unauthorized access and manipulation. Proof of Concept (PoC)To reproduce this vulnerability, follow these steps:
ImpactThis Local File Inclusion vulnerability critically affects all instances of LiteStar where the server has been configured to serve static files. By exploiting this vulnerability, unauthorized attackers can gain read access to any file that the server process has permission to access. Here are the specific impacts:
Here's the revised Mitigation Suggestion section for your vulnerability report, focusing on items 1 and 2, and including a reference to a similar implementation in another project: Mitigation SuggestionTo effectively address the Local File Inclusion vulnerability via path traversal identified in the LiteStar application, it is essential to implement robust input validation and sanitization mechanisms. Below are specific strategies focused on managing user inputs and ensuring secure file path handling:
CommentsNaming Convention:
Feature Additions and Changes:
Affected versions
1.37.0
1.38.0
1.39.0
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
+ 24 more Show less
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
Fixed in
1.51.16
References
Updated Jul 13, 2026 · Source: OSV.dev
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev | ||
1.51.5
patch
2 CVEs
CVE-2024-32982
PYSEC-2026-1552
GHSA-83pv-qr33-2vcf
PYSEC-2026-2605
Jul 07, 2026
Litestar and Starlite vulnerable to Path Traversal
8.2
/ 10
High
Network
Low
None
None
Unchanged
High
Low
None
SummaryLocal File Inclusion via Path Traversal in LiteStar Static File Serving A Local File Inclusion (LFI) vulnerability has been discovered in the static file serving component of LiteStar. This vulnerability allows attackers to exploit path traversal flaws, enabling unauthorized access to sensitive files outside the designated directories. Such access can lead to the disclosure of sensitive information or potentially compromise the server. DetailsThe vulnerability is located in the file path handling mechanism within the static content serving function, specifically at line 70 in The function fails to properly validate the destination file path derived from user input, thereby permitting directory traversal. The critical code segment is as follows:
Given the variables:
The function outputs '/Users/brian/sandbox/test_vuln/static', incorrectly assuming it is confined to the static directory. This incorrect validation facilitates directory traversal, exposing the system to potential unauthorized access and manipulation. Proof of Concept (PoC)To reproduce this vulnerability, follow these steps:
ImpactThis Local File Inclusion vulnerability critically affects all instances of LiteStar where the server has been configured to serve static files. By exploiting this vulnerability, unauthorized attackers can gain read access to any file that the server process has permission to access. Here are the specific impacts:
Here's the revised Mitigation Suggestion section for your vulnerability report, focusing on items 1 and 2, and including a reference to a similar implementation in another project: Mitigation SuggestionTo effectively address the Local File Inclusion vulnerability via path traversal identified in the LiteStar application, it is essential to implement robust input validation and sanitization mechanisms. Below are specific strategies focused on managing user inputs and ensuring secure file path handling:
CommentsNaming Convention:
Feature Additions and Changes:
Affected versions
1.37.0
1.38.0
1.39.0
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
+ 24 more Show less
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
Fixed in
1.51.16
References
Updated Jul 13, 2026 · Source: OSV.dev
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev | ||
1.51.4
patch
2 CVEs
CVE-2024-32982
PYSEC-2026-1552
GHSA-83pv-qr33-2vcf
PYSEC-2026-2605
Jul 07, 2026
Litestar and Starlite vulnerable to Path Traversal
8.2
/ 10
High
Network
Low
None
None
Unchanged
High
Low
None
SummaryLocal File Inclusion via Path Traversal in LiteStar Static File Serving A Local File Inclusion (LFI) vulnerability has been discovered in the static file serving component of LiteStar. This vulnerability allows attackers to exploit path traversal flaws, enabling unauthorized access to sensitive files outside the designated directories. Such access can lead to the disclosure of sensitive information or potentially compromise the server. DetailsThe vulnerability is located in the file path handling mechanism within the static content serving function, specifically at line 70 in The function fails to properly validate the destination file path derived from user input, thereby permitting directory traversal. The critical code segment is as follows:
Given the variables:
The function outputs '/Users/brian/sandbox/test_vuln/static', incorrectly assuming it is confined to the static directory. This incorrect validation facilitates directory traversal, exposing the system to potential unauthorized access and manipulation. Proof of Concept (PoC)To reproduce this vulnerability, follow these steps:
ImpactThis Local File Inclusion vulnerability critically affects all instances of LiteStar where the server has been configured to serve static files. By exploiting this vulnerability, unauthorized attackers can gain read access to any file that the server process has permission to access. Here are the specific impacts:
Here's the revised Mitigation Suggestion section for your vulnerability report, focusing on items 1 and 2, and including a reference to a similar implementation in another project: Mitigation SuggestionTo effectively address the Local File Inclusion vulnerability via path traversal identified in the LiteStar application, it is essential to implement robust input validation and sanitization mechanisms. Below are specific strategies focused on managing user inputs and ensuring secure file path handling:
CommentsNaming Convention:
Feature Additions and Changes:
Affected versions
1.37.0
1.38.0
1.39.0
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
+ 24 more Show less
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
Fixed in
1.51.16
References
Updated Jul 13, 2026 · Source: OSV.dev
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev | ||
1.51.3
patch
2 CVEs
CVE-2024-32982
PYSEC-2026-1552
GHSA-83pv-qr33-2vcf
PYSEC-2026-2605
Jul 07, 2026
Litestar and Starlite vulnerable to Path Traversal
8.2
/ 10
High
Network
Low
None
None
Unchanged
High
Low
None
SummaryLocal File Inclusion via Path Traversal in LiteStar Static File Serving A Local File Inclusion (LFI) vulnerability has been discovered in the static file serving component of LiteStar. This vulnerability allows attackers to exploit path traversal flaws, enabling unauthorized access to sensitive files outside the designated directories. Such access can lead to the disclosure of sensitive information or potentially compromise the server. DetailsThe vulnerability is located in the file path handling mechanism within the static content serving function, specifically at line 70 in The function fails to properly validate the destination file path derived from user input, thereby permitting directory traversal. The critical code segment is as follows:
Given the variables:
The function outputs '/Users/brian/sandbox/test_vuln/static', incorrectly assuming it is confined to the static directory. This incorrect validation facilitates directory traversal, exposing the system to potential unauthorized access and manipulation. Proof of Concept (PoC)To reproduce this vulnerability, follow these steps:
ImpactThis Local File Inclusion vulnerability critically affects all instances of LiteStar where the server has been configured to serve static files. By exploiting this vulnerability, unauthorized attackers can gain read access to any file that the server process has permission to access. Here are the specific impacts:
Here's the revised Mitigation Suggestion section for your vulnerability report, focusing on items 1 and 2, and including a reference to a similar implementation in another project: Mitigation SuggestionTo effectively address the Local File Inclusion vulnerability via path traversal identified in the LiteStar application, it is essential to implement robust input validation and sanitization mechanisms. Below are specific strategies focused on managing user inputs and ensuring secure file path handling:
CommentsNaming Convention:
Feature Additions and Changes:
Affected versions
1.37.0
1.38.0
1.39.0
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
+ 24 more Show less
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
Fixed in
1.51.16
References
Updated Jul 13, 2026 · Source: OSV.dev
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev | ||
1.51.2
patch
2 CVEs
CVE-2024-32982
PYSEC-2026-1552
GHSA-83pv-qr33-2vcf
PYSEC-2026-2605
Jul 07, 2026
Litestar and Starlite vulnerable to Path Traversal
8.2
/ 10
High
Network
Low
None
None
Unchanged
High
Low
None
SummaryLocal File Inclusion via Path Traversal in LiteStar Static File Serving A Local File Inclusion (LFI) vulnerability has been discovered in the static file serving component of LiteStar. This vulnerability allows attackers to exploit path traversal flaws, enabling unauthorized access to sensitive files outside the designated directories. Such access can lead to the disclosure of sensitive information or potentially compromise the server. DetailsThe vulnerability is located in the file path handling mechanism within the static content serving function, specifically at line 70 in The function fails to properly validate the destination file path derived from user input, thereby permitting directory traversal. The critical code segment is as follows:
Given the variables:
The function outputs '/Users/brian/sandbox/test_vuln/static', incorrectly assuming it is confined to the static directory. This incorrect validation facilitates directory traversal, exposing the system to potential unauthorized access and manipulation. Proof of Concept (PoC)To reproduce this vulnerability, follow these steps:
ImpactThis Local File Inclusion vulnerability critically affects all instances of LiteStar where the server has been configured to serve static files. By exploiting this vulnerability, unauthorized attackers can gain read access to any file that the server process has permission to access. Here are the specific impacts:
Here's the revised Mitigation Suggestion section for your vulnerability report, focusing on items 1 and 2, and including a reference to a similar implementation in another project: Mitigation SuggestionTo effectively address the Local File Inclusion vulnerability via path traversal identified in the LiteStar application, it is essential to implement robust input validation and sanitization mechanisms. Below are specific strategies focused on managing user inputs and ensuring secure file path handling:
CommentsNaming Convention:
Feature Additions and Changes:
Affected versions
1.37.0
1.38.0
1.39.0
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
+ 24 more Show less
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
Fixed in
1.51.16
References
Updated Jul 13, 2026 · Source: OSV.dev
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev | ||
1.51.1
patch
3 CVEs
CVE-2024-32982
PYSEC-2026-1552
GHSA-83pv-qr33-2vcf
PYSEC-2026-2605
Jul 07, 2026
Litestar and Starlite vulnerable to Path Traversal
8.2
/ 10
High
Network
Low
None
None
Unchanged
High
Low
None
SummaryLocal File Inclusion via Path Traversal in LiteStar Static File Serving A Local File Inclusion (LFI) vulnerability has been discovered in the static file serving component of LiteStar. This vulnerability allows attackers to exploit path traversal flaws, enabling unauthorized access to sensitive files outside the designated directories. Such access can lead to the disclosure of sensitive information or potentially compromise the server. DetailsThe vulnerability is located in the file path handling mechanism within the static content serving function, specifically at line 70 in The function fails to properly validate the destination file path derived from user input, thereby permitting directory traversal. The critical code segment is as follows:
Given the variables:
The function outputs '/Users/brian/sandbox/test_vuln/static', incorrectly assuming it is confined to the static directory. This incorrect validation facilitates directory traversal, exposing the system to potential unauthorized access and manipulation. Proof of Concept (PoC)To reproduce this vulnerability, follow these steps:
ImpactThis Local File Inclusion vulnerability critically affects all instances of LiteStar where the server has been configured to serve static files. By exploiting this vulnerability, unauthorized attackers can gain read access to any file that the server process has permission to access. Here are the specific impacts:
Here's the revised Mitigation Suggestion section for your vulnerability report, focusing on items 1 and 2, and including a reference to a similar implementation in another project: Mitigation SuggestionTo effectively address the Local File Inclusion vulnerability via path traversal identified in the LiteStar application, it is essential to implement robust input validation and sanitization mechanisms. Below are specific strategies focused on managing user inputs and ensuring secure file path handling:
CommentsNaming Convention:
Feature Additions and Changes:
Affected versions
1.37.0
1.38.0
1.39.0
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
+ 24 more Show less
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
Fixed in
1.51.16
References
Updated Jul 13, 2026 · Source: OSV.dev
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev
CVE-2023-25578
GHSA-p24m-863f-fm6q
PYSEC-2023-49
Feb 15, 2023
Denial of service vulnerability when parsing multipart request body
High
Network
Low
None
None
SummaryThe request body parsing in DetailsThe multipart body parser processes an unlimited number of file parts. The multipart body parser processes an unlimited number of field parts. ImpactThis is a remote, potentially unauthenticated Denial of Service vulnerability. This vulnerability affects applications with a request handler that accepts
a The large amount of CPU time required for processing requests can block all available worker processes and significantly delay or slow down the processing of legitimate user requests. The large amount of RAM accumulated while processing requests can lead to Out-Of-Memory kills. Complete DoS is achievable by sending many concurrent multipart requests in a loop. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 115 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
Fixed in
1.51.2
References
Updated Feb 04, 2026 · Source: OSV.dev | ||
1.51.0
minor
3 CVEs
CVE-2024-32982
PYSEC-2026-1552
GHSA-83pv-qr33-2vcf
PYSEC-2026-2605
Jul 07, 2026
Litestar and Starlite vulnerable to Path Traversal
8.2
/ 10
High
Network
Low
None
None
Unchanged
High
Low
None
SummaryLocal File Inclusion via Path Traversal in LiteStar Static File Serving A Local File Inclusion (LFI) vulnerability has been discovered in the static file serving component of LiteStar. This vulnerability allows attackers to exploit path traversal flaws, enabling unauthorized access to sensitive files outside the designated directories. Such access can lead to the disclosure of sensitive information or potentially compromise the server. DetailsThe vulnerability is located in the file path handling mechanism within the static content serving function, specifically at line 70 in The function fails to properly validate the destination file path derived from user input, thereby permitting directory traversal. The critical code segment is as follows:
Given the variables:
The function outputs '/Users/brian/sandbox/test_vuln/static', incorrectly assuming it is confined to the static directory. This incorrect validation facilitates directory traversal, exposing the system to potential unauthorized access and manipulation. Proof of Concept (PoC)To reproduce this vulnerability, follow these steps:
ImpactThis Local File Inclusion vulnerability critically affects all instances of LiteStar where the server has been configured to serve static files. By exploiting this vulnerability, unauthorized attackers can gain read access to any file that the server process has permission to access. Here are the specific impacts:
Here's the revised Mitigation Suggestion section for your vulnerability report, focusing on items 1 and 2, and including a reference to a similar implementation in another project: Mitigation SuggestionTo effectively address the Local File Inclusion vulnerability via path traversal identified in the LiteStar application, it is essential to implement robust input validation and sanitization mechanisms. Below are specific strategies focused on managing user inputs and ensuring secure file path handling:
CommentsNaming Convention:
Feature Additions and Changes:
Affected versions
1.37.0
1.38.0
1.39.0
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
+ 24 more Show less
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
Fixed in
1.51.16
References
Updated Jul 13, 2026 · Source: OSV.dev
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev
CVE-2023-25578
GHSA-p24m-863f-fm6q
PYSEC-2023-49
Feb 15, 2023
Denial of service vulnerability when parsing multipart request body
High
Network
Low
None
None
SummaryThe request body parsing in DetailsThe multipart body parser processes an unlimited number of file parts. The multipart body parser processes an unlimited number of field parts. ImpactThis is a remote, potentially unauthenticated Denial of Service vulnerability. This vulnerability affects applications with a request handler that accepts
a The large amount of CPU time required for processing requests can block all available worker processes and significantly delay or slow down the processing of legitimate user requests. The large amount of RAM accumulated while processing requests can lead to Out-Of-Memory kills. Complete DoS is achievable by sending many concurrent multipart requests in a loop. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 115 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
Fixed in
1.51.2
References
Updated Feb 04, 2026 · Source: OSV.dev | ||
1.50.2
patch
3 CVEs
CVE-2024-32982
PYSEC-2026-1552
GHSA-83pv-qr33-2vcf
PYSEC-2026-2605
Jul 07, 2026
Litestar and Starlite vulnerable to Path Traversal
8.2
/ 10
High
Network
Low
None
None
Unchanged
High
Low
None
SummaryLocal File Inclusion via Path Traversal in LiteStar Static File Serving A Local File Inclusion (LFI) vulnerability has been discovered in the static file serving component of LiteStar. This vulnerability allows attackers to exploit path traversal flaws, enabling unauthorized access to sensitive files outside the designated directories. Such access can lead to the disclosure of sensitive information or potentially compromise the server. DetailsThe vulnerability is located in the file path handling mechanism within the static content serving function, specifically at line 70 in The function fails to properly validate the destination file path derived from user input, thereby permitting directory traversal. The critical code segment is as follows:
Given the variables:
The function outputs '/Users/brian/sandbox/test_vuln/static', incorrectly assuming it is confined to the static directory. This incorrect validation facilitates directory traversal, exposing the system to potential unauthorized access and manipulation. Proof of Concept (PoC)To reproduce this vulnerability, follow these steps:
ImpactThis Local File Inclusion vulnerability critically affects all instances of LiteStar where the server has been configured to serve static files. By exploiting this vulnerability, unauthorized attackers can gain read access to any file that the server process has permission to access. Here are the specific impacts:
Here's the revised Mitigation Suggestion section for your vulnerability report, focusing on items 1 and 2, and including a reference to a similar implementation in another project: Mitigation SuggestionTo effectively address the Local File Inclusion vulnerability via path traversal identified in the LiteStar application, it is essential to implement robust input validation and sanitization mechanisms. Below are specific strategies focused on managing user inputs and ensuring secure file path handling:
CommentsNaming Convention:
Feature Additions and Changes:
Affected versions
1.37.0
1.38.0
1.39.0
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
+ 24 more Show less
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
Fixed in
1.51.16
References
Updated Jul 13, 2026 · Source: OSV.dev
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev
CVE-2023-25578
GHSA-p24m-863f-fm6q
PYSEC-2023-49
Feb 15, 2023
Denial of service vulnerability when parsing multipart request body
High
Network
Low
None
None
SummaryThe request body parsing in DetailsThe multipart body parser processes an unlimited number of file parts. The multipart body parser processes an unlimited number of field parts. ImpactThis is a remote, potentially unauthenticated Denial of Service vulnerability. This vulnerability affects applications with a request handler that accepts
a The large amount of CPU time required for processing requests can block all available worker processes and significantly delay or slow down the processing of legitimate user requests. The large amount of RAM accumulated while processing requests can lead to Out-Of-Memory kills. Complete DoS is achievable by sending many concurrent multipart requests in a loop. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 115 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
Fixed in
1.51.2
References
Updated Feb 04, 2026 · Source: OSV.dev | ||
1.50.1
patch
3 CVEs
CVE-2024-32982
PYSEC-2026-1552
GHSA-83pv-qr33-2vcf
PYSEC-2026-2605
Jul 07, 2026
Litestar and Starlite vulnerable to Path Traversal
8.2
/ 10
High
Network
Low
None
None
Unchanged
High
Low
None
SummaryLocal File Inclusion via Path Traversal in LiteStar Static File Serving A Local File Inclusion (LFI) vulnerability has been discovered in the static file serving component of LiteStar. This vulnerability allows attackers to exploit path traversal flaws, enabling unauthorized access to sensitive files outside the designated directories. Such access can lead to the disclosure of sensitive information or potentially compromise the server. DetailsThe vulnerability is located in the file path handling mechanism within the static content serving function, specifically at line 70 in The function fails to properly validate the destination file path derived from user input, thereby permitting directory traversal. The critical code segment is as follows:
Given the variables:
The function outputs '/Users/brian/sandbox/test_vuln/static', incorrectly assuming it is confined to the static directory. This incorrect validation facilitates directory traversal, exposing the system to potential unauthorized access and manipulation. Proof of Concept (PoC)To reproduce this vulnerability, follow these steps:
ImpactThis Local File Inclusion vulnerability critically affects all instances of LiteStar where the server has been configured to serve static files. By exploiting this vulnerability, unauthorized attackers can gain read access to any file that the server process has permission to access. Here are the specific impacts:
Here's the revised Mitigation Suggestion section for your vulnerability report, focusing on items 1 and 2, and including a reference to a similar implementation in another project: Mitigation SuggestionTo effectively address the Local File Inclusion vulnerability via path traversal identified in the LiteStar application, it is essential to implement robust input validation and sanitization mechanisms. Below are specific strategies focused on managing user inputs and ensuring secure file path handling:
CommentsNaming Convention:
Feature Additions and Changes:
Affected versions
1.37.0
1.38.0
1.39.0
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
+ 24 more Show less
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
Fixed in
1.51.16
References
Updated Jul 13, 2026 · Source: OSV.dev
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev
CVE-2023-25578
GHSA-p24m-863f-fm6q
PYSEC-2023-49
Feb 15, 2023
Denial of service vulnerability when parsing multipart request body
High
Network
Low
None
None
SummaryThe request body parsing in DetailsThe multipart body parser processes an unlimited number of file parts. The multipart body parser processes an unlimited number of field parts. ImpactThis is a remote, potentially unauthenticated Denial of Service vulnerability. This vulnerability affects applications with a request handler that accepts
a The large amount of CPU time required for processing requests can block all available worker processes and significantly delay or slow down the processing of legitimate user requests. The large amount of RAM accumulated while processing requests can lead to Out-Of-Memory kills. Complete DoS is achievable by sending many concurrent multipart requests in a loop. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 115 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
Fixed in
1.51.2
References
Updated Feb 04, 2026 · Source: OSV.dev | ||
1.50.0
minor
3 CVEs
CVE-2024-32982
PYSEC-2026-1552
GHSA-83pv-qr33-2vcf
PYSEC-2026-2605
Jul 07, 2026
Litestar and Starlite vulnerable to Path Traversal
8.2
/ 10
High
Network
Low
None
None
Unchanged
High
Low
None
SummaryLocal File Inclusion via Path Traversal in LiteStar Static File Serving A Local File Inclusion (LFI) vulnerability has been discovered in the static file serving component of LiteStar. This vulnerability allows attackers to exploit path traversal flaws, enabling unauthorized access to sensitive files outside the designated directories. Such access can lead to the disclosure of sensitive information or potentially compromise the server. DetailsThe vulnerability is located in the file path handling mechanism within the static content serving function, specifically at line 70 in The function fails to properly validate the destination file path derived from user input, thereby permitting directory traversal. The critical code segment is as follows:
Given the variables:
The function outputs '/Users/brian/sandbox/test_vuln/static', incorrectly assuming it is confined to the static directory. This incorrect validation facilitates directory traversal, exposing the system to potential unauthorized access and manipulation. Proof of Concept (PoC)To reproduce this vulnerability, follow these steps:
ImpactThis Local File Inclusion vulnerability critically affects all instances of LiteStar where the server has been configured to serve static files. By exploiting this vulnerability, unauthorized attackers can gain read access to any file that the server process has permission to access. Here are the specific impacts:
Here's the revised Mitigation Suggestion section for your vulnerability report, focusing on items 1 and 2, and including a reference to a similar implementation in another project: Mitigation SuggestionTo effectively address the Local File Inclusion vulnerability via path traversal identified in the LiteStar application, it is essential to implement robust input validation and sanitization mechanisms. Below are specific strategies focused on managing user inputs and ensuring secure file path handling:
CommentsNaming Convention:
Feature Additions and Changes:
Affected versions
1.37.0
1.38.0
1.39.0
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
+ 24 more Show less
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
Fixed in
1.51.16
References
Updated Jul 13, 2026 · Source: OSV.dev
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev
CVE-2023-25578
GHSA-p24m-863f-fm6q
PYSEC-2023-49
Feb 15, 2023
Denial of service vulnerability when parsing multipart request body
High
Network
Low
None
None
SummaryThe request body parsing in DetailsThe multipart body parser processes an unlimited number of file parts. The multipart body parser processes an unlimited number of field parts. ImpactThis is a remote, potentially unauthenticated Denial of Service vulnerability. This vulnerability affects applications with a request handler that accepts
a The large amount of CPU time required for processing requests can block all available worker processes and significantly delay or slow down the processing of legitimate user requests. The large amount of RAM accumulated while processing requests can lead to Out-Of-Memory kills. Complete DoS is achievable by sending many concurrent multipart requests in a loop. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 115 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
Fixed in
1.51.2
References
Updated Feb 04, 2026 · Source: OSV.dev | ||
1.49.0
minor
3 CVEs
CVE-2024-32982
PYSEC-2026-1552
GHSA-83pv-qr33-2vcf
PYSEC-2026-2605
Jul 07, 2026
Litestar and Starlite vulnerable to Path Traversal
8.2
/ 10
High
Network
Low
None
None
Unchanged
High
Low
None
SummaryLocal File Inclusion via Path Traversal in LiteStar Static File Serving A Local File Inclusion (LFI) vulnerability has been discovered in the static file serving component of LiteStar. This vulnerability allows attackers to exploit path traversal flaws, enabling unauthorized access to sensitive files outside the designated directories. Such access can lead to the disclosure of sensitive information or potentially compromise the server. DetailsThe vulnerability is located in the file path handling mechanism within the static content serving function, specifically at line 70 in The function fails to properly validate the destination file path derived from user input, thereby permitting directory traversal. The critical code segment is as follows:
Given the variables:
The function outputs '/Users/brian/sandbox/test_vuln/static', incorrectly assuming it is confined to the static directory. This incorrect validation facilitates directory traversal, exposing the system to potential unauthorized access and manipulation. Proof of Concept (PoC)To reproduce this vulnerability, follow these steps:
ImpactThis Local File Inclusion vulnerability critically affects all instances of LiteStar where the server has been configured to serve static files. By exploiting this vulnerability, unauthorized attackers can gain read access to any file that the server process has permission to access. Here are the specific impacts:
Here's the revised Mitigation Suggestion section for your vulnerability report, focusing on items 1 and 2, and including a reference to a similar implementation in another project: Mitigation SuggestionTo effectively address the Local File Inclusion vulnerability via path traversal identified in the LiteStar application, it is essential to implement robust input validation and sanitization mechanisms. Below are specific strategies focused on managing user inputs and ensuring secure file path handling:
CommentsNaming Convention:
Feature Additions and Changes:
Affected versions
1.37.0
1.38.0
1.39.0
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
+ 24 more Show less
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
Fixed in
1.51.16
References
Updated Jul 13, 2026 · Source: OSV.dev
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev
CVE-2023-25578
GHSA-p24m-863f-fm6q
PYSEC-2023-49
Feb 15, 2023
Denial of service vulnerability when parsing multipart request body
High
Network
Low
None
None
SummaryThe request body parsing in DetailsThe multipart body parser processes an unlimited number of file parts. The multipart body parser processes an unlimited number of field parts. ImpactThis is a remote, potentially unauthenticated Denial of Service vulnerability. This vulnerability affects applications with a request handler that accepts
a The large amount of CPU time required for processing requests can block all available worker processes and significantly delay or slow down the processing of legitimate user requests. The large amount of RAM accumulated while processing requests can lead to Out-Of-Memory kills. Complete DoS is achievable by sending many concurrent multipart requests in a loop. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 115 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
Fixed in
1.51.2
References
Updated Feb 04, 2026 · Source: OSV.dev | ||
1.48.1
patch
3 CVEs
CVE-2024-32982
PYSEC-2026-1552
GHSA-83pv-qr33-2vcf
PYSEC-2026-2605
Jul 07, 2026
Litestar and Starlite vulnerable to Path Traversal
8.2
/ 10
High
Network
Low
None
None
Unchanged
High
Low
None
SummaryLocal File Inclusion via Path Traversal in LiteStar Static File Serving A Local File Inclusion (LFI) vulnerability has been discovered in the static file serving component of LiteStar. This vulnerability allows attackers to exploit path traversal flaws, enabling unauthorized access to sensitive files outside the designated directories. Such access can lead to the disclosure of sensitive information or potentially compromise the server. DetailsThe vulnerability is located in the file path handling mechanism within the static content serving function, specifically at line 70 in The function fails to properly validate the destination file path derived from user input, thereby permitting directory traversal. The critical code segment is as follows:
Given the variables:
The function outputs '/Users/brian/sandbox/test_vuln/static', incorrectly assuming it is confined to the static directory. This incorrect validation facilitates directory traversal, exposing the system to potential unauthorized access and manipulation. Proof of Concept (PoC)To reproduce this vulnerability, follow these steps:
ImpactThis Local File Inclusion vulnerability critically affects all instances of LiteStar where the server has been configured to serve static files. By exploiting this vulnerability, unauthorized attackers can gain read access to any file that the server process has permission to access. Here are the specific impacts:
Here's the revised Mitigation Suggestion section for your vulnerability report, focusing on items 1 and 2, and including a reference to a similar implementation in another project: Mitigation SuggestionTo effectively address the Local File Inclusion vulnerability via path traversal identified in the LiteStar application, it is essential to implement robust input validation and sanitization mechanisms. Below are specific strategies focused on managing user inputs and ensuring secure file path handling:
CommentsNaming Convention:
Feature Additions and Changes:
Affected versions
1.37.0
1.38.0
1.39.0
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
+ 24 more Show less
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
Fixed in
1.51.16
References
Updated Jul 13, 2026 · Source: OSV.dev
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev
CVE-2023-25578
GHSA-p24m-863f-fm6q
PYSEC-2023-49
Feb 15, 2023
Denial of service vulnerability when parsing multipart request body
High
Network
Low
None
None
SummaryThe request body parsing in DetailsThe multipart body parser processes an unlimited number of file parts. The multipart body parser processes an unlimited number of field parts. ImpactThis is a remote, potentially unauthenticated Denial of Service vulnerability. This vulnerability affects applications with a request handler that accepts
a The large amount of CPU time required for processing requests can block all available worker processes and significantly delay or slow down the processing of legitimate user requests. The large amount of RAM accumulated while processing requests can lead to Out-Of-Memory kills. Complete DoS is achievable by sending many concurrent multipart requests in a loop. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 115 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
Fixed in
1.51.2
References
Updated Feb 04, 2026 · Source: OSV.dev | ||
1.48.0
minor
3 CVEs
CVE-2024-32982
PYSEC-2026-1552
GHSA-83pv-qr33-2vcf
PYSEC-2026-2605
Jul 07, 2026
Litestar and Starlite vulnerable to Path Traversal
8.2
/ 10
High
Network
Low
None
None
Unchanged
High
Low
None
SummaryLocal File Inclusion via Path Traversal in LiteStar Static File Serving A Local File Inclusion (LFI) vulnerability has been discovered in the static file serving component of LiteStar. This vulnerability allows attackers to exploit path traversal flaws, enabling unauthorized access to sensitive files outside the designated directories. Such access can lead to the disclosure of sensitive information or potentially compromise the server. DetailsThe vulnerability is located in the file path handling mechanism within the static content serving function, specifically at line 70 in The function fails to properly validate the destination file path derived from user input, thereby permitting directory traversal. The critical code segment is as follows:
Given the variables:
The function outputs '/Users/brian/sandbox/test_vuln/static', incorrectly assuming it is confined to the static directory. This incorrect validation facilitates directory traversal, exposing the system to potential unauthorized access and manipulation. Proof of Concept (PoC)To reproduce this vulnerability, follow these steps:
ImpactThis Local File Inclusion vulnerability critically affects all instances of LiteStar where the server has been configured to serve static files. By exploiting this vulnerability, unauthorized attackers can gain read access to any file that the server process has permission to access. Here are the specific impacts:
Here's the revised Mitigation Suggestion section for your vulnerability report, focusing on items 1 and 2, and including a reference to a similar implementation in another project: Mitigation SuggestionTo effectively address the Local File Inclusion vulnerability via path traversal identified in the LiteStar application, it is essential to implement robust input validation and sanitization mechanisms. Below are specific strategies focused on managing user inputs and ensuring secure file path handling:
CommentsNaming Convention:
Feature Additions and Changes:
Affected versions
1.37.0
1.38.0
1.39.0
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
+ 24 more Show less
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
Fixed in
1.51.16
References
Updated Jul 13, 2026 · Source: OSV.dev
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev
CVE-2023-25578
GHSA-p24m-863f-fm6q
PYSEC-2023-49
Feb 15, 2023
Denial of service vulnerability when parsing multipart request body
High
Network
Low
None
None
SummaryThe request body parsing in DetailsThe multipart body parser processes an unlimited number of file parts. The multipart body parser processes an unlimited number of field parts. ImpactThis is a remote, potentially unauthenticated Denial of Service vulnerability. This vulnerability affects applications with a request handler that accepts
a The large amount of CPU time required for processing requests can block all available worker processes and significantly delay or slow down the processing of legitimate user requests. The large amount of RAM accumulated while processing requests can lead to Out-Of-Memory kills. Complete DoS is achievable by sending many concurrent multipart requests in a loop. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 115 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
Fixed in
1.51.2
References
Updated Feb 04, 2026 · Source: OSV.dev | ||
1.47.0
minor
3 CVEs
CVE-2024-32982
PYSEC-2026-1552
GHSA-83pv-qr33-2vcf
PYSEC-2026-2605
Jul 07, 2026
Litestar and Starlite vulnerable to Path Traversal
8.2
/ 10
High
Network
Low
None
None
Unchanged
High
Low
None
SummaryLocal File Inclusion via Path Traversal in LiteStar Static File Serving A Local File Inclusion (LFI) vulnerability has been discovered in the static file serving component of LiteStar. This vulnerability allows attackers to exploit path traversal flaws, enabling unauthorized access to sensitive files outside the designated directories. Such access can lead to the disclosure of sensitive information or potentially compromise the server. DetailsThe vulnerability is located in the file path handling mechanism within the static content serving function, specifically at line 70 in The function fails to properly validate the destination file path derived from user input, thereby permitting directory traversal. The critical code segment is as follows:
Given the variables:
The function outputs '/Users/brian/sandbox/test_vuln/static', incorrectly assuming it is confined to the static directory. This incorrect validation facilitates directory traversal, exposing the system to potential unauthorized access and manipulation. Proof of Concept (PoC)To reproduce this vulnerability, follow these steps:
ImpactThis Local File Inclusion vulnerability critically affects all instances of LiteStar where the server has been configured to serve static files. By exploiting this vulnerability, unauthorized attackers can gain read access to any file that the server process has permission to access. Here are the specific impacts:
Here's the revised Mitigation Suggestion section for your vulnerability report, focusing on items 1 and 2, and including a reference to a similar implementation in another project: Mitigation SuggestionTo effectively address the Local File Inclusion vulnerability via path traversal identified in the LiteStar application, it is essential to implement robust input validation and sanitization mechanisms. Below are specific strategies focused on managing user inputs and ensuring secure file path handling:
CommentsNaming Convention:
Feature Additions and Changes:
Affected versions
1.37.0
1.38.0
1.39.0
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
+ 24 more Show less
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
Fixed in
1.51.16
References
Updated Jul 13, 2026 · Source: OSV.dev
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev
CVE-2023-25578
GHSA-p24m-863f-fm6q
PYSEC-2023-49
Feb 15, 2023
Denial of service vulnerability when parsing multipart request body
High
Network
Low
None
None
SummaryThe request body parsing in DetailsThe multipart body parser processes an unlimited number of file parts. The multipart body parser processes an unlimited number of field parts. ImpactThis is a remote, potentially unauthenticated Denial of Service vulnerability. This vulnerability affects applications with a request handler that accepts
a The large amount of CPU time required for processing requests can block all available worker processes and significantly delay or slow down the processing of legitimate user requests. The large amount of RAM accumulated while processing requests can lead to Out-Of-Memory kills. Complete DoS is achievable by sending many concurrent multipart requests in a loop. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 115 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
Fixed in
1.51.2
References
Updated Feb 04, 2026 · Source: OSV.dev | ||
1.46.0
minor
3 CVEs
CVE-2024-32982
PYSEC-2026-1552
GHSA-83pv-qr33-2vcf
PYSEC-2026-2605
Jul 07, 2026
Litestar and Starlite vulnerable to Path Traversal
8.2
/ 10
High
Network
Low
None
None
Unchanged
High
Low
None
SummaryLocal File Inclusion via Path Traversal in LiteStar Static File Serving A Local File Inclusion (LFI) vulnerability has been discovered in the static file serving component of LiteStar. This vulnerability allows attackers to exploit path traversal flaws, enabling unauthorized access to sensitive files outside the designated directories. Such access can lead to the disclosure of sensitive information or potentially compromise the server. DetailsThe vulnerability is located in the file path handling mechanism within the static content serving function, specifically at line 70 in The function fails to properly validate the destination file path derived from user input, thereby permitting directory traversal. The critical code segment is as follows:
Given the variables:
The function outputs '/Users/brian/sandbox/test_vuln/static', incorrectly assuming it is confined to the static directory. This incorrect validation facilitates directory traversal, exposing the system to potential unauthorized access and manipulation. Proof of Concept (PoC)To reproduce this vulnerability, follow these steps:
ImpactThis Local File Inclusion vulnerability critically affects all instances of LiteStar where the server has been configured to serve static files. By exploiting this vulnerability, unauthorized attackers can gain read access to any file that the server process has permission to access. Here are the specific impacts:
Here's the revised Mitigation Suggestion section for your vulnerability report, focusing on items 1 and 2, and including a reference to a similar implementation in another project: Mitigation SuggestionTo effectively address the Local File Inclusion vulnerability via path traversal identified in the LiteStar application, it is essential to implement robust input validation and sanitization mechanisms. Below are specific strategies focused on managing user inputs and ensuring secure file path handling:
CommentsNaming Convention:
Feature Additions and Changes:
Affected versions
1.37.0
1.38.0
1.39.0
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
+ 24 more Show less
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
Fixed in
1.51.16
References
Updated Jul 13, 2026 · Source: OSV.dev
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev
CVE-2023-25578
GHSA-p24m-863f-fm6q
PYSEC-2023-49
Feb 15, 2023
Denial of service vulnerability when parsing multipart request body
High
Network
Low
None
None
SummaryThe request body parsing in DetailsThe multipart body parser processes an unlimited number of file parts. The multipart body parser processes an unlimited number of field parts. ImpactThis is a remote, potentially unauthenticated Denial of Service vulnerability. This vulnerability affects applications with a request handler that accepts
a The large amount of CPU time required for processing requests can block all available worker processes and significantly delay or slow down the processing of legitimate user requests. The large amount of RAM accumulated while processing requests can lead to Out-Of-Memory kills. Complete DoS is achievable by sending many concurrent multipart requests in a loop. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 115 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
Fixed in
1.51.2
References
Updated Feb 04, 2026 · Source: OSV.dev | ||
1.45.1
patch
3 CVEs
CVE-2024-32982
PYSEC-2026-1552
GHSA-83pv-qr33-2vcf
PYSEC-2026-2605
Jul 07, 2026
Litestar and Starlite vulnerable to Path Traversal
8.2
/ 10
High
Network
Low
None
None
Unchanged
High
Low
None
SummaryLocal File Inclusion via Path Traversal in LiteStar Static File Serving A Local File Inclusion (LFI) vulnerability has been discovered in the static file serving component of LiteStar. This vulnerability allows attackers to exploit path traversal flaws, enabling unauthorized access to sensitive files outside the designated directories. Such access can lead to the disclosure of sensitive information or potentially compromise the server. DetailsThe vulnerability is located in the file path handling mechanism within the static content serving function, specifically at line 70 in The function fails to properly validate the destination file path derived from user input, thereby permitting directory traversal. The critical code segment is as follows:
Given the variables:
The function outputs '/Users/brian/sandbox/test_vuln/static', incorrectly assuming it is confined to the static directory. This incorrect validation facilitates directory traversal, exposing the system to potential unauthorized access and manipulation. Proof of Concept (PoC)To reproduce this vulnerability, follow these steps:
ImpactThis Local File Inclusion vulnerability critically affects all instances of LiteStar where the server has been configured to serve static files. By exploiting this vulnerability, unauthorized attackers can gain read access to any file that the server process has permission to access. Here are the specific impacts:
Here's the revised Mitigation Suggestion section for your vulnerability report, focusing on items 1 and 2, and including a reference to a similar implementation in another project: Mitigation SuggestionTo effectively address the Local File Inclusion vulnerability via path traversal identified in the LiteStar application, it is essential to implement robust input validation and sanitization mechanisms. Below are specific strategies focused on managing user inputs and ensuring secure file path handling:
CommentsNaming Convention:
Feature Additions and Changes:
Affected versions
1.37.0
1.38.0
1.39.0
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
+ 24 more Show less
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
Fixed in
1.51.16
References
Updated Jul 13, 2026 · Source: OSV.dev
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev
CVE-2023-25578
GHSA-p24m-863f-fm6q
PYSEC-2023-49
Feb 15, 2023
Denial of service vulnerability when parsing multipart request body
High
Network
Low
None
None
SummaryThe request body parsing in DetailsThe multipart body parser processes an unlimited number of file parts. The multipart body parser processes an unlimited number of field parts. ImpactThis is a remote, potentially unauthenticated Denial of Service vulnerability. This vulnerability affects applications with a request handler that accepts
a The large amount of CPU time required for processing requests can block all available worker processes and significantly delay or slow down the processing of legitimate user requests. The large amount of RAM accumulated while processing requests can lead to Out-Of-Memory kills. Complete DoS is achievable by sending many concurrent multipart requests in a loop. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 115 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
Fixed in
1.51.2
References
Updated Feb 04, 2026 · Source: OSV.dev | ||
1.45.0
minor
3 CVEs
CVE-2024-32982
PYSEC-2026-1552
GHSA-83pv-qr33-2vcf
PYSEC-2026-2605
Jul 07, 2026
Litestar and Starlite vulnerable to Path Traversal
8.2
/ 10
High
Network
Low
None
None
Unchanged
High
Low
None
SummaryLocal File Inclusion via Path Traversal in LiteStar Static File Serving A Local File Inclusion (LFI) vulnerability has been discovered in the static file serving component of LiteStar. This vulnerability allows attackers to exploit path traversal flaws, enabling unauthorized access to sensitive files outside the designated directories. Such access can lead to the disclosure of sensitive information or potentially compromise the server. DetailsThe vulnerability is located in the file path handling mechanism within the static content serving function, specifically at line 70 in The function fails to properly validate the destination file path derived from user input, thereby permitting directory traversal. The critical code segment is as follows:
Given the variables:
The function outputs '/Users/brian/sandbox/test_vuln/static', incorrectly assuming it is confined to the static directory. This incorrect validation facilitates directory traversal, exposing the system to potential unauthorized access and manipulation. Proof of Concept (PoC)To reproduce this vulnerability, follow these steps:
ImpactThis Local File Inclusion vulnerability critically affects all instances of LiteStar where the server has been configured to serve static files. By exploiting this vulnerability, unauthorized attackers can gain read access to any file that the server process has permission to access. Here are the specific impacts:
Here's the revised Mitigation Suggestion section for your vulnerability report, focusing on items 1 and 2, and including a reference to a similar implementation in another project: Mitigation SuggestionTo effectively address the Local File Inclusion vulnerability via path traversal identified in the LiteStar application, it is essential to implement robust input validation and sanitization mechanisms. Below are specific strategies focused on managing user inputs and ensuring secure file path handling:
CommentsNaming Convention:
Feature Additions and Changes:
Affected versions
1.37.0
1.38.0
1.39.0
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
+ 24 more Show less
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
Fixed in
1.51.16
References
Updated Jul 13, 2026 · Source: OSV.dev
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev
CVE-2023-25578
GHSA-p24m-863f-fm6q
PYSEC-2023-49
Feb 15, 2023
Denial of service vulnerability when parsing multipart request body
High
Network
Low
None
None
SummaryThe request body parsing in DetailsThe multipart body parser processes an unlimited number of file parts. The multipart body parser processes an unlimited number of field parts. ImpactThis is a remote, potentially unauthenticated Denial of Service vulnerability. This vulnerability affects applications with a request handler that accepts
a The large amount of CPU time required for processing requests can block all available worker processes and significantly delay or slow down the processing of legitimate user requests. The large amount of RAM accumulated while processing requests can lead to Out-Of-Memory kills. Complete DoS is achievable by sending many concurrent multipart requests in a loop. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 115 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
Fixed in
1.51.2
References
Updated Feb 04, 2026 · Source: OSV.dev | ||
1.44.0
minor
3 CVEs
CVE-2024-32982
PYSEC-2026-1552
GHSA-83pv-qr33-2vcf
PYSEC-2026-2605
Jul 07, 2026
Litestar and Starlite vulnerable to Path Traversal
8.2
/ 10
High
Network
Low
None
None
Unchanged
High
Low
None
SummaryLocal File Inclusion via Path Traversal in LiteStar Static File Serving A Local File Inclusion (LFI) vulnerability has been discovered in the static file serving component of LiteStar. This vulnerability allows attackers to exploit path traversal flaws, enabling unauthorized access to sensitive files outside the designated directories. Such access can lead to the disclosure of sensitive information or potentially compromise the server. DetailsThe vulnerability is located in the file path handling mechanism within the static content serving function, specifically at line 70 in The function fails to properly validate the destination file path derived from user input, thereby permitting directory traversal. The critical code segment is as follows:
Given the variables:
The function outputs '/Users/brian/sandbox/test_vuln/static', incorrectly assuming it is confined to the static directory. This incorrect validation facilitates directory traversal, exposing the system to potential unauthorized access and manipulation. Proof of Concept (PoC)To reproduce this vulnerability, follow these steps:
ImpactThis Local File Inclusion vulnerability critically affects all instances of LiteStar where the server has been configured to serve static files. By exploiting this vulnerability, unauthorized attackers can gain read access to any file that the server process has permission to access. Here are the specific impacts:
Here's the revised Mitigation Suggestion section for your vulnerability report, focusing on items 1 and 2, and including a reference to a similar implementation in another project: Mitigation SuggestionTo effectively address the Local File Inclusion vulnerability via path traversal identified in the LiteStar application, it is essential to implement robust input validation and sanitization mechanisms. Below are specific strategies focused on managing user inputs and ensuring secure file path handling:
CommentsNaming Convention:
Feature Additions and Changes:
Affected versions
1.37.0
1.38.0
1.39.0
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
+ 24 more Show less
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
Fixed in
1.51.16
References
Updated Jul 13, 2026 · Source: OSV.dev
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev
CVE-2023-25578
GHSA-p24m-863f-fm6q
PYSEC-2023-49
Feb 15, 2023
Denial of service vulnerability when parsing multipart request body
High
Network
Low
None
None
SummaryThe request body parsing in DetailsThe multipart body parser processes an unlimited number of file parts. The multipart body parser processes an unlimited number of field parts. ImpactThis is a remote, potentially unauthenticated Denial of Service vulnerability. This vulnerability affects applications with a request handler that accepts
a The large amount of CPU time required for processing requests can block all available worker processes and significantly delay or slow down the processing of legitimate user requests. The large amount of RAM accumulated while processing requests can lead to Out-Of-Memory kills. Complete DoS is achievable by sending many concurrent multipart requests in a loop. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 115 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
Fixed in
1.51.2
References
Updated Feb 04, 2026 · Source: OSV.dev | ||
1.43.1
patch
3 CVEs
CVE-2024-32982
PYSEC-2026-1552
GHSA-83pv-qr33-2vcf
PYSEC-2026-2605
Jul 07, 2026
Litestar and Starlite vulnerable to Path Traversal
8.2
/ 10
High
Network
Low
None
None
Unchanged
High
Low
None
SummaryLocal File Inclusion via Path Traversal in LiteStar Static File Serving A Local File Inclusion (LFI) vulnerability has been discovered in the static file serving component of LiteStar. This vulnerability allows attackers to exploit path traversal flaws, enabling unauthorized access to sensitive files outside the designated directories. Such access can lead to the disclosure of sensitive information or potentially compromise the server. DetailsThe vulnerability is located in the file path handling mechanism within the static content serving function, specifically at line 70 in The function fails to properly validate the destination file path derived from user input, thereby permitting directory traversal. The critical code segment is as follows:
Given the variables:
The function outputs '/Users/brian/sandbox/test_vuln/static', incorrectly assuming it is confined to the static directory. This incorrect validation facilitates directory traversal, exposing the system to potential unauthorized access and manipulation. Proof of Concept (PoC)To reproduce this vulnerability, follow these steps:
ImpactThis Local File Inclusion vulnerability critically affects all instances of LiteStar where the server has been configured to serve static files. By exploiting this vulnerability, unauthorized attackers can gain read access to any file that the server process has permission to access. Here are the specific impacts:
Here's the revised Mitigation Suggestion section for your vulnerability report, focusing on items 1 and 2, and including a reference to a similar implementation in another project: Mitigation SuggestionTo effectively address the Local File Inclusion vulnerability via path traversal identified in the LiteStar application, it is essential to implement robust input validation and sanitization mechanisms. Below are specific strategies focused on managing user inputs and ensuring secure file path handling:
CommentsNaming Convention:
Feature Additions and Changes:
Affected versions
1.37.0
1.38.0
1.39.0
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
+ 24 more Show less
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
Fixed in
1.51.16
References
Updated Jul 13, 2026 · Source: OSV.dev
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev
CVE-2023-25578
GHSA-p24m-863f-fm6q
PYSEC-2023-49
Feb 15, 2023
Denial of service vulnerability when parsing multipart request body
High
Network
Low
None
None
SummaryThe request body parsing in DetailsThe multipart body parser processes an unlimited number of file parts. The multipart body parser processes an unlimited number of field parts. ImpactThis is a remote, potentially unauthenticated Denial of Service vulnerability. This vulnerability affects applications with a request handler that accepts
a The large amount of CPU time required for processing requests can block all available worker processes and significantly delay or slow down the processing of legitimate user requests. The large amount of RAM accumulated while processing requests can lead to Out-Of-Memory kills. Complete DoS is achievable by sending many concurrent multipart requests in a loop. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 115 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
Fixed in
1.51.2
References
Updated Feb 04, 2026 · Source: OSV.dev | ||
1.43.0
minor
3 CVEs
CVE-2024-32982
PYSEC-2026-1552
GHSA-83pv-qr33-2vcf
PYSEC-2026-2605
Jul 07, 2026
Litestar and Starlite vulnerable to Path Traversal
8.2
/ 10
High
Network
Low
None
None
Unchanged
High
Low
None
SummaryLocal File Inclusion via Path Traversal in LiteStar Static File Serving A Local File Inclusion (LFI) vulnerability has been discovered in the static file serving component of LiteStar. This vulnerability allows attackers to exploit path traversal flaws, enabling unauthorized access to sensitive files outside the designated directories. Such access can lead to the disclosure of sensitive information or potentially compromise the server. DetailsThe vulnerability is located in the file path handling mechanism within the static content serving function, specifically at line 70 in The function fails to properly validate the destination file path derived from user input, thereby permitting directory traversal. The critical code segment is as follows:
Given the variables:
The function outputs '/Users/brian/sandbox/test_vuln/static', incorrectly assuming it is confined to the static directory. This incorrect validation facilitates directory traversal, exposing the system to potential unauthorized access and manipulation. Proof of Concept (PoC)To reproduce this vulnerability, follow these steps:
ImpactThis Local File Inclusion vulnerability critically affects all instances of LiteStar where the server has been configured to serve static files. By exploiting this vulnerability, unauthorized attackers can gain read access to any file that the server process has permission to access. Here are the specific impacts:
Here's the revised Mitigation Suggestion section for your vulnerability report, focusing on items 1 and 2, and including a reference to a similar implementation in another project: Mitigation SuggestionTo effectively address the Local File Inclusion vulnerability via path traversal identified in the LiteStar application, it is essential to implement robust input validation and sanitization mechanisms. Below are specific strategies focused on managing user inputs and ensuring secure file path handling:
CommentsNaming Convention:
Feature Additions and Changes:
Affected versions
1.37.0
1.38.0
1.39.0
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
+ 24 more Show less
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
Fixed in
1.51.16
References
Updated Jul 13, 2026 · Source: OSV.dev
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev
CVE-2023-25578
GHSA-p24m-863f-fm6q
PYSEC-2023-49
Feb 15, 2023
Denial of service vulnerability when parsing multipart request body
High
Network
Low
None
None
SummaryThe request body parsing in DetailsThe multipart body parser processes an unlimited number of file parts. The multipart body parser processes an unlimited number of field parts. ImpactThis is a remote, potentially unauthenticated Denial of Service vulnerability. This vulnerability affects applications with a request handler that accepts
a The large amount of CPU time required for processing requests can block all available worker processes and significantly delay or slow down the processing of legitimate user requests. The large amount of RAM accumulated while processing requests can lead to Out-Of-Memory kills. Complete DoS is achievable by sending many concurrent multipart requests in a loop. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 115 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
Fixed in
1.51.2
References
Updated Feb 04, 2026 · Source: OSV.dev | ||
1.42.0
minor
3 CVEs
CVE-2024-32982
PYSEC-2026-1552
GHSA-83pv-qr33-2vcf
PYSEC-2026-2605
Jul 07, 2026
Litestar and Starlite vulnerable to Path Traversal
8.2
/ 10
High
Network
Low
None
None
Unchanged
High
Low
None
SummaryLocal File Inclusion via Path Traversal in LiteStar Static File Serving A Local File Inclusion (LFI) vulnerability has been discovered in the static file serving component of LiteStar. This vulnerability allows attackers to exploit path traversal flaws, enabling unauthorized access to sensitive files outside the designated directories. Such access can lead to the disclosure of sensitive information or potentially compromise the server. DetailsThe vulnerability is located in the file path handling mechanism within the static content serving function, specifically at line 70 in The function fails to properly validate the destination file path derived from user input, thereby permitting directory traversal. The critical code segment is as follows:
Given the variables:
The function outputs '/Users/brian/sandbox/test_vuln/static', incorrectly assuming it is confined to the static directory. This incorrect validation facilitates directory traversal, exposing the system to potential unauthorized access and manipulation. Proof of Concept (PoC)To reproduce this vulnerability, follow these steps:
ImpactThis Local File Inclusion vulnerability critically affects all instances of LiteStar where the server has been configured to serve static files. By exploiting this vulnerability, unauthorized attackers can gain read access to any file that the server process has permission to access. Here are the specific impacts:
Here's the revised Mitigation Suggestion section for your vulnerability report, focusing on items 1 and 2, and including a reference to a similar implementation in another project: Mitigation SuggestionTo effectively address the Local File Inclusion vulnerability via path traversal identified in the LiteStar application, it is essential to implement robust input validation and sanitization mechanisms. Below are specific strategies focused on managing user inputs and ensuring secure file path handling:
CommentsNaming Convention:
Feature Additions and Changes:
Affected versions
1.37.0
1.38.0
1.39.0
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
+ 24 more Show less
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
Fixed in
1.51.16
References
Updated Jul 13, 2026 · Source: OSV.dev
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev
CVE-2023-25578
GHSA-p24m-863f-fm6q
PYSEC-2023-49
Feb 15, 2023
Denial of service vulnerability when parsing multipart request body
High
Network
Low
None
None
SummaryThe request body parsing in DetailsThe multipart body parser processes an unlimited number of file parts. The multipart body parser processes an unlimited number of field parts. ImpactThis is a remote, potentially unauthenticated Denial of Service vulnerability. This vulnerability affects applications with a request handler that accepts
a The large amount of CPU time required for processing requests can block all available worker processes and significantly delay or slow down the processing of legitimate user requests. The large amount of RAM accumulated while processing requests can lead to Out-Of-Memory kills. Complete DoS is achievable by sending many concurrent multipart requests in a loop. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 115 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
Fixed in
1.51.2
References
Updated Feb 04, 2026 · Source: OSV.dev | ||
1.41.0
minor
3 CVEs
CVE-2024-32982
PYSEC-2026-1552
GHSA-83pv-qr33-2vcf
PYSEC-2026-2605
Jul 07, 2026
Litestar and Starlite vulnerable to Path Traversal
8.2
/ 10
High
Network
Low
None
None
Unchanged
High
Low
None
SummaryLocal File Inclusion via Path Traversal in LiteStar Static File Serving A Local File Inclusion (LFI) vulnerability has been discovered in the static file serving component of LiteStar. This vulnerability allows attackers to exploit path traversal flaws, enabling unauthorized access to sensitive files outside the designated directories. Such access can lead to the disclosure of sensitive information or potentially compromise the server. DetailsThe vulnerability is located in the file path handling mechanism within the static content serving function, specifically at line 70 in The function fails to properly validate the destination file path derived from user input, thereby permitting directory traversal. The critical code segment is as follows:
Given the variables:
The function outputs '/Users/brian/sandbox/test_vuln/static', incorrectly assuming it is confined to the static directory. This incorrect validation facilitates directory traversal, exposing the system to potential unauthorized access and manipulation. Proof of Concept (PoC)To reproduce this vulnerability, follow these steps:
ImpactThis Local File Inclusion vulnerability critically affects all instances of LiteStar where the server has been configured to serve static files. By exploiting this vulnerability, unauthorized attackers can gain read access to any file that the server process has permission to access. Here are the specific impacts:
Here's the revised Mitigation Suggestion section for your vulnerability report, focusing on items 1 and 2, and including a reference to a similar implementation in another project: Mitigation SuggestionTo effectively address the Local File Inclusion vulnerability via path traversal identified in the LiteStar application, it is essential to implement robust input validation and sanitization mechanisms. Below are specific strategies focused on managing user inputs and ensuring secure file path handling:
CommentsNaming Convention:
Feature Additions and Changes:
Affected versions
1.37.0
1.38.0
1.39.0
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
+ 24 more Show less
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
Fixed in
1.51.16
References
Updated Jul 13, 2026 · Source: OSV.dev
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev
CVE-2023-25578
GHSA-p24m-863f-fm6q
PYSEC-2023-49
Feb 15, 2023
Denial of service vulnerability when parsing multipart request body
High
Network
Low
None
None
SummaryThe request body parsing in DetailsThe multipart body parser processes an unlimited number of file parts. The multipart body parser processes an unlimited number of field parts. ImpactThis is a remote, potentially unauthenticated Denial of Service vulnerability. This vulnerability affects applications with a request handler that accepts
a The large amount of CPU time required for processing requests can block all available worker processes and significantly delay or slow down the processing of legitimate user requests. The large amount of RAM accumulated while processing requests can lead to Out-Of-Memory kills. Complete DoS is achievable by sending many concurrent multipart requests in a loop. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 115 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
Fixed in
1.51.2
References
Updated Feb 04, 2026 · Source: OSV.dev | ||
1.40.1
patch
3 CVEs
CVE-2024-32982
PYSEC-2026-1552
GHSA-83pv-qr33-2vcf
PYSEC-2026-2605
Jul 07, 2026
Litestar and Starlite vulnerable to Path Traversal
8.2
/ 10
High
Network
Low
None
None
Unchanged
High
Low
None
SummaryLocal File Inclusion via Path Traversal in LiteStar Static File Serving A Local File Inclusion (LFI) vulnerability has been discovered in the static file serving component of LiteStar. This vulnerability allows attackers to exploit path traversal flaws, enabling unauthorized access to sensitive files outside the designated directories. Such access can lead to the disclosure of sensitive information or potentially compromise the server. DetailsThe vulnerability is located in the file path handling mechanism within the static content serving function, specifically at line 70 in The function fails to properly validate the destination file path derived from user input, thereby permitting directory traversal. The critical code segment is as follows:
Given the variables:
The function outputs '/Users/brian/sandbox/test_vuln/static', incorrectly assuming it is confined to the static directory. This incorrect validation facilitates directory traversal, exposing the system to potential unauthorized access and manipulation. Proof of Concept (PoC)To reproduce this vulnerability, follow these steps:
ImpactThis Local File Inclusion vulnerability critically affects all instances of LiteStar where the server has been configured to serve static files. By exploiting this vulnerability, unauthorized attackers can gain read access to any file that the server process has permission to access. Here are the specific impacts:
Here's the revised Mitigation Suggestion section for your vulnerability report, focusing on items 1 and 2, and including a reference to a similar implementation in another project: Mitigation SuggestionTo effectively address the Local File Inclusion vulnerability via path traversal identified in the LiteStar application, it is essential to implement robust input validation and sanitization mechanisms. Below are specific strategies focused on managing user inputs and ensuring secure file path handling:
CommentsNaming Convention:
Feature Additions and Changes:
Affected versions
1.37.0
1.38.0
1.39.0
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
+ 24 more Show less
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
Fixed in
1.51.16
References
Updated Jul 13, 2026 · Source: OSV.dev
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev
CVE-2023-25578
GHSA-p24m-863f-fm6q
PYSEC-2023-49
Feb 15, 2023
Denial of service vulnerability when parsing multipart request body
High
Network
Low
None
None
SummaryThe request body parsing in DetailsThe multipart body parser processes an unlimited number of file parts. The multipart body parser processes an unlimited number of field parts. ImpactThis is a remote, potentially unauthenticated Denial of Service vulnerability. This vulnerability affects applications with a request handler that accepts
a The large amount of CPU time required for processing requests can block all available worker processes and significantly delay or slow down the processing of legitimate user requests. The large amount of RAM accumulated while processing requests can lead to Out-Of-Memory kills. Complete DoS is achievable by sending many concurrent multipart requests in a loop. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 115 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
Fixed in
1.51.2
References
Updated Feb 04, 2026 · Source: OSV.dev | ||
1.40.0
minor
3 CVEs
CVE-2024-32982
PYSEC-2026-1552
GHSA-83pv-qr33-2vcf
PYSEC-2026-2605
Jul 07, 2026
Litestar and Starlite vulnerable to Path Traversal
8.2
/ 10
High
Network
Low
None
None
Unchanged
High
Low
None
SummaryLocal File Inclusion via Path Traversal in LiteStar Static File Serving A Local File Inclusion (LFI) vulnerability has been discovered in the static file serving component of LiteStar. This vulnerability allows attackers to exploit path traversal flaws, enabling unauthorized access to sensitive files outside the designated directories. Such access can lead to the disclosure of sensitive information or potentially compromise the server. DetailsThe vulnerability is located in the file path handling mechanism within the static content serving function, specifically at line 70 in The function fails to properly validate the destination file path derived from user input, thereby permitting directory traversal. The critical code segment is as follows:
Given the variables:
The function outputs '/Users/brian/sandbox/test_vuln/static', incorrectly assuming it is confined to the static directory. This incorrect validation facilitates directory traversal, exposing the system to potential unauthorized access and manipulation. Proof of Concept (PoC)To reproduce this vulnerability, follow these steps:
ImpactThis Local File Inclusion vulnerability critically affects all instances of LiteStar where the server has been configured to serve static files. By exploiting this vulnerability, unauthorized attackers can gain read access to any file that the server process has permission to access. Here are the specific impacts:
Here's the revised Mitigation Suggestion section for your vulnerability report, focusing on items 1 and 2, and including a reference to a similar implementation in another project: Mitigation SuggestionTo effectively address the Local File Inclusion vulnerability via path traversal identified in the LiteStar application, it is essential to implement robust input validation and sanitization mechanisms. Below are specific strategies focused on managing user inputs and ensuring secure file path handling:
CommentsNaming Convention:
Feature Additions and Changes:
Affected versions
1.37.0
1.38.0
1.39.0
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
+ 24 more Show less
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
Fixed in
1.51.16
References
Updated Jul 13, 2026 · Source: OSV.dev
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev
CVE-2023-25578
GHSA-p24m-863f-fm6q
PYSEC-2023-49
Feb 15, 2023
Denial of service vulnerability when parsing multipart request body
High
Network
Low
None
None
SummaryThe request body parsing in DetailsThe multipart body parser processes an unlimited number of file parts. The multipart body parser processes an unlimited number of field parts. ImpactThis is a remote, potentially unauthenticated Denial of Service vulnerability. This vulnerability affects applications with a request handler that accepts
a The large amount of CPU time required for processing requests can block all available worker processes and significantly delay or slow down the processing of legitimate user requests. The large amount of RAM accumulated while processing requests can lead to Out-Of-Memory kills. Complete DoS is achievable by sending many concurrent multipart requests in a loop. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 115 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
Fixed in
1.51.2
References
Updated Feb 04, 2026 · Source: OSV.dev | ||
1.39.0
minor
3 CVEs
CVE-2024-32982
PYSEC-2026-1552
GHSA-83pv-qr33-2vcf
PYSEC-2026-2605
Jul 07, 2026
Litestar and Starlite vulnerable to Path Traversal
8.2
/ 10
High
Network
Low
None
None
Unchanged
High
Low
None
SummaryLocal File Inclusion via Path Traversal in LiteStar Static File Serving A Local File Inclusion (LFI) vulnerability has been discovered in the static file serving component of LiteStar. This vulnerability allows attackers to exploit path traversal flaws, enabling unauthorized access to sensitive files outside the designated directories. Such access can lead to the disclosure of sensitive information or potentially compromise the server. DetailsThe vulnerability is located in the file path handling mechanism within the static content serving function, specifically at line 70 in The function fails to properly validate the destination file path derived from user input, thereby permitting directory traversal. The critical code segment is as follows:
Given the variables:
The function outputs '/Users/brian/sandbox/test_vuln/static', incorrectly assuming it is confined to the static directory. This incorrect validation facilitates directory traversal, exposing the system to potential unauthorized access and manipulation. Proof of Concept (PoC)To reproduce this vulnerability, follow these steps:
ImpactThis Local File Inclusion vulnerability critically affects all instances of LiteStar where the server has been configured to serve static files. By exploiting this vulnerability, unauthorized attackers can gain read access to any file that the server process has permission to access. Here are the specific impacts:
Here's the revised Mitigation Suggestion section for your vulnerability report, focusing on items 1 and 2, and including a reference to a similar implementation in another project: Mitigation SuggestionTo effectively address the Local File Inclusion vulnerability via path traversal identified in the LiteStar application, it is essential to implement robust input validation and sanitization mechanisms. Below are specific strategies focused on managing user inputs and ensuring secure file path handling:
CommentsNaming Convention:
Feature Additions and Changes:
Affected versions
1.37.0
1.38.0
1.39.0
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
+ 24 more Show less
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
Fixed in
1.51.16
References
Updated Jul 13, 2026 · Source: OSV.dev
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev
CVE-2023-25578
GHSA-p24m-863f-fm6q
PYSEC-2023-49
Feb 15, 2023
Denial of service vulnerability when parsing multipart request body
High
Network
Low
None
None
SummaryThe request body parsing in DetailsThe multipart body parser processes an unlimited number of file parts. The multipart body parser processes an unlimited number of field parts. ImpactThis is a remote, potentially unauthenticated Denial of Service vulnerability. This vulnerability affects applications with a request handler that accepts
a The large amount of CPU time required for processing requests can block all available worker processes and significantly delay or slow down the processing of legitimate user requests. The large amount of RAM accumulated while processing requests can lead to Out-Of-Memory kills. Complete DoS is achievable by sending many concurrent multipart requests in a loop. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 115 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
Fixed in
1.51.2
References
Updated Feb 04, 2026 · Source: OSV.dev | ||
1.38.0
minor
3 CVEs
CVE-2024-32982
PYSEC-2026-1552
GHSA-83pv-qr33-2vcf
PYSEC-2026-2605
Jul 07, 2026
Litestar and Starlite vulnerable to Path Traversal
8.2
/ 10
High
Network
Low
None
None
Unchanged
High
Low
None
SummaryLocal File Inclusion via Path Traversal in LiteStar Static File Serving A Local File Inclusion (LFI) vulnerability has been discovered in the static file serving component of LiteStar. This vulnerability allows attackers to exploit path traversal flaws, enabling unauthorized access to sensitive files outside the designated directories. Such access can lead to the disclosure of sensitive information or potentially compromise the server. DetailsThe vulnerability is located in the file path handling mechanism within the static content serving function, specifically at line 70 in The function fails to properly validate the destination file path derived from user input, thereby permitting directory traversal. The critical code segment is as follows:
Given the variables:
The function outputs '/Users/brian/sandbox/test_vuln/static', incorrectly assuming it is confined to the static directory. This incorrect validation facilitates directory traversal, exposing the system to potential unauthorized access and manipulation. Proof of Concept (PoC)To reproduce this vulnerability, follow these steps:
ImpactThis Local File Inclusion vulnerability critically affects all instances of LiteStar where the server has been configured to serve static files. By exploiting this vulnerability, unauthorized attackers can gain read access to any file that the server process has permission to access. Here are the specific impacts:
Here's the revised Mitigation Suggestion section for your vulnerability report, focusing on items 1 and 2, and including a reference to a similar implementation in another project: Mitigation SuggestionTo effectively address the Local File Inclusion vulnerability via path traversal identified in the LiteStar application, it is essential to implement robust input validation and sanitization mechanisms. Below are specific strategies focused on managing user inputs and ensuring secure file path handling:
CommentsNaming Convention:
Feature Additions and Changes:
Affected versions
1.37.0
1.38.0
1.39.0
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
+ 24 more Show less
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
Fixed in
1.51.16
References
Updated Jul 13, 2026 · Source: OSV.dev
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev
CVE-2023-25578
GHSA-p24m-863f-fm6q
PYSEC-2023-49
Feb 15, 2023
Denial of service vulnerability when parsing multipart request body
High
Network
Low
None
None
SummaryThe request body parsing in DetailsThe multipart body parser processes an unlimited number of file parts. The multipart body parser processes an unlimited number of field parts. ImpactThis is a remote, potentially unauthenticated Denial of Service vulnerability. This vulnerability affects applications with a request handler that accepts
a The large amount of CPU time required for processing requests can block all available worker processes and significantly delay or slow down the processing of legitimate user requests. The large amount of RAM accumulated while processing requests can lead to Out-Of-Memory kills. Complete DoS is achievable by sending many concurrent multipart requests in a loop. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 115 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
Fixed in
1.51.2
References
Updated Feb 04, 2026 · Source: OSV.dev | ||
1.37.0
minor
3 CVEs
CVE-2024-32982
PYSEC-2026-1552
GHSA-83pv-qr33-2vcf
PYSEC-2026-2605
Jul 07, 2026
Litestar and Starlite vulnerable to Path Traversal
8.2
/ 10
High
Network
Low
None
None
Unchanged
High
Low
None
SummaryLocal File Inclusion via Path Traversal in LiteStar Static File Serving A Local File Inclusion (LFI) vulnerability has been discovered in the static file serving component of LiteStar. This vulnerability allows attackers to exploit path traversal flaws, enabling unauthorized access to sensitive files outside the designated directories. Such access can lead to the disclosure of sensitive information or potentially compromise the server. DetailsThe vulnerability is located in the file path handling mechanism within the static content serving function, specifically at line 70 in The function fails to properly validate the destination file path derived from user input, thereby permitting directory traversal. The critical code segment is as follows:
Given the variables:
The function outputs '/Users/brian/sandbox/test_vuln/static', incorrectly assuming it is confined to the static directory. This incorrect validation facilitates directory traversal, exposing the system to potential unauthorized access and manipulation. Proof of Concept (PoC)To reproduce this vulnerability, follow these steps:
ImpactThis Local File Inclusion vulnerability critically affects all instances of LiteStar where the server has been configured to serve static files. By exploiting this vulnerability, unauthorized attackers can gain read access to any file that the server process has permission to access. Here are the specific impacts:
Here's the revised Mitigation Suggestion section for your vulnerability report, focusing on items 1 and 2, and including a reference to a similar implementation in another project: Mitigation SuggestionTo effectively address the Local File Inclusion vulnerability via path traversal identified in the LiteStar application, it is essential to implement robust input validation and sanitization mechanisms. Below are specific strategies focused on managing user inputs and ensuring secure file path handling:
CommentsNaming Convention:
Feature Additions and Changes:
Affected versions
1.37.0
1.38.0
1.39.0
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
+ 24 more Show less
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
Fixed in
1.51.16
References
Updated Jul 13, 2026 · Source: OSV.dev
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev
CVE-2023-25578
GHSA-p24m-863f-fm6q
PYSEC-2023-49
Feb 15, 2023
Denial of service vulnerability when parsing multipart request body
High
Network
Low
None
None
SummaryThe request body parsing in DetailsThe multipart body parser processes an unlimited number of file parts. The multipart body parser processes an unlimited number of field parts. ImpactThis is a remote, potentially unauthenticated Denial of Service vulnerability. This vulnerability affects applications with a request handler that accepts
a The large amount of CPU time required for processing requests can block all available worker processes and significantly delay or slow down the processing of legitimate user requests. The large amount of RAM accumulated while processing requests can lead to Out-Of-Memory kills. Complete DoS is achievable by sending many concurrent multipart requests in a loop. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 115 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
Fixed in
1.51.2
References
Updated Feb 04, 2026 · Source: OSV.dev | ||
1.36.0
minor
2 CVEs
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev
CVE-2023-25578
GHSA-p24m-863f-fm6q
PYSEC-2023-49
Feb 15, 2023
Denial of service vulnerability when parsing multipart request body
High
Network
Low
None
None
SummaryThe request body parsing in DetailsThe multipart body parser processes an unlimited number of file parts. The multipart body parser processes an unlimited number of field parts. ImpactThis is a remote, potentially unauthenticated Denial of Service vulnerability. This vulnerability affects applications with a request handler that accepts
a The large amount of CPU time required for processing requests can block all available worker processes and significantly delay or slow down the processing of legitimate user requests. The large amount of RAM accumulated while processing requests can lead to Out-Of-Memory kills. Complete DoS is achievable by sending many concurrent multipart requests in a loop. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 115 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
Fixed in
1.51.2
References
Updated Feb 04, 2026 · Source: OSV.dev | ||
1.35.1
patch
2 CVEs
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev
CVE-2023-25578
GHSA-p24m-863f-fm6q
PYSEC-2023-49
Feb 15, 2023
Denial of service vulnerability when parsing multipart request body
High
Network
Low
None
None
SummaryThe request body parsing in DetailsThe multipart body parser processes an unlimited number of file parts. The multipart body parser processes an unlimited number of field parts. ImpactThis is a remote, potentially unauthenticated Denial of Service vulnerability. This vulnerability affects applications with a request handler that accepts
a The large amount of CPU time required for processing requests can block all available worker processes and significantly delay or slow down the processing of legitimate user requests. The large amount of RAM accumulated while processing requests can lead to Out-Of-Memory kills. Complete DoS is achievable by sending many concurrent multipart requests in a loop. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 115 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
Fixed in
1.51.2
References
Updated Feb 04, 2026 · Source: OSV.dev | ||
1.35.0
minor
2 CVEs
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev
CVE-2023-25578
GHSA-p24m-863f-fm6q
PYSEC-2023-49
Feb 15, 2023
Denial of service vulnerability when parsing multipart request body
High
Network
Low
None
None
SummaryThe request body parsing in DetailsThe multipart body parser processes an unlimited number of file parts. The multipart body parser processes an unlimited number of field parts. ImpactThis is a remote, potentially unauthenticated Denial of Service vulnerability. This vulnerability affects applications with a request handler that accepts
a The large amount of CPU time required for processing requests can block all available worker processes and significantly delay or slow down the processing of legitimate user requests. The large amount of RAM accumulated while processing requests can lead to Out-Of-Memory kills. Complete DoS is achievable by sending many concurrent multipart requests in a loop. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 115 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
Fixed in
1.51.2
References
Updated Feb 04, 2026 · Source: OSV.dev | ||
1.34.0
minor
2 CVEs
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev
CVE-2023-25578
GHSA-p24m-863f-fm6q
PYSEC-2023-49
Feb 15, 2023
Denial of service vulnerability when parsing multipart request body
High
Network
Low
None
None
SummaryThe request body parsing in DetailsThe multipart body parser processes an unlimited number of file parts. The multipart body parser processes an unlimited number of field parts. ImpactThis is a remote, potentially unauthenticated Denial of Service vulnerability. This vulnerability affects applications with a request handler that accepts
a The large amount of CPU time required for processing requests can block all available worker processes and significantly delay or slow down the processing of legitimate user requests. The large amount of RAM accumulated while processing requests can lead to Out-Of-Memory kills. Complete DoS is achievable by sending many concurrent multipart requests in a loop. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 115 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
Fixed in
1.51.2
References
Updated Feb 04, 2026 · Source: OSV.dev | ||
1.33.0
minor
2 CVEs
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev
CVE-2023-25578
GHSA-p24m-863f-fm6q
PYSEC-2023-49
Feb 15, 2023
Denial of service vulnerability when parsing multipart request body
High
Network
Low
None
None
SummaryThe request body parsing in DetailsThe multipart body parser processes an unlimited number of file parts. The multipart body parser processes an unlimited number of field parts. ImpactThis is a remote, potentially unauthenticated Denial of Service vulnerability. This vulnerability affects applications with a request handler that accepts
a The large amount of CPU time required for processing requests can block all available worker processes and significantly delay or slow down the processing of legitimate user requests. The large amount of RAM accumulated while processing requests can lead to Out-Of-Memory kills. Complete DoS is achievable by sending many concurrent multipart requests in a loop. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 115 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
Fixed in
1.51.2
References
Updated Feb 04, 2026 · Source: OSV.dev | ||
1.32.0
minor
2 CVEs
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev
CVE-2023-25578
GHSA-p24m-863f-fm6q
PYSEC-2023-49
Feb 15, 2023
Denial of service vulnerability when parsing multipart request body
High
Network
Low
None
None
SummaryThe request body parsing in DetailsThe multipart body parser processes an unlimited number of file parts. The multipart body parser processes an unlimited number of field parts. ImpactThis is a remote, potentially unauthenticated Denial of Service vulnerability. This vulnerability affects applications with a request handler that accepts
a The large amount of CPU time required for processing requests can block all available worker processes and significantly delay or slow down the processing of legitimate user requests. The large amount of RAM accumulated while processing requests can lead to Out-Of-Memory kills. Complete DoS is achievable by sending many concurrent multipart requests in a loop. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 115 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
Fixed in
1.51.2
References
Updated Feb 04, 2026 · Source: OSV.dev | ||
1.31.0
minor
2 CVEs
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev
CVE-2023-25578
GHSA-p24m-863f-fm6q
PYSEC-2023-49
Feb 15, 2023
Denial of service vulnerability when parsing multipart request body
High
Network
Low
None
None
SummaryThe request body parsing in DetailsThe multipart body parser processes an unlimited number of file parts. The multipart body parser processes an unlimited number of field parts. ImpactThis is a remote, potentially unauthenticated Denial of Service vulnerability. This vulnerability affects applications with a request handler that accepts
a The large amount of CPU time required for processing requests can block all available worker processes and significantly delay or slow down the processing of legitimate user requests. The large amount of RAM accumulated while processing requests can lead to Out-Of-Memory kills. Complete DoS is achievable by sending many concurrent multipart requests in a loop. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 115 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
Fixed in
1.51.2
References
Updated Feb 04, 2026 · Source: OSV.dev | ||
1.30.0
minor
2 CVEs
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev
CVE-2023-25578
GHSA-p24m-863f-fm6q
PYSEC-2023-49
Feb 15, 2023
Denial of service vulnerability when parsing multipart request body
High
Network
Low
None
None
SummaryThe request body parsing in DetailsThe multipart body parser processes an unlimited number of file parts. The multipart body parser processes an unlimited number of field parts. ImpactThis is a remote, potentially unauthenticated Denial of Service vulnerability. This vulnerability affects applications with a request handler that accepts
a The large amount of CPU time required for processing requests can block all available worker processes and significantly delay or slow down the processing of legitimate user requests. The large amount of RAM accumulated while processing requests can lead to Out-Of-Memory kills. Complete DoS is achievable by sending many concurrent multipart requests in a loop. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 115 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
Fixed in
1.51.2
References
Updated Feb 04, 2026 · Source: OSV.dev | ||
1.29.0
minor
2 CVEs
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev
CVE-2023-25578
GHSA-p24m-863f-fm6q
PYSEC-2023-49
Feb 15, 2023
Denial of service vulnerability when parsing multipart request body
High
Network
Low
None
None
SummaryThe request body parsing in DetailsThe multipart body parser processes an unlimited number of file parts. The multipart body parser processes an unlimited number of field parts. ImpactThis is a remote, potentially unauthenticated Denial of Service vulnerability. This vulnerability affects applications with a request handler that accepts
a The large amount of CPU time required for processing requests can block all available worker processes and significantly delay or slow down the processing of legitimate user requests. The large amount of RAM accumulated while processing requests can lead to Out-Of-Memory kills. Complete DoS is achievable by sending many concurrent multipart requests in a loop. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 115 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
Fixed in
1.51.2
References
Updated Feb 04, 2026 · Source: OSV.dev | ||
1.28.1
patch
2 CVEs
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev
CVE-2023-25578
GHSA-p24m-863f-fm6q
PYSEC-2023-49
Feb 15, 2023
Denial of service vulnerability when parsing multipart request body
High
Network
Low
None
None
SummaryThe request body parsing in DetailsThe multipart body parser processes an unlimited number of file parts. The multipart body parser processes an unlimited number of field parts. ImpactThis is a remote, potentially unauthenticated Denial of Service vulnerability. This vulnerability affects applications with a request handler that accepts
a The large amount of CPU time required for processing requests can block all available worker processes and significantly delay or slow down the processing of legitimate user requests. The large amount of RAM accumulated while processing requests can lead to Out-Of-Memory kills. Complete DoS is achievable by sending many concurrent multipart requests in a loop. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 115 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
Fixed in
1.51.2
References
Updated Feb 04, 2026 · Source: OSV.dev | ||
1.28.0
minor
2 CVEs
CVE-2024-52581
PYSEC-2026-1944
GHSA-gjcc-jvgw-wvwj
PYSEC-2024-178
Jul 07, 2026
Litestar allows unbounded resource consumption (DoS vulnerability)
High
Network
Low
None
None
SummaryLitestar offers multiple methods to return a parsed representation of the request body, as well as extractors that rely on those parsers to map request content to structured data types. Multiple of those parsers do not have size limits when reading the request body into memory, which allows an attacker to cause excessive memory consumption on the server by sending large requests. DetailsThe For most formats, a configurable size limit would be sufficient to mitigate this issue. The total request size can also be limited by a proxy (e.g. nginx) in front of the actual application as a workaround. However, for applications that actually want to accept large file uploads via PoCStart an applications that accesses ImpactThis is a denial of service (DoS) vulnerability affecting all Litestar applications that process json, msgpack or form-data submission requests. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 130 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.51.10
1.51.11
1.51.12
1.51.13
1.51.14
1.51.15
1.51.16
1.51.2
1.51.3
1.51.4
1.51.5
1.51.6
1.51.7
1.51.8
1.51.9
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
References
Updated Jul 07, 2026 · Source: OSV.dev
CVE-2023-25578
GHSA-p24m-863f-fm6q
PYSEC-2023-49
Feb 15, 2023
Denial of service vulnerability when parsing multipart request body
High
Network
Low
None
None
SummaryThe request body parsing in DetailsThe multipart body parser processes an unlimited number of file parts. The multipart body parser processes an unlimited number of field parts. ImpactThis is a remote, potentially unauthenticated Denial of Service vulnerability. This vulnerability affects applications with a request handler that accepts
a The large amount of CPU time required for processing requests can block all available worker processes and significantly delay or slow down the processing of legitimate user requests. The large amount of RAM accumulated while processing requests can lead to Out-Of-Memory kills. Complete DoS is achievable by sending many concurrent multipart requests in a loop. Affected versions
0.0.1a0
0.1.0
0.1.0b1
0.1.1
0.1.2
0.1.3
0.1.4
0.1.5
0.1.6
0.2.0
0.2.1
0.3.0
+ 115 more Show less
0.4.0
0.4.1
0.4.2
0.4.3
0.5.0
0.6.0
0.7.0
0.7.1
0.7.2
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.1.0
1.1.1
1.10.0
1.10.1
1.11.0
1.11.1
1.12.0
1.13.0
1.13.1
1.14.0
1.14.1
1.14.2
1.15.0
1.16.0
1.16.1
1.16.2
1.17.0
1.17.1
1.17.2
1.18.0
1.18.1
1.19.0
1.2.0
1.2.2
1.2.3
1.2.4
1.2.5
1.20.0
1.21.0
1.21.1
1.21.2
1.23.0
1.23.1
1.24.0
1.25.0
1.26.0
1.26.1
1.27.0
1.28.0
1.28.1
1.29.0
1.3.0
1.3.1
1.3.2
1.3.3
1.3.4
1.3.5
1.3.6
1.3.7
1.3.8
1.3.9
1.30.0
1.31.0
1.32.0
1.33.0
1.34.0
1.35.0
1.35.1
1.36.0
1.37.0
1.38.0
1.39.0
1.4.0
1.4.1
1.4.2
1.40.0
1.40.1
1.41.0
1.42.0
1.43.0
1.43.1
1.44.0
1.45.0
1.45.1
1.46.0
1.47.0
1.48.0
1.48.1
1.49.0
1.5.0
1.5.1
1.5.2
1.5.3
1.5.4
1.50.0
1.50.1
1.50.2
1.51.0
1.51.1
1.6.0
1.6.1
1.6.2
1.7.0
1.7.1
1.7.2
1.7.3
1.8.0
1.8.1
1.9.0
1.9.1
Fixed in
1.51.2
References
Updated Feb 04, 2026 · Source: OSV.dev |