4 matches found
CVE-2023-29008
CVE-2023-29008 (SvelteKit CSRF issue) is described across multiple sources as a CSRF protection bypass in versions prior to 1.15.2. The vulnerability arises because the internal CSRF check (respond.js) relies on a Content-Type comparison that can be bypassed when an upper-cased Content-Type heade...
CVE-2023-29003
CVE-2023-29003 affects SvelteKit CSRF protection. Prior to version 1.15.1, an attacker could bypass CSRF by sending requests with a crafted Content-Type header, enabling cross-site requests from third parties and potentially session takeover. SvelteKit 1.15.1 hardens CSRF by (1) treating text/pla...
CVE-2024-53261
CVE-2024-53261 : SvelteKit contains an XSS vulnerability where unsanitized input from the request URL can flow into the HTML rendered by end, under certain conditions in dev-related code paths. The issue lives in files under packages/kit/src/exports/vite/... and may affect dev pages when user-con...
CVE-2024-53262
CVE-2024-53262 affects SvelteKit where the static error.html template renders placeholders for HTTP status and error.message without escaping. This can allow an attacker-provided error.message to inject content into the error page, yielding a template XSS risk for applications that include user i...