CVE-2023-29008
Last modified
CVE-2023-29008 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. The SvelteKit framework offers developers an option to create simple REST APIs. This is done by defining a `+server.js` file, containing endpoint handlers for different HTTP methods. SvelteKit provides out-of-the-box cross-site request forgery (CSRF) protection to its users. EPSS estimates a 0.37% chance of exploitation in the next 30 days.
Description
The SvelteKit framework offers developers an option to create simple REST APIs. This is done by defining a `+server.js` file, containing endpoint handlers for different HTTP methods. SvelteKit provides out-of-the-box cross-site request forgery (CSRF) protection to its users. The protection is implemented at `kit/src/runtime/server/respond.js`. While the implementation does a sufficient job of mitigating common CSRF attacks, the protection can be bypassed in versions prior to 1.15.2 by simply specifying an upper-cased `Content-Type` header value. The browser will not send uppercase characters, but this check does not block all expected CORS requests. If abused, this issue will allow malicious requests to be submitted from third-party domains, which can allow execution of operations within the context of the victim's session, and in extreme scenarios can lead to unauthorized access to users’ accounts. This may lead to all POST operations requiring authentication being allowed in the following cases: If the target site sets `SameSite=None` on its auth cookie and the user visits a malicious site in a Chromium-based browser; if the target site doesn't set the `SameSite` attribute explicitly and the user visits a malicious site with Firefox/Safari with tracking protections turned off; and/or if the user is visiting a malicious site with a very outdated browser. SvelteKit 1.15.2 contains a patch for this issue. It is also recommended to explicitly set `SameSite` to a value other than `None` on authentication cookies especially if the upgrade cannot be done in a timely manner.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Svelte | Sveltekit | < 1.15.2 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-29008?
How severe is CVE-2023-29008?
How do I fix CVE-2023-29008?
How Strix Helps
- One Click Account Takeover in GranolaHow a notification link broke out of Electron and led to a one-click account takeover.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2023
- CVE-2023-29002Cilium is a networking, observability, and security solution…6.3
- CVE-2023-29003SvelteKit is a web development framework. The SvelteKit fram…8.8
- CVE-2023-29004hap-wi/roxy-wi is a web interface for managing Haproxy, Ngin…6.5
- CVE-2023-29005Flask-AppBuilder versions before 4.3.0 lack rate limiting wh…7.5
- CVE-2023-29006The Order GLPI plugin allows users to manage order managemen…8.8
- CVE-2023-29007Git is a revision control system. Prior to versions 2.30.9, …7.8
- CVE-2023-29009baserCMS is a website development framework with WebAPI that…6.1
- CVE-2023-2901A vulnerability was found in NFine Rapid Development Platfor…6.5
- CVE-2023-29010Budibase is a low code platform for creating internal tools,…6.5
- CVE-2023-29011Git for Windows, the Windows port of Git, ships with an exec…7.8
- CVE-2023-29012Git for Windows is the Windows port of Git. Prior to version…7.8
- CVE-2023-29013Traefik (pronounced traffic) is a modern HTTP reverse proxy …7.5
Are you affected by CVE-2023-29008?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
