CVE-2023-49799

CVSS 3.1 Score 7.5 of 10 (high)

Details

Published Dec 9, 2023
Updated: Dec 13, 2023
CWE ID 918

Summary

CVE-2023-49799 is a vulnerability affecting the `nuxt-api-party` module, which is used to proxy API requests in Nuxt.js. The issue arises from a flawed check designed to prevent unauthorized API requests. The check uses a regular expression to identify absolute URLs, but it can be bypassed by adding leading whitespace to the URL. This bypass is possible due to URL normalization processes that remove leading and trailing whitespace before the fetch request is made. The consequence of this vulnerability is the potential for Server-Side Request Forgery (SSRF) attacks and credential leaks. Version 0.22.1 of `nuxt-api-party` addresses the issue, and users are advised to upgrade. Those unable to do so should revert to the previous method for detecting absolute URLs.

Ligh bulbPrevent cyber attacks with Recorded Future by prioritizing and patching critical vulnerabilities being exploited by threat actors targeting your industry. Book your demo to learn more.

Share