Lucene search
+L

250 matches found

RedHat Linux
RedHat Linux
added 2025/05/06 8:31 p.m.7 views

rack: rubygem-rack: Local File Inclusion in Rack::Static

A flaw was found in RackRubygems, where Rack::Static does not properly sanitize user-supplied paths before serving files. Specifically, encoded path traversal sequences are not correctly validated, allowing attackers to access files outside the designated static file directory. This flaw allows a...

7.5CVSS6.6AI score0.01131EPSS
SaveExploits0References6
Snyk
Snyk
added 2025/04/21 3:40 p.m.4 views

Directory Traversal

Overview Affected versions of this package are vulnerable to Directory Traversal when routing requests to a backend using a PathPrefix, Path, or PathRegex matcher. An attacker can bypass the middleware chain to access backend services by including traversal sequences like /../ in a request. Detai...

9.3CVSS7.7AI score0.0089EPSS
SaveExploits0References2
OSV
OSV
added 2025/03/14 3:44 p.m.6 views

OESA-2025-1272 python-aiohttp security update

Async http client/server framework asyncio. Security Fixes: aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. When using aiohttp as a web server and configuring static routes, it is necessary to specify the root path for static files. Additionally, the option...

7.5CVSS6.2AI score0.76875EPSS
SaveExploits17References4
NVD
NVD
added 2025/03/10 11:15 p.m.13 views

CVE-2025-27610

Rack provides an interface for developing web applications in Ruby. Prior to versions 2.2.13, 3.0.14, and 3.1.12, Rack::Static can serve files under the specified root: even if urls: are provided, which may expose other files under the specified root: unexpectedly. The vulnerability occurs becaus...

7.5CVSS0.01131EPSS
SaveExploits0References3
Snyk
Snyk
added 2025/03/01 6:34 a.m.2 views

Directory Traversal

Overview lilya is a Yet another ASGI toolkit that delivers Affected versions of this package are vulnerable to Directory Traversal in getpath function in staticfiles.py. Details A Directory Traversal attack also known as path traversal aims to access files and directories that are stored outside...

8.7CVSS7.6AI score
SaveExploits0References3
Snyk
Snyk
added 2025/02/23 3:30 p.m.3 views

Relative Path Traversal

Overview Affected versions of this package are vulnerable to Relative Path Traversal through the manipulation of the file path in StaticMappings.java using a relative path such as '../filedir'. An attacker can access files and directories stored outside of the web server's root directory by...

5.3CVSS6.8AI score0.00548EPSS
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2025/02/23 3:30 p.m.15 views

Solon Path Traversal

A vulnerability classified as problematic was found in opensolon Solon up to 3.0.8. This vulnerability affects unknown code of the file solon-projects/solon-web/solon-web-staticfiles/src/main/java/org/noear/solon/web/staticfiles/StaticMappings.java. The manipulation leads to path traversal:...

5.3CVSS7AI score0.00548EPSS
SaveExploits0References9Affected Software1
NVD
NVD
added 2025/02/20 9:15 p.m.24 views

CVE-2025-27098

GraphQL Mesh is a GraphQL Federation framework and gateway for both GraphQL Federation and non-GraphQL Federation subgraphs, non-GraphQL services, such as REST and gRPC, and also databases such as MongoDB, MySQL, and PostgreSQL. Missing check vulnerability in the static file handler allows any...

7.5CVSS0.00351EPSS
SaveExploits1References1
Cvelist
Cvelist
added 2025/02/20 8:13 p.m.49 views

CVE-2025-27098 Unwanted access to the entire file system vulnerability due to a missing check in `staticFiles` HTTP handler in graphql-mesh

GraphQL Mesh is a GraphQL Federation framework and gateway for both GraphQL Federation and non-GraphQL Federation subgraphs, non-GraphQL services, such as REST and gRPC, and also databases such as MongoDB, MySQL, and PostgreSQL. Missing check vulnerability in the static file handler allows any...

5.8CVSS0.00351EPSS
SaveExploits1References1
OSV
OSV
added 2024/07/12 9:0 p.m.83 views

GHSA-9794-PC4R-438W Local File Inclusion in Solara

A Local File Inclusion LFI vulnerability was identified in widgetti/solara, in version 1.35.1, which was fixed in version 1.35.1. This vulnerability arises from the application's failure to properly validate URI fragments for directory traversal sequences such as '../' when serving static files. ...

8.6CVSS8.3AI score0.02884EPSS
SaveExploits0References4
NVD
NVD
added 2024/07/12 3:15 p.m.45 views

