2 results (0.008 seconds)

CVSS: 8.3EPSS: 0%CPEs: 1EXPL: 0

Litestar is an Asynchronous Server Gateway Interface (ASGI) framework. In versions 2.10.0 and prior, Litestar's `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. • https://github.com/litestar-org/litestar/actions/runs/10081936962/job/27875077668#step:1:17 https://github.com/litestar-org/litestar/blob/ffaf5616b19f6f0f4128209c8b49dbcb41568aa2/.github/workflows/docs-preview.yml https://github.com/litestar-org/litestar/commit/84d351e96aaa2a1338006d6e7221eded161f517b https://github.com/litestar-org/litestar/security/advisories/GHSA-4hq2-rpgc-r8r7 • CWE-78: Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') •

CVSS: 8.2EPSS: 0%CPEs: 4EXPL: 0

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`. • https://github.com/litestar-org/litestar/blob/main/litestar/static_files/base.py#L70 https://github.com/litestar-org/litestar/commit/57e706e7effdc182fc9a2af5981bc88afb21851b https://github.com/litestar-org/litestar/security/advisories/GHSA-83pv-qr33-2vcf • CWE-22: Improper Limitation of a Pathname to a Restricted Directory ('Path Traversal') •