SSRF in Johannschopplich Nuxt-Api-Party
CVE-2023-49799
`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.
Vulnerability class: SSRF (Server-Side Request Forgery)
EPSS: 0.008 (53.5th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 7.5 (High). Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N.
Affected products
- Johannschopplich Nuxt-api-party — versions < 0.22.1
- Johannschopplich Nuxt_api_party
Weakness classification (CWE)
Public proof-of-concept exploits
References
- security-advisories@github.com (x_refsource_CONFIRM, Exploit, Mitigation, Vendor Advisory)
- security-advisories@github.com (x_refsource_MISC, Not Applicable)
- security-advisories@github.com (x_refsource_MISC, Not Applicable)
- security-advisories@github.com (x_refsource_MISC, Issue Tracking)
- security-advisories@github.com (x_refsource_MISC, Not Applicable)
Frequently asked questions
- What is CVE-2023-49799?
- CVE-2023-49799 is a high-severity vulnerability in Johannschopplich Nuxt-Api-Party, classified under Server-Side Request Forgery (SSRF). CVSS score: 7.5/10. Published 2023-12-09.
- How severe is CVE-2023-49799?
- High severity. CVSS v3 base score is 7.5 out of 10.
- Is CVE-2023-49799 known to be exploited?
- 3 public proof-of-concept repositories are indexed. Not currently listed in the CISA KEV catalog.