Lucene search
K

290 matches found

Prion
Prion
added 2023/12/04 11:15 p.m.9 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
Exploits1References1Affected Software1
Cvelist
Cvelist
added 2023/12/04 11:3 p.m.36 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
Exploits1References1
Veracode
Veracode
added 2023/06/16 6:19 a.m.22 views

Arbitrary File Read

vite is vulnerable to Arbitrary File Read. The vulnerability exists due to improper file path sanitization, allowing an attacker to access files from the root path. Note this vulnerability is only applicable if the vite dev server is hosted on the network...

7.5CVSS6.8AI score0.03152EPSS
Exploits1References8Affected Software1
OSV
OSV
added 2023/06/13 6:30 p.m.1 views

GHSA-GC34-5V43-H7V8 nuxt Code Injection vulnerability

he Nuxt dev server between versions 3.4.0 and 3.4.3 is vulnerable to code injection when it is exposed publicly...

9.2CVSS7.2AI score0.58648EPSS
Exploits2References7
Positive Technologies
Positive Technologies
added 2023/06/13 12:0 a.m.6 views

PT-2023-23680 · Nuxt · Nuxt

Name of the Vulnerable Software and Affected Versions: nuxt versions prior to 3.5.3 nuxt versions 3.4.0 through 3.4.3 Description: The issue concerns code injection in the Nuxt dev server. When the dev server is exposed publicly, it is vulnerable to code injection. This affects versions of nuxt...

9.8CVSS8.7AI score0.58648EPSS
Exploits2References13
OSV
OSV
added 2023/06/06 2:1 a.m.2 views

