Lucene search
+L

329 matches found

GithubExploit
GithubExploit
added 2025/03/27 12:36 p.m.361 views

Exploit for CVE-2025-30208

CVE-2025-30208-LFI !IMPORTANT Disclaimer This exploit...

5.3CVSS5.9AI score0.74998EPSS
SaveExploits28
GithubExploit
GithubExploit
added 2025/03/26 10:26 a.m.543 views

Exploit for CVE-2025-30208

中文 | English Vite Dev Server Vulnerability...

6CVSS6.9AI score0.74998EPSS
SaveExploits33
OSV
OSV
added 2025/03/25 2:0 p.m.16 views

GHSA-X574-M823-4X7W Vite bypasses server.fs.deny when using ?raw??

Summary The contents of arbitrary files can be returned to the browser. Impact Only apps explicitly exposing the Vite dev server to the network using --host or server.host config option are affected. Details @fs denies access to files outside of Vite serving allow list. Adding ?raw?? or...

5.3CVSS5.9AI score0.74998EPSS
SaveExploits28References8
Tenable Nessus
Tenable Nessus
added 2025/03/06 12:0 a.m.17 views

Linux Distros Unpatched Vulnerability : CVE-2021-40978

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - The mkdocs 1.2.2 built-in dev-server allows directory traversal using the port 8000, enabling remote exploitation to obtain :sensitive information. NOTE: the...

7.5CVSS7.6AI score0.15103EPSS
SaveExploits2References2
Vulnrichment
Vulnrichment
added 2025/01/25 12:53 a.m.12 views

CVE-2025-24361 Opening a malicious website while running a Nuxt dev server could allow read-only access to code

Nuxt is an open-source web development framework for Vue.js. Source code may be stolen during dev when using version 3.0.0 through 3.15.12 of the webpack builder or version 3.12.2 through 3.152 of the rspack builder and a victim opens a malicious web site. Because the request for classic script b...

5.3CVSS5.3AI score0.00331EPSS
SaveExploits0References2
OSV
OSV
added 2025/01/21 7:52 p.m.10 views

GHSA-VG6X-RCGG-RJX6 Websites were able to send any requests to the development server and read the response in vite

Summary Vite allowed any websites to send any requests to the development server and read the response due to default CORS settings and lack of validation on the Origin header for WebSocket connections. !WARNING This vulnerability even applies to users that only run the Vite dev server on the loc...

6.5CVSS6AI score0.00538EPSS
SaveExploits1References3
OSV
OSV
added 2024/04/03 4:46 p.m.8 views

GHSA-8JHW-289H-JH2G Vite's `server.fs.deny` did not deny requests for patterns with directories.

Summary Vite dev server option server.fs.deny did not deny requests for patterns with directories. An example of such a pattern is /foo//. Impact Only apps setting a custom server.fs.deny that includes a pattern with directories, and explicitly exposing the Vite dev server to the network using...

5.9CVSS5.8AI score0.00711EPSS
SaveExploits0References9
NVD
NVD
added 2024/03/28 10:15 p.m.15 views

CVE-2023-25341

A Directory Traversal vulnerability in ladle dev server 2.5.1 and earlier allows an attacker on the same network to read files accessible to the user via GET requests...

6.5CVSS6.4AI score0.00397EPSS
SaveExploits0References1
Vulnrichment
Vulnrichment
added 2024/03/28 12:0 a.m.18 views

CVE-2023-25341

A Directory Traversal vulnerability in ladle dev server 2.5.1 and earlier allows an attacker on the same network to read files accessible to the user via GET requests...

6.8AI score0.00397EPSS
SaveExploits0References1
CVE
CVE
added 2024/03/28 12:0 a.m.68 views

CVE-2023-25341

The CVE describes a Directory Traversal in Ladle Dev Server (versions 2.5.1 and earlier) that allows an attacker on the same network to read files accessible to the user via GET requests. Red Hat, NVD, CNNVD, and related enrichments corroborate the same impact. No exploit details are provided in ...

6.5CVSS6.6AI score0.00397EPSS
SaveExploits0References1
OSV
OSV
added 2024/01/19 9:58 p.m.15 views

GHSA-C24V-8RFC-W8VW Vite dev server option `server.fs.deny` can be bypassed when hosted on case-insensitive filesystem

Summary Vite dev server option server.fs.deny can be bypassed on case-insensitive file systems using case-augmented versions of filenames. Notably this affects servers hosted on Windows. This bypass is similar to https://nvd.nist.gov/vuln/detail/CVE-2023-34092 -- with surface area reduced to host...

