Lucene search
+L

601 matches found

vulnersOsv
vulnersOsv
added 2024/12/19 3:12 p.m.6 views

@bookshop/browser (3.11.0-rc.0), @bookshop/generate (3.11.0-rc.0) +24 more potentially affected by CVE-2024-56159 via astro (>=4.0.3, <=4.16.17)

astro NPM version =4.0.3, =0.40.5, =0.38.0, =0.38.0, =2.8.4, =0.2.0, =0.0.0-dev-20231211183354, =0.0.3, =0.0.3, =0.0.5, =0.0.1, =1.0.2, =1.0.9 - @thewebforge/astro-og-images 3.0.0 and more Source cves: CVE-2024-56159 Source advisory: OSV:GHSA-49W6-73CW-CHJR...

7.8CVSS5.3AI score0.01495EPSS
SaveExploits1
Veracode
Veracode
added 2024/09/18 6:58 a.m.18 views

Cache Poisoning

Next is vulnerable to Cache Poisoning. The vulnerability is due to improper handling of crafted HTTP requests, causing the incorrect caching of non-dynamic server-side rendered routes in the pages router. It allows an attacker to manipulate the cache, potentially serving stale or incorrect conten...

7.5CVSS7.4AI score0.5918EPSS
SaveExploits3References4Affected Software1
OSV
OSV
added 2024/09/17 9:58 p.m.14 views

GHSA-GP8F-8M3G-QVJ9 Next.js Cache Poisoning

Impact By sending a crafted HTTP request, it is possible to poison the cache of a non-dynamic server-side rendered route in the pages router this does not affect the app router. When this crafted request is sent it could coerce Next.js to cache a route that is meant to not be cached and send a...

8.7CVSS5.8AI score0.5918EPSS
SaveExploits3References5
CVE
CVE
added 2024/09/17 9:55 p.m.703 views

CVE-2024-46982

CVE-2024-46982 affects Next.js pages router SSR caching: crafted requests can poison non-dynamic SSR routes (e.g., pages/dashboard.tsx) and lead to caching of sensitive responses with Cache-Control: s-maxage=1, stale-while-revalidate, potentially spreading via upstream CDNs. Affected versions are...

7.5CVSS7.3AI score0.5918EPSS
SaveExploits3References3Affected Software1
vulnersOsv
vulnersOsv
added 2024/09/17 6:44 p.m.8 views

@akrc/vidocs (>=0.0.0, <=0.0.2), @alexzzz/npms (>=0.0.5, <=0.2.0) +136 more potentially affected by CVE-2024-45811 via vite (>=3.0.0, <=3.2.8)

vite NPM version =3.0.0, =0.0.0, =0.0.5, =1.0.1, =1.0.1, =3.2.0, =1.11.2, =0.0.37, =0.0.35, =0.2.3, =0.0.0-canary-20220718083044, =0.0.6, =0.1.0, =0.0.3, =6.24.0, =7.12.2 and more Source cves: CVE-2024-45811 Source advisory: OSV:GHSA-9CWX-2883-4WFX...

4.8CVSS5.2AI score0.01058EPSS
SaveExploits0
Veracode
Veracode
added 2024/09/02 4:13 a.m.13 views

Cross Site Scripting(XSS)

Svelte is vulnerable to Cross-Site Scripting XSS. The vulnerability is due to improper HTML escaping during server-side rendering, allowing an attacker to inject malicious content and execute unauthorized scripts in the victim's browser...

6.1CVSS6.1AI score0.00365EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2024/08/30 4:49 p.m.22 views

GHSA-8266-84WP-WV5C Svelte has a potential mXSS vulnerability due to improper HTML escaping

Summary A potential XSS vulnerability exists in Svelte for versions prior to 4.2.19. Details Svelte improperly escapes HTML on server-side rendering. It converts strings according to the following rules: - If the string is an attribute value: - " - " - & - & - Other characters - No conversion -...

5.4CVSS5.9AI score0.00365EPSS
SaveExploits1References4
Positive Technologies
Positive Technologies
added 2024/08/30 12:00 a.m.14 views

PT-2024-31398 · Svelte · Svelte

Name of the Vulnerable Software and Affected Versions: Svelte versions prior to 4.2.19 Description: A potential mXSS vulnerability exists in Svelte due to improper HTML escaping on server-side rendering. The issue arises when the final DOM tree rendered on browsers differs from what Svelte expect...

6.1CVSS6.1AI score0.00365EPSS
SaveExploits1References11
CNNVD
CNNVD
added 2024/08/30 12:00 a.m.17 views

Svelte 跨站脚本漏洞

Svelte is a new way to build web applications from Svelte Open Source. A cross-site scripting vulnerability exists in Svelte 4.2.19 and earlier versions that stems from improper HTML escaping during server-side rendering, which could lead to a variant cross-site scripting attack, especially when...

6.1CVSS5.6AI score0.00365EPSS
SaveExploits1References3
Veracode
Veracode
added 2024/08/07 4:35 a.m.16 views

Cross-Site Scripting

@builder.io/qwik is vulnerable to Cross-Site Scripting. The vulnerability is due to improper escaping of HTML on server-side rendering, which converts strings according to the rules in the render-ssr.ts...