GHSA-353F-5XF4-QW67 Vite Server Options (server.fs.deny) can be bypassed using double forward-slash (//)

The issue involves a security vulnerability in Vite where the server options can be bypassed using a double forward slash //. This vulnerability poses a potential security risk as it can allow unauthorized access to sensitive directories and files. Steps to Fix. Update Vite: Ensure that you are...

7.5CVSS7AI score0.03152EPSS
Exploits1References6
Prion
Prion
added 2023/06/01 5:15 p.m.16 views

Design/Logic Flaw

Vite provides frontend tooling. Prior to versions 2.9.16, 3.2.7, 4.0.5, 4.1.5, 4.2.3, and 4.3.9, Vite Server Options server.fs.deny can be bypassed using double forward-slash // allows any unauthenticated user to read file from the Vite root-path of the application including the default fs.deny...

5CVSS7.1AI score0.03152EPSS
Exploits1References3Affected Software1
OSV
OSV
added 2023/05/01 11:42 p.m.9 views

MAL-2023-1343 Malicious code in webpack-dev-server.legacy (npm)

--- -= Per source details. Do not edit below this line.=- Source: ossf-package-analysis 85cd0dbb01e0045658eb423c4580a09f07f36ce5af1689227f99e72348cda4a6 The OpenSSF Package Analysis project identified 'webpack-dev-server.legacy' @ 1.0.0 npm as malicious. It is considered malicious because: - The...

7.1AI score
Exploits0References1
OSSF Malicious Packages
OSSF Malicious Packages
added 2023/05/01 11:42 p.m.2 views

Malicious code in webpack-dev-server.legacy (npm)

--- -= Per source details. Do not edit below this line.=- Source: ossf-package-analysis 85cd0dbb01e0045658eb423c4580a09f07f36ce5af1689227f99e72348cda4a6 The OpenSSF Package Analysis project identified 'webpack-dev-server.legacy' @ 1.0.0 npm as malicious. It is considered malicious because: - The...

6.9AI score
Exploits0References1
Huntr
Huntr
added 2023/04/18 8:29 a.m.18 views

(Almost) Arbitary File Read on Development Server

Description I previously disclosed an arbitrary file read due to Vite misconfiguration. This is a similar vulnerability with less impact. Proof of Concept Start any nuxt app in dev. Browse to: + http://localhost:3000/\nuxtvitenode\/module/C:/Windows/System32/calc.exe +...

6.6AI score
Exploits0
Veracode
Veracode
added 2022/12/22 6:56 a.m.14 views

Path Traversal

lite-dev-server is vulnerable to path traversal. The vulnerability exists in server.js because it aims to access files and directories that are stored outside the intended folder. By manipulating files with dot-dot-slash ../ sequences and its variations it may be possible to access arbitrary file...

7.5CVSS7.3AI score0.01343EPSS
Exploits1References4Affected Software1
Vulnrichment
Vulnrichment
added 2022/12/21 11:14 p.m.6 views

CVE-2022-25895 Directory Traversal

All versions of package lite-dev-server are vulnerable to Directory Traversal due to missing input sanitization and sandboxes being employed to the req.url user input that is passed to the server code...

7.5CVSS7.5AI score0.01343EPSS
Exploits1References3
CVE
CVE
added 2022/12/21 11:14 p.m.66 views

CVE-2022-25895

CVE-2022-25895 affects lite-dev-server. All versions are vulnerable to Directory Traversal due to missing input sanitization and sandboxing of the req.url input passed to the server code. The root cause is that the server reads and uses user-supplied URLs without proper normalization, enabling ac...

7.5CVSS7.5AI score0.01343EPSS
Exploits1References3Affected Software1
Cvelist
Cvelist
added 2022/12/21 11:14 p.m.19 views

CVE-2022-25895 Directory Traversal

All versions of package lite-dev-server are vulnerable to Directory Traversal due to missing input sanitization and sandboxes being employed to the req.url user input that is passed to the server code...

7.5CVSS7.7AI score0.01343EPSS
Exploits1References3
OSV
OSV
added 2022/12/21 6:30 a.m.0 views

GHSA-PPPV-CH8P-RP2W lite-dev-server vulnerable to Directory Traversal

All versions of package lite-dev-server are vulnerable to Directory Traversal due to missing input sanitization and sandboxes being employed to the req.url user input that is passed to the server code...

7.5CVSS5.9AI score0.01343EPSS
Exploits1References5
vulnersOsv
vulnersOsv
added 2022/12/21 6:30 a.m.6 views

node-sass-with-bindings (>=4.5.5 <=4.5.6) potentially affected by CVE-2022-25895 via lite-dev-server (=3.2.7)

lite-dev-server NPM version =3.2.7 is affected by a known vulnerability. The following packages have a transitive dependency on lite-dev-server and may be impacted: - node-sass-with-bindings =4.5.5, =4.5.6 Source cves: CVE-2022-25895 Source advisory: OSV:GHSA-PPPV-CH8P-RP2W...

7.5CVSS7.1AI score0.01343EPSS
Exploits1
Github Security Blog
Github Security Blog
added 2022/12/21 6:30 a.m.22 views

lite-dev-server vulnerable to Directory Traversal

All versions of package lite-dev-server are vulnerable to Directory Traversal due to missing input sanitization and sandboxes being employed to the req.url user input that is passed to the server code...

7.5CVSS4.4AI score0.01343EPSS
Exploits1References5Affected Software1
OSV
OSV
added 2022/12/21 5:15 a.m.1 views

CVE-2022-25895

All versions of package lite-dev-server are vulnerable to Directory Traversal due to missing input sanitization and sandboxes being employed to the req.url user input that is passed to the server code...

7.5CVSS5.8AI score0.01343EPSS
Exploits1References3
CNNVD
CNNVD
added 2022/12/21 12:0 a.m.2 views

lite-dev-server 路径遍历漏洞

lite-dev-server is an http file server for development by the individual developer Gavrilov Rusla. A security vulnerability exists in lite-dev-server that stems from a lack of input cleanup and a directory traversal vulnerability...

7.5CVSS7.2AI score0.01343EPSS
Exploits1References4
vulnersOsv
vulnersOsv
added 2022/12/05 1:57 p.m.2 views

node-sass-with-bindings (>=4.5.5 <=4.5.6) potentially affected by CVE-2022-25895 via lite-dev-server (=3.2.7)

lite-dev-server NPM version =3.2.7 is affected by a known vulnerability. The following packages have a transitive dependency on lite-dev-server and may be impacted: - node-sass-with-bindings =4.5.5, =4.5.6 Source cves: CVE-2022-25895 Source advisory: SNYK:JS-LITEDEVSERVER-3153718...

7.5CVSS7.1AI score0.01343EPSS
Exploits1
Rows per page
Query Builder