7.5CVSS7AI score0.00791EPSS
SaveExploits1References9
Github Security Blog
Github Security Blog
added 2024/01/19 9:58 p.m.156 views

Vite dev server option `server.fs.deny` can be bypassed when hosted on case-insensitive filesystem

Summary Vite dev server option server.fs.deny can be bypassed on case-insensitive file systems using case-augmented versions of filenames. Notably this affects servers hosted on Windows. This bypass is similar to https://nvd.nist.gov/vuln/detail/CVE-2023-34092 -- with surface area reduced to host...

7.5CVSS7AI score0.00791EPSS
SaveExploits1References9Affected Software1
Vulnrichment
Vulnrichment
added 2024/01/19 7:43 p.m.4 views

CVE-2024-23331 Vite dev server option `server.fs.deny` can be bypassed when hosted on case-insensitive filesystem

Vite is a frontend tooling framework for javascript. The Vite dev server option server.fs.deny can be bypassed on case-insensitive file systems using case-augmented versions of filenames. Notably this affects servers hosted on Windows. This bypass is similar to CVE-2023-34092 -- with surface area...

7.5CVSS7AI score0.00791EPSS
SaveExploits1References3
Veracode
Veracode
added 2024/01/02 12:12 p.m.25 views

Remote Code Execution

wrangler is vulnerable to Remote Code Execution. The vulnerability is caused due to V8 inspector intentionally allowing arbitrary code execution within Workers sandbox for debugging purpose. The wrangler dev server starts an inspector listening on all network interfaces. This allows an attacker t...

8.5CVSS8.6AI score0.0063EPSS
SaveExploits0References8Affected Software1
NVD
NVD
added 2023/12/29 12:15 p.m.19 views

CVE-2023-7079

Sending specially crafted HTTP requests and inspector messages to Wrangler's dev server could result in any file on the user's computer being accessible over the local network. An attacker that could trick any user on the local network into opening a malicious website could also read any file...

6.4CVSS0.00699EPSS
SaveExploits0References3
OSV
OSV
added 2023/12/29 11:54 a.m.18 views

CVE-2023-7079 Arbitrary remote file read in Wrangler dev server

Sending specially crafted HTTP requests and inspector messages to Wrangler's dev server could result in any file on the user's computer being accessible over the local network. An attacker that could trick any user on the local network into opening a malicious website could also read any file...

6.4CVSS6.5AI score
SaveExploits0References6
Cvelist
Cvelist
added 2023/12/29 11:54 a.m.31 views

CVE-2023-7079 Arbitrary remote file read in Wrangler dev server

Sending specially crafted HTTP requests and inspector messages to Wrangler's dev server could result in any file on the user's computer being accessible over the local network. An attacker that could trick any user on the local network into opening a malicious website could also read any file...

6.4CVSS6.4AI score0.00699EPSS
SaveExploits0References3
Positive Technologies
Positive Technologies
added 2023/12/29 12:0 a.m.7 views

PT-2023-32865 · Wrangler · Wrangler

Name of the Vulnerable Software and Affected Versions: wrangler versions prior to 3.19.0 wrangler versions prior to 2.20.2 Description: The V8 inspector intentionally allows arbitrary code execution within the Workers sandbox for debugging. wrangler dev would previously start an inspector server...

8.5CVSS8.2AI score0.0063EPSS
SaveExploits0References17
Prion
Prion
added 2023/12/04 11:15 p.m.11 views

Design/Logic Flaw

Vite is a website frontend framework. When Vite's HTML transformation is invoked manually via server.transformIndexHtml, the original request URL is passed in unmodified, and the html being transformed contains inline module scripts ..., it is possible to inject arbitrary HTML into the transforme...

5.8CVSS6.8AI score0.00997EPSS
SaveExploits1References1Affected Software1
Cvelist
Cvelist
added 2023/12/04 11:3 p.m.45 views

CVE-2023-49293 Cross-site Scripting in `server.transformIndexHtml` via URL payload in vite

Vite is a website frontend framework. When Vite's HTML transformation is invoked manually via server.transformIndexHtml, the original request URL is passed in unmodified, and the html being transformed contains inline module scripts ..., it is possible to inject arbitrary HTML into the transforme...

6.1CVSS6.3AI score0.00997EPSS
SaveExploits1References1
Rows per page
Query Builder