All the vulnerabilites related to litestar-org - litestar
cve-2024-52581
Vulnerability from cvelistv5
Published
2024-11-20 20:50
Modified
2024-11-21 14:38
Severity ?
EPSS score ?
Summary
Litestar allows unbounded resource consumption (DoS vulnerability)
References
Impacted products
▼ | Vendor | Product |
---|---|---|
litestar-org | litestar |
{ "containers": { "adp": [ { "affected": [ { "cpes": [ "cpe:2.3:a:litestar-org:litestar:*:*:*:*:*:*:*:*" ], "defaultStatus": "unknown", "product": "litestar", "vendor": "litestar-org", "versions": [ { "lessThan": "2.13.0", "status": "affected", "version": "0", "versionType": "custom" } ] } ], "metrics": [ { "other": { "content": { "id": "CVE-2024-52581", "options": [ { "Exploitation": "poc" }, { "Automatable": "yes" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2024-11-21T14:05:15.626887Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2024-11-21T14:38:42.858Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "product": "litestar", "vendor": "litestar-org", "versions": [ { "status": "affected", "version": "\u003c 2.13.0" } ] } ], "descriptions": [ { "lang": "en", "value": "Litestar is an Asynchronous Server Gateway Interface (ASGI) framework. Prior to version 2.13.0, the multipart form parser shipped with litestar expects the entire request body as a single byte string and there is no default limit for the total size of the request body. This allows an attacker to upload arbitrary large files wrapped in a `multipart/form-data` request and cause excessive memory consumption on the server. The multipart form parser in affected versions is vulnerable to this type of attack by design. The public method signature as well as its implementation both expect the entire request body to be available as a single byte string. It is not possible to accept large file uploads in a safe way using this parser. This may be a regression, as a variation of this issue was already reported in CVE-2023-25578. Limiting the part number is not sufficient to prevent out-of-memory errors on the server. A patch is available in version 2.13.0." } ], "metrics": [ { "cvssV4_0": { "attackComplexity": "LOW", "attackRequirements": "PRESENT", "attackVector": "NETWORK", "baseScore": 8.2, "baseSeverity": "HIGH", "privilegesRequired": "NONE", "subAvailabilityImpact": "LOW", "subConfidentialityImpact": "NONE", "subIntegrityImpact": "NONE", "userInteraction": "NONE", "vectorString": "CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:L", "version": "4.0", "vulnAvailabilityImpact": "HIGH", "vulnConfidentialityImpact": "NONE", "vulnIntegrityImpact": "NONE" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-770", "description": "CWE-770: Allocation of Resources Without Limits or Throttling", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-11-20T20:50:19.679Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/litestar-org/litestar/security/advisories/GHSA-gjcc-jvgw-wvwj", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/litestar-org/litestar/security/advisories/GHSA-gjcc-jvgw-wvwj" }, { "name": "https://github.com/litestar-org/litestar/security/advisories/GHSA-p24m-863f-fm6q)", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/litestar-org/litestar/security/advisories/GHSA-p24m-863f-fm6q)" }, { "name": "https://github.com/litestar-org/litestar/commit/53c1473b5ff7502816a9a339ffc90731bb0c2138", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/litestar-org/litestar/commit/53c1473b5ff7502816a9a339ffc90731bb0c2138" }, { "name": "https://github.com/litestar-org/litestar/blob/main/litestar/_multipart.py#L97", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/litestar-org/litestar/blob/main/litestar/_multipart.py#L97" } ], "source": { "advisory": "GHSA-gjcc-jvgw-wvwj", "discovery": "UNKNOWN" }, "title": "Litestar allows unbounded resource consumption (DoS vulnerability)" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2024-52581", "datePublished": "2024-11-20T20:50:19.679Z", "dateReserved": "2024-11-14T15:05:46.765Z", "dateUpdated": "2024-11-21T14:38:42.858Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }
cve-2024-42370
Vulnerability from cvelistv5
Published
2024-08-09 18:29
Modified
2024-08-19 21:05
Severity ?
EPSS score ?
Summary
Litestar repository vulnerable to Environment Variable injection in `docs-preview.yml` workflow
References
Impacted products
▼ | Vendor | Product |
---|---|---|
litestar-org | litestar |
{ "containers": { "adp": [ { "affected": [ { "cpes": [ "cpe:2.3:a:litestar-org:litestar:*:*:*:*:*:*:*:*" ], "defaultStatus": "unknown", "product": "litestar", "vendor": "litestar-org", "versions": [ { "lessThanOrEqual": "2.10.0", "status": "affected", "version": "0", "versionType": "custom" } ] } ], "metrics": [ { "other": { "content": { "id": "CVE-2024-42370", "options": [ { "Exploitation": "poc" }, { "Automatable": "no" }, { "Technical Impact": "partial" } ], "role": "CISA Coordinator", "timestamp": "2024-08-12T15:02:38.424647Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2024-08-12T17:33:06.569Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" } ], "cna": { "affected": [ { "product": "litestar", "vendor": "litestar-org", "versions": [ { "status": "affected", "version": "\u003c= 2.10.0" } ] } ], "descriptions": [ { "lang": "en", "value": "Litestar is an Asynchronous Server Gateway Interface (ASGI) framework. In versions 2.10.0 and prior, Litestar\u0027s `docs-preview.yml` workflow is vulnerable to Environment Variable injection which may lead to secret exfiltration and repository manipulation. This issue grants a malicious actor the permission to write issues, read metadata, and write pull requests. In addition, the `DOCS_PREVIEW_DEPLOY_TOKEN` is exposed to the attacker. Commit 84d351e96aaa2a1338006d6e7221eded161f517b contains a fix for this issue." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "HIGH", "baseScore": 8.3, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "REQUIRED", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:L/A:H", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-78", "description": "CWE-78: Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-08-19T21:05:05.131Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/litestar-org/litestar/security/advisories/GHSA-4hq2-rpgc-r8r7", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/litestar-org/litestar/security/advisories/GHSA-4hq2-rpgc-r8r7" }, { "name": "https://github.com/litestar-org/litestar/commit/84d351e96aaa2a1338006d6e7221eded161f517b", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/litestar-org/litestar/commit/84d351e96aaa2a1338006d6e7221eded161f517b" }, { "name": "https://github.com/litestar-org/litestar/actions/runs/10081936962/job/27875077668#step:1:17", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/litestar-org/litestar/actions/runs/10081936962/job/27875077668#step:1:17" }, { "name": "https://github.com/litestar-org/litestar/blob/ffaf5616b19f6f0f4128209c8b49dbcb41568aa2/.github/workflows/docs-preview.yml", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/litestar-org/litestar/blob/ffaf5616b19f6f0f4128209c8b49dbcb41568aa2/.github/workflows/docs-preview.yml" } ], "source": { "advisory": "GHSA-4hq2-rpgc-r8r7", "discovery": "UNKNOWN" }, "title": "Litestar repository vulnerable to Environment Variable injection in `docs-preview.yml` workflow" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2024-42370", "datePublished": "2024-08-09T18:29:11.205Z", "dateReserved": "2024-07-30T14:01:33.923Z", "dateUpdated": "2024-08-19T21:05:05.131Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }
cve-2024-32982
Vulnerability from cvelistv5
Published
2024-05-06 14:38
Modified
2024-08-02 02:27
Severity ?
EPSS score ?
Summary
Litestar and Starlite affected by Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal')
References
Impacted products
▼ | Vendor | Product |
---|---|---|
litestar-org | litestar |
{ "containers": { "adp": [ { "affected": [ { "cpes": [ "cpe:2.3:a:starliteproject:starlite:1.37.0:*:*:*:*:*:*:*" ], "defaultStatus": "unknown", "product": "starlite", "vendor": "starliteproject", "versions": [ { "lessThanOrEqual": "1.51.14", "status": "affected", "version": "1.37.0", "versionType": "custom" } ] }, { "cpes": [ "cpe:2.3:a:starliteproject:starlite:2.0.0:*:*:*:*:*:*:*" ], "defaultStatus": "unknown", "product": "starlite", "vendor": "starliteproject", "versions": [ { "lessThan": "2.6.4", "status": "affected", "version": "2.0.0", "versionType": "custom" } ] }, { "cpes": [ "cpe:2.3:a:starliteproject:starlite:2.7.0:*:*:*:*:*:*:*" ], "defaultStatus": "unknown", "product": "starlite", "vendor": "starliteproject", "versions": [ { "lessThan": "2.7.2", "status": "affected", "version": "2.7.0", "versionType": "custom" } ] }, { "cpes": [ "cpe:2.3:a:starliteproject:starlite:2.8.0:*:*:*:*:*:*:*" ], "defaultStatus": "unknown", "product": "starlite", "vendor": "starliteproject", "versions": [ { "lessThan": "2.8.3", "status": "affected", "version": "2.8.0", "versionType": "custom" } ] } ], "metrics": [ { "other": { "content": { "id": "CVE-2024-32982", "options": [ { "Exploitation": "poc" }, { "Automatable": "yes" }, { "Technical Impact": "total" } ], "role": "CISA Coordinator", "timestamp": "2024-07-03T14:26:20.026909Z", "version": "2.0.3" }, "type": "ssvc" } } ], "providerMetadata": { "dateUpdated": "2024-07-03T20:55:45.126Z", "orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0", "shortName": "CISA-ADP" }, "title": "CISA ADP Vulnrichment" }, { "providerMetadata": { "dateUpdated": "2024-08-02T02:27:53.331Z", "orgId": "af854a3a-2127-422b-91ae-364da2661108", "shortName": "CVE" }, "references": [ { "name": "https://github.com/litestar-org/litestar/security/advisories/GHSA-83pv-qr33-2vcf", "tags": [ "x_refsource_CONFIRM", "x_transferred" ], "url": "https://github.com/litestar-org/litestar/security/advisories/GHSA-83pv-qr33-2vcf" }, { "name": "https://github.com/litestar-org/litestar/commit/57e706e7effdc182fc9a2af5981bc88afb21851b", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/litestar-org/litestar/commit/57e706e7effdc182fc9a2af5981bc88afb21851b" }, { "name": "https://github.com/litestar-org/litestar/blob/main/litestar/static_files/base.py#L70", "tags": [ "x_refsource_MISC", "x_transferred" ], "url": "https://github.com/litestar-org/litestar/blob/main/litestar/static_files/base.py#L70" } ], "title": "CVE Program Container" } ], "cna": { "affected": [ { "product": "litestar", "vendor": "litestar-org", "versions": [ { "status": "affected", "version": "\u003e= 2.8.0, \u003c 2.8.3" }, { "status": "affected", "version": "\u003e= 1.37.0, \u003c= 1.51.14" }, { "status": "affected", "version": "\u003e= 2.7.0, \u003c 2.7.2" }, { "status": "affected", "version": "\u003e= 2.0.0, \u003c 2.6.4" } ] } ], "descriptions": [ { "lang": "en", "value": "Litestar and Starlite is an Asynchronous Server Gateway Interface (ASGI) framework. Prior to 2.8.3, 2.7.2, and 2.6.4, 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. The vulnerability is located in the file path handling mechanism within the static content serving function, specifically at `litestar/static_files/base.py`. This vulnerability is fixed in versions 2.8.3, 2.7.2, and 2.6.4." } ], "metrics": [ { "cvssV3_1": { "attackComplexity": "LOW", "attackVector": "NETWORK", "availabilityImpact": "NONE", "baseScore": 8.2, "baseSeverity": "HIGH", "confidentialityImpact": "HIGH", "integrityImpact": "LOW", "privilegesRequired": "NONE", "scope": "UNCHANGED", "userInteraction": "NONE", "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:L/A:N", "version": "3.1" } } ], "problemTypes": [ { "descriptions": [ { "cweId": "CWE-22", "description": "CWE-22: Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)", "lang": "en", "type": "CWE" } ] } ], "providerMetadata": { "dateUpdated": "2024-05-06T20:50:00.744Z", "orgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "shortName": "GitHub_M" }, "references": [ { "name": "https://github.com/litestar-org/litestar/security/advisories/GHSA-83pv-qr33-2vcf", "tags": [ "x_refsource_CONFIRM" ], "url": "https://github.com/litestar-org/litestar/security/advisories/GHSA-83pv-qr33-2vcf" }, { "name": "https://github.com/litestar-org/litestar/commit/57e706e7effdc182fc9a2af5981bc88afb21851b", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/litestar-org/litestar/commit/57e706e7effdc182fc9a2af5981bc88afb21851b" }, { "name": "https://github.com/litestar-org/litestar/blob/main/litestar/static_files/base.py#L70", "tags": [ "x_refsource_MISC" ], "url": "https://github.com/litestar-org/litestar/blob/main/litestar/static_files/base.py#L70" } ], "source": { "advisory": "GHSA-83pv-qr33-2vcf", "discovery": "UNKNOWN" }, "title": "Litestar and Starlite affected by Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)" } }, "cveMetadata": { "assignerOrgId": "a0819718-46f1-4df5-94e2-005712e83aaa", "assignerShortName": "GitHub_M", "cveId": "CVE-2024-32982", "datePublished": "2024-05-06T14:38:10.875Z", "dateReserved": "2024-04-22T15:14:59.167Z", "dateUpdated": "2024-08-02T02:27:53.331Z", "state": "PUBLISHED" }, "dataType": "CVE_RECORD", "dataVersion": "5.1" }