CVE-2023-49799
Last modified
CVE-2023-49799 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. `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. EPSS estimates a 0.82% chance of exploitation in the next 30 days.
Description
`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 an absolute URL with leading whitespace. For example `\nhttps://whatever.com` which has a leading newline. According to the fetch specification, before a fetch is made the URL is normalized. "To normalize a byte sequence potentialValue, remove any leading and trailing HTTP whitespace bytes from potentialValue.". This means the final request will be normalized to `https://whatever.com` bypassing the check and nuxt-api-party will send a request outside of the whitelist. This could allow us to leak credentials or perform Server-Side Request Forgery (SSRF). This vulnerability has been addressed in version 0.22.1. Users are advised to upgrade. Users unable to upgrade should revert to the previous method of detecting absolute URLs.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Johannschopplich | Nuxt Api Party | <= 0.21.3 |
References
- https://fetch.spec.whatwg.org/Not Applicable
- https://fetch.spec.whatwg.org/#http-whitespace-byteNot Applicable
- https://github.com/johannschopplich/nuxt-api-party/security/advisories/GHSA-3wfp-253j-5jxvExploit, Mitigation, Vendor Advisory
- https://infra.spec.whatwg.org/#byte-sequenceNot Applicable
- https://fetch.spec.whatwg.org/Not Applicable
- https://fetch.spec.whatwg.org/#http-whitespace-byteNot Applicable
- https://github.com/johannschopplich/nuxt-api-party/security/advisories/GHSA-3wfp-253j-5jxvExploit, Mitigation, Vendor Advisory
- https://infra.spec.whatwg.org/#byte-sequenceNot Applicable
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-49799?
How severe is CVE-2023-49799?
How do I fix CVE-2023-49799?
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-49793CodeChecker is an analyzer tooling, defect database and view…6.5
- CVE-2023-49794KernelSU is a Kernel-based root solution for Android devices…7.8
- CVE-2023-49795MindsDB connects artificial intelligence models to real time…5.3
- CVE-2023-49796MindsDB connects artificial intelligence models to real time…5.3
- CVE-2023-49797PyInstaller bundles a Python application and all its depende…7.8
- CVE-2023-49798OpenZeppelin Contracts is a library for smart contract devel…7.5
- CVE-2023-4980Cross-site Scripting (XSS) - Generic in GitHub repository li…5.4
- CVE-2023-49800`nuxt-api-party` is an open source module to proxy API reque…7.5
- CVE-2023-49801Lif Auth Server is a server for validating logins, managing …7.5
- CVE-2023-49802The LinkedCustomFields plugin for MantisBT allows users to l…6.1
- CVE-2023-49803@koa/cors npm provides Cross-Origin Resource Sharing (CORS) …7.5
- CVE-2023-49804Uptime Kuma is an easy-to-use self-hosted monitoring tool. P…7.8
Are you affected by CVE-2023-49799?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
