Lucene search
+L

500 matches found

CNNVD
CNNVD
added 2023/06/13 12:00 a.m.20 views

nuxt 代码注入漏洞

Nuxt.js is an open source web application framework based on Vue.js, Node.js, Webpack and Babel.js. A code injection vulnerability exists in versions prior to nuxt 3.5.3. An attacker exploits this vulnerability to perform a code injection attack...

9.8CVSS7.8AI score0.58648EPSS
SaveExploits2References3
CVE
CVE
added 2023/06/13 12:00 a.m.297 views

CVE-2023-3224

CVE-2023-3224 corresponds to a code injection vulnerability in the Nuxt.js/Nuxt repository prior to 3.5.3. Affected product: Nuxt.js (nuxt/nuxt) before 3.5.3; root cause indicated as code injection via the dev server. Impact per sources: high/critical severity with high confidentiality/integrity/...

9.8CVSS9.2AI score0.58648EPSS
SaveExploits2References2Affected Software1
OSV
OSV
added 2023/06/13 12:00 a.m.30 views

CVE-2023-3224 Code Injection in nuxt/nuxt

Code Injection in GitHub repository nuxt/nuxt prior to 3.5.3...

8.1CVSS8.1AI score
SaveExploits0References4
Huntr
Huntr
added 2023/04/27 7:52 a.m.39 views

RCE in developer mode

Description Nuxt contains a test-component-wrapper component. This is used to mount a single component for testing. This component has a dynamic import function which accepts arbitrary user input on the server side. This pattern will almost always lead to an RCE bug. Requirements & Notes The serv...

7.5CVSS6.9AI score0.58648EPSS
SaveExploits2References2
Huntr
Huntr
added 2023/04/18 8:29 a.m.20 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
SaveExploits0
Github Security Blog
Github Security Blog
added 2023/04/18 3:30 a.m.20 views

@nuxtlabs/github-module made Use of Hard-coded Credentials

https://nuxt.com had a hardcoded GitHub token in the source code of the page. This token had access to multiple repositories under nuxt, nuxtlabs and nuxt-themes GitHub organizations. A patch in version 1.6.2 fixed the issue...

10CVSS6.3AI score0.0074EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2023/04/18 3:30 a.m.47 views

GHSA-FP2W-G92G-FGQ4 @nuxtlabs/github-module made Use of Hard-coded Credentials

https://nuxt.com had a hardcoded GitHub token in the source code of the page. This token had access to multiple repositories under nuxt, nuxtlabs and nuxt-themes GitHub organizations. A patch in version 1.6.2 fixed the issue...

10CVSS9.4AI score0.0074EPSS
SaveExploits0References5
Huntr
Huntr
added 2023/04/10 1:11 p.m.33 views

Github token with wide access to Nuxt related repositories leaked in the wild

Description If you visit https://nuxt.com, you will find hardcoded Github token in the source code of the page - ghpYXegsf40mjoFZMPSdntLbrGIBRZYKf0i2FoK. This token has access to multiple repositories under nuxt , nuxtlabs and nuxt-themes Github organisations. https://github.com/nuxt Admin...

7.5CVSS9.2AI score0.0074EPSS
SaveExploits0
Veracode
Veracode
added 2023/02/23 7:37 a.m.19 views

Cross-site Scripting (XSS)

nuxt is vulnerable to cross-site scriptingXSS attacks. The vulnerability is due to prerendered sites, allowing an attacker to pass a specifically crafted URL through the getPayloadURL function and execute harmful JavaScript on the target system...

6.1CVSS6.1AI score0.00528EPSS
SaveExploits1References3Affected Software1
NVD
NVD
added 2023/02/17 1:15 a.m.26 views

CVE-2023-0878

Cross-site Scripting XSS - Generic in GitHub repository nuxt/framework prior to 3.2.1...

6.1CVSS6.1AI score0.00528EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2023/02/17 12:00 a.m.9 views

PT-2023-16582 · Unknown · Nuxt/Framework

Name of the Vulnerable Software and Affected Versions: nuxt/framework versions prior to 3.2.1 Description: The issue is related to Cross-site Scripting XSS - Generic. This is a type of security vulnerability that occurs when an application includes user input in its output without proper validati...

6.1CVSS5.9AI score0.00528EPSS
SaveExploits1References7
Vulnrichment
Vulnrichment
added 2023/02/17 12:00 a.m.10 views

CVE-2023-0878 Cross-site Scripting (XSS) - Generic in nuxt/framework

Cross-site Scripting XSS - Generic in GitHub repository nuxt/framework prior to 3.2.1...

6.1CVSS6.1AI score0.00528EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2023/02/17 12:00 a.m.32 views

CVE-2023-0878 Cross-site Scripting (XSS) - Generic in nuxt/framework

Cross-site Scripting XSS - Generic in GitHub repository nuxt/framework prior to 3.2.1...

6.1CVSS6.2AI score0.00528EPSS
SaveExploits1References2
CVE
CVE
added 2023/02/17 12:00 a.m.73 views

CVE-2023-0878

Summary of CVE-2023-0878 (nuxt/framework). The issue is a Cross-site Scripting (XSS) vulnerability in nuxt/framework prior to 3.2.1, linked to prerendered sites. The root cause centers on how the payload URL is constructed via a function similar to _getPayloadURL, where URL parsing and pathname h...

6.1CVSS6AI score0.00528EPSS
SaveExploits1References2Affected Software1
Huntr
Huntr
added 2023/02/07 4:51 p.m.9 views

XSS in user supplied title

Issue The useHead function does not sanitize tags inserted in each property, including the title property. Context The useHead repository is a wrapper around vueuse/head which wraps unjs/unhead which wraps harlan-zw/zhead. The possibility of XSS is not described as being a vulnerability in the ro...

6.1AI score
SaveExploits0
Huntr
Huntr
added 2023/02/06 10:20 a.m.10 views

CSS injection using component islands and useHead

Description After a component island render, the resulting head is regex'd for tags. This regex is not very robust and can be tricked, allowing for CSS injection. Proof of Concept app.vue vue Nuxt 3 Playground const title = ref nuxt.config.ts ts export default defineNuxtConfig experimental:...

6.4AI score
SaveExploits0References1
Veracode
Veracode
added 2022/12/13 7:43 a.m.20 views

Cross-site Scripting (XSS)

nuxt is vulnerable to cross-site scripting XSS attacks. The library unsafely renders the stack trace within errors, which allows an attacker to inject and execute malicious JavaScript via a specifically crafted URL request...

6.1CVSS5.6AI score0.00509EPSS
SaveExploits1References4Affected Software1
Veracode
Veracode
added 2022/12/13 7:02 a.m.17 views

Cross-site Scripting (XSS)

nuxt is vulnerable to cross-site scriptingXSS attacks. A malicious user is able to pass a specifically crafted URL with no protocol or search parameters through the getPayloadURL function and execute harmful JavaScript on the target system. The vulnerability currently exists only on prerendered...

6.1CVSS6.1AI score0.00443EPSS
SaveExploits0References4Affected Software1
NVD
NVD
added 2022/12/12 12:15 a.m.34 views

CVE-2022-4414

Cross-site Scripting XSS - DOM in GitHub repository nuxt/framework prior to v3.0.0-rc.13...

6.1CVSS0.00443EPSS
SaveExploits0References2
NVD
NVD
added 2022/12/12 12:15 a.m.28 views

CVE-2022-4413

Cross-site Scripting XSS - Reflected in GitHub repository nuxt/framework prior to v3.0.0-rc.13...

6.1CVSS0.00509EPSS
SaveExploits1References2
Rows per page
Query Builder