Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2023-49799

7.5 · HIGH
Published Dec 9, 2023 johannschopplich CWE-918 EPSS 0.82% (55th pctl)

Overview

CVE-2023-49799 is a high-severity vulnerability affecting johannschopplich nuxt_api_party. It was published on December 9, 2023 and has a CVSS 3.1 base score of 7.5 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical 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 previou

Remediation

Check the references section for vendor advisories and patches from johannschopplich. Update nuxt_api_party to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
johannschopplich nuxt_api_party 0 Affected

Frequently Asked Questions

What is CVE-2023-49799?

CVE-2023-49799 is a high-severity vulnerability affecting johannschopplich nuxt_api_party. It was published on December 9, 2023 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2023-49799?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2023-49799?

Check the references section for vendor advisories and patches from johannschopplich. Update nuxt_api_party to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2023-49799?

CyberStrike's AI-powered security agents can automatically detect CVE-2023-49799 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.