CVE-2024-39903

Solara is a pure Python, React-style framework for scaling Jupyter and web apps. A Local File Inclusion LFI vulnerability was identified in widgetti/solara, in version 1.35.1, which was fixed in version 1.35.1. This vulnerability arises from the application's failure to properly validate URI...

8.6CVSS0.02884EPSS
SaveExploits0References2
Mageia
Mageia
added 2024/06/24 7:4 p.m.50 views

Updated python-aiohttp packages fix security vulnerability

aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. A XSS vulnerability exists on index pages for static file handling. This vulnerability is fixed in 3.9.4. We have always recommended using a reverse proxy server e.g. nginx for serving static files. Users following th...

6.1CVSS6AI score0.00666EPSS
SaveExploits0References2
Veracode
Veracode
added 2024/05/07 1:35 p.m.20 views

Local File Inclusion (LFI)

Litestar and Starlite are vulnerable to a Local File Inclusion LFI. The vulnerability is due to path traversal flaws within staticfiles/base.py, allowing attackers to access sensitive files outside designated directories, potentially leading to information disclosure or server compromise...

8.2CVSS6.5AI score0.00722EPSS
SaveExploits0References4Affected Software2
Tenable Nessus
Tenable Nessus
added 2024/05/01 12:0 a.m.34 views

Fedora 39 : python-aiohttp (2024-e0057e6044)

The remote Fedora 39 host has a package installed that is affected by multiple vulnerabilities as referenced in the FEDORA-2024-e0057e6044 advisory. Security update for CVE-2024-27306 https://github.com/aio-libs/aiohttp/releases/tag/v3.9.5 https://github.com/aio-libs/aiohttp/releases/tag/v3.9.4...

6.1CVSS7.3AI score0.00666EPSS
SaveExploits0References2
OSV
OSV
added 2024/04/23 8:20 p.m.28 views

CVE-2024-32869 Hono vulnerable to Restricted Directory Traversal in serveStatic with deno

Hono is a Web application framework that provides support for any JavaScript runtime. Prior to version 4.2.7, when using serveStatic with deno, it is possible to traverse the directory where main.ts is located. This can result in retrieval of unexpected files. Version 4.2.7 contains a patch for t...

5.3CVSS5.4AI score
SaveExploits0References4
RedHat Linux
RedHat Linux
added 2024/04/23 5:18 p.m.4 views

aiohttp: follow_symlinks directory traversal vulnerability

A flaw was found in aiohttp. When using aiohttp as a web server and configuring static routes, it is necessary to specify the root path for static files. Additionally, the option 'followsymlinks' can be used to determine whether to follow symbolic links outside the static root directory. When...

7.5CVSS7.1AI score0.76875EPSS
SaveExploits17References5
OSV
OSV
added 2024/04/18 3:15 p.m.11 views

AZL-43357 CVE-2024-27306 affecting package python-aiohttp 3.6.2-3

aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. A XSS vulnerability exists on index pages for static file handling. This vulnerability is fixed in 3.9.4. We have always recommended using a reverse proxy server e.g. nginx for serving static files. Users following th...

6.1CVSS6.7AI score0.00666EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2024/04/18 2:23 p.m.40 views

CVE-2024-27306

aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. A XSS vulnerability exists on index pages for static file handling. This vulnerability is fixed in 3.9.4. We have always recommended using a reverse proxy server e.g. nginx for serving static files. Users following th...

6.1CVSS6.2AI score0.00666EPSS
SaveExploits0
Cvelist
Cvelist
added 2024/04/18 2:23 p.m.42 views

CVE-2024-27306 aiohttp vulnerable to XSS on index pages for static file handling

aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. A XSS vulnerability exists on index pages for static file handling. This vulnerability is fixed in 3.9.4. We have always recommended using a reverse proxy server e.g. nginx for serving static files. Users following th...

6.1CVSS6.1AI score0.00666EPSS
SaveExploits0References6
OSV
OSV
added 2024/04/18 2:23 p.m.34 views

CVE-2024-27306 aiohttp vulnerable to XSS on index pages for static file handling

aiohttp is an asynchronous HTTP client/server framework for asyncio and Python. A XSS vulnerability exists on index pages for static file handling. This vulnerability is fixed in 3.9.4. We have always recommended using a reverse proxy server e.g. nginx for serving static files. Users following th...

6.1CVSS6.1AI score
SaveExploits0References9
Rows per page
Query Builder