6.3CVSS6.5AI score0.00497EPSS
SaveExploits1References3Affected Software1
OSV
OSV
added 2024/08/06 6:24 p.m.18 views

GHSA-2RWJ-7XQ8-4GX4 Qwik has a potential mXSS vulnerability due to improper HTML escaping

Summary A potential mXSS vulnerability exists in Qwik for versions up to 1.6.0. Details Qwik improperly escapes HTML on server-side rendering. It converts strings according to the following rules: https://github.com/QwikDev/qwik/blob/v1.5.5/packages/qwik/src/core/render/ssr/render-ssr.tsL1182-L12...

6.3CVSS6AI score0.00497EPSS
SaveExploits1References5
CNNVD
CNNVD
added 2024/08/06 12:00 a.m.10 views

Qwik 安全漏洞

Qwik is a micro web framework open-sourced by Qwik Dev. A security vulnerability exists in Qwik version 1.6.0 and earlier versions that stems from incorrectly escaping HTML during server-side rendering, resulting in a cross-site scripting vulnerability...

6.3CVSS5.8AI score0.00497EPSS
SaveExploits1References4
OSV
OSV
added 2024/08/05 7:49 p.m.33 views

GHSA-VF6R-87Q4-2VJF nuxt vulnerable to Cross-site Scripting in navigateTo if used after SSR

Summary The navigateTo function attempts to blockthe javascript: protocol, but does not correctly use API's provided by unjs/ufo. This library also contains parsing discrepancies. Details The function first tests to see if the specified URL has a protocol. This uses the unjs/ufo package for URL...

6.3CVSS5.9AI score0.0044EPSS
SaveExploits1References3
Positive Technologies
Positive Technologies
added 2024/08/05 12:00 a.m.12 views

PT-2024-25800 · Unjs/Ufo +1 · Unjs/Ufo +1

Name of the Vulnerable Software and Affected Versions: Nuxt versions prior to 3.12.4 Description: The navigateTo function does not correctly use APIs provided by unjs/ufo, leading to parsing discrepancies. The function first checks if a URL has a protocol using the unjs/ufo package, which works...

6.3CVSS6.4AI score0.0044EPSS
SaveExploits1References7
vulnersOsv
vulnersOsv
added 2024/07/10 4:03 p.m.7 views

24social-ui (>=1.0.0, <=1.0.5), @90pixel/okr (0.1.0) +2133 more potentially affected by CVE-2024-39693 via next (>=13.3.1, <=13.4.20-canary.40)

next NPM version =13.3.1, =1.0.0, =0.1.23, =0.0.2, =1.0.0, =0.0.1, =0.1.0, =0.1.1, =1.1.2, =1.0.0, =0.1.6, =0.1.22 and more Source cves: CVE-2024-39693 Source advisory: OSV:GHSA-FQ54-2J52-JC42...

7.5CVSS5.3AI score0.0049EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/03/28 12:00 a.m.11 views

PT-2024-23117 · Unknown · Astro-Shield

Name of the Vulnerable Software and Affected Versions: Astro-Shield versions prior to 1.3.0 Description: Astro-Shield is a library used to compute subresource integrity hashes for JavaScript scripts and CSS stylesheets. When automated Content Security Policy CSP headers generation for Server-Side...

8.7CVSS9AI score0.00591EPSS
SaveExploits0References11
Veracode
Veracode
added 2024/01/31 7:21 a.m.21 views

Cross Site Scripting (XSS)

@tanstack/react-query-next-experimental is vulnerable to Cross Site Scripting XSS. The vulnerability is due to improper handling of the id variable within the createHydrationStreamProvider method, which allows an attacker to inject arbitrary JavaScript when react-query-next-experimental preforms...

8.2CVSS6.2AI score0.00385EPSS
SaveExploits0References2Affected Software1
Veracode
Veracode
added 2024/01/31 6:56 a.m.25 views

Cross Site Scripting (XSS)

@apollo/experimental-nextjs-app-support is vulnerable to Cross Site Scripting XSS. The vulnerability due to improper sanitization during server-side rendering of HTML pages, which allows an attacker to perform XSS...

8.2CVSS6.2AI score0.00385EPSS
SaveExploits0References3Affected Software1
OSV
OSV
added 2024/01/30 8:57 p.m.35 views

GHSA-RV8P-RR2H-FGPG @apollo/experimental-nextjs-app-support Cross-site Scripting vulnerability

Impact The @apollo/experimental-apollo-client-nextjs NPM package is vulnerable to a cross-site scripting vulnerability. This vulnerability arises from improper handling of untrusted input when @apollo/experimental-apollo-client-nextjs performs server-side rendering of HTML pages. To fix this...

8.2CVSS6.8AI score0.00385EPSS
SaveExploits0References4
Github Security Blog
Github Security Blog
added 2024/01/30 8:57 p.m.31 views

@apollo/experimental-nextjs-app-support Cross-site Scripting vulnerability

Impact The @apollo/experimental-apollo-client-nextjs NPM package is vulnerable to a cross-site scripting vulnerability. This vulnerability arises from improper handling of untrusted input when @apollo/experimental-apollo-client-nextjs performs server-side rendering of HTML pages. To fix this...

8.2CVSS6.3AI score0.00385EPSS
SaveExploits0References4Affected Software1
Rows per page
Query Builder