Lucene search
+L

500 matches found

CNNVD
CNNVD
added 2023/12/09 12:00 a.m.8 views

nuxt-api-party Code Issues Vulnerabilities

nuxt-api-party is an open source module by Johann Schopplich Individual Developer for proxying API requests. A code issue vulnerability exists in nuxt-api-party version 0.21.3 and later, which stems from allowing a user to abuse the retry logic, causing the server to crash due to a stack overflow...

7.5CVSS7.1AI score0.00804EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2023/12/09 12:00 a.m.7 views

nuxt-api-party Code Issue Vulnerability

nuxt-api-party is an open source module by Johann Schopplich, an individual developer, for proxying API requests. A code issue vulnerability exists in nuxt-api-party version 0.21.3, which stems from lax URL detection, where absolute URLs with leading spaces can bypass this regular expression,...

7.5CVSS7AI score0.00819EPSS
SaveExploits1References5
Cvelist
Cvelist
added 2023/12/08 11:45 p.m.46 views

CVE-2023-49799 Server-Side Request Forgery in nuxt-api-party

nuxt-api-party is an open source module to proxy API requests. nuxt-api-party attempts to check if the user has passed an absolute URL to prevent the aforementioned attack. This has been recently changed to use the regular expression ^https?://, however this regular expression can be bypassed by ...

7.5CVSS7.7AI score0.00819EPSS
SaveExploits1References5
Vulnrichment
Vulnrichment
added 2023/12/08 11:45 p.m.10 views

CVE-2023-49799 Server-Side Request Forgery in nuxt-api-party

nuxt-api-party is an open source module to proxy API requests. nuxt-api-party attempts to check if the user has passed an absolute URL to prevent the aforementioned attack. This has been recently changed to use the regular expression ^https?://, however this regular expression can be bypassed by ...

7.5CVSS7.1AI score0.00819EPSS
SaveExploits1References5
OSV
OSV
added 2023/12/08 11:45 p.m.10 views

CVE-2023-49799 Server-Side Request Forgery in nuxt-api-party

nuxt-api-party is an open source module to proxy API requests. nuxt-api-party attempts to check if the user has passed an absolute URL to prevent the aforementioned attack. This has been recently changed to use the regular expression ^https?://, however this regular expression can be bypassed by ...

7.5CVSS7.4AI score
SaveExploits0References7
CVE
CVE
added 2023/12/08 11:45 p.m.40 views

CVE-2023-49799

The CVE-2023-49799 entry concerns the nuxt-api-party module, where a regex-based absolute-URL check (^https?://) can be bypassed by absolute URLs with leading whitespace (e.g., a leading newline). This can allow requests to bypass the whitelist, enabling Server-Side Request Forgery (SSRF) and pot...

7.5CVSS7.4AI score0.00819EPSS
SaveExploits1References5Affected Software1
Cvelist
Cvelist
added 2023/12/08 11:41 p.m.40 views

CVE-2023-49800 Denial of service by abusing `fetchOptions.retry` in nuxt-api-party

nuxt-api-party is an open source module to proxy API requests. The library allows the user to send many options directly to ofetch. There is no filter on which options are available. We can abuse the retry logic to cause the server to crash from a stack overflow. fetchOptions are obtained directl...

7.5CVSS7.7AI score0.00804EPSS
SaveExploits1References1
CVE
CVE
added 2023/12/08 11:41 p.m.61 views

CVE-2023-49800

CVE-2023-49800 affects the nuxt-api-party module. The issue arises from passing unfiltered fetchOptions from the request body into ofetch, allowing an attacker to craft a URL and set excessively high retry values, triggering recursive error handling that leads to a stack overflow and DoS. A fix i...

7.5CVSS7.5AI score0.00804EPSS
SaveExploits1References1Affected Software1
OSV
OSV
added 2023/12/08 11:41 p.m.9 views

CVE-2023-49800 Denial of service by abusing `fetchOptions.retry` in nuxt-api-party

nuxt-api-party is an open source module to proxy API requests. The library allows the user to send many options directly to ofetch. There is no filter on which options are available. We can abuse the retry logic to cause the server to crash from a stack overflow. fetchOptions are obtained directl...

7.5CVSS7.4AI score
SaveExploits0References3
Circl
Circl
added 2023/12/08 11:22 p.m.10 views

CVE-2023-49800

creationtimestamp| type| source ---|---|--- 2023-12-08 23:22:29+00:00| published-proof-of-concept| https://github.com/johannschopplich/nuxt-api-party/security/advisories/GHSA-q6hx-3m4p-749h...

7.5CVSS7.1AI score0.00804EPSS
SaveExploits1References1
Positive Technologies
Positive Technologies
added 2023/12/08 12:00 a.m.8 views

PT-2023-31357 · Unknown · Nuxt-Api-Party

Name of the Vulnerable Software and Affected Versions: nuxt-api-party versions prior to 0.22.1 Description: The issue arises from a recent change in the detection of absolute URLs, which is no longer sufficient to prevent Server-Side Request Forgery SSRF. The regular expression ^https?:// used to...

7.5CVSS7.4AI score0.00819EPSS
SaveExploits1References14
Huntr
Huntr
added 2023/06/15 3:49 p.m.9 views

Leak Secret tokens by changing baseURL

Description nuxt-api-party allows developers to easily hook up APIs. You can configure API URLs and Credentials to be sent on requests. It is suggested in the documentation that this plugin is capable of handling sensitive data. There is a design flaw that could allow an attacker to extract priva...

6.7AI score
SaveExploits0
Veracode
Veracode
added 2023/06/15 1:37 p.m.60 views

Code Injection

nuxt is vulnerable to Code Injection. The vulnerability exists due to a lack of user input path validation in test-component-wrapper.ts which allows an attacker to inject and execute malicious code. Note that this vulnerability is only applicable if the server is ran on dev mode...

9.8CVSS7.1AI score0.58648EPSS
SaveExploits2References2Affected Software1
OSV
OSV
added 2023/06/13 6:30 p.m.15 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
SaveExploits2References7
Github Security Blog
Github Security Blog
added 2023/06/13 6:30 p.m.84 views

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.8CVSS7.4AI score0.58648EPSS
SaveExploits2References7Affected Software1
ATTACKERKB
ATTACKERKB
added 2023/06/13 6:15 p.m.5 views

CVE-2023-3224

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

9.8CVSS5.8AI score0.58648EPSS
SaveExploits2References3
NVD
NVD
added 2023/06/13 6:15 p.m.41 views

CVE-2023-3224

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

9.8CVSS8.8AI score0.58648EPSS
SaveExploits2References2
Cvelist
Cvelist
added 2023/06/13 12:00 a.m.61 views

CVE-2023-3224 Code Injection in nuxt/nuxt

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

8.1CVSS10AI score0.58648EPSS
SaveExploits2References2
Positive Technologies
Positive Technologies
added 2023/06/13 12:00 a.m.8 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
SaveExploits2References13
Vulnrichment
Vulnrichment
added 2023/06/13 12:00 a.m.14 views

CVE-2023-3224 Code Injection in nuxt/nuxt

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

8.1CVSS7.2AI score0.58648EPSS
SaveExploits2References2
Rows per page
Query Builder