CVE-2024-42352: Server-Side Request Forgery (SSRF) in nuxt-icon

Published Aug 5, 2024
·
Updated

Summary nuxt/icon provides an API to allow client side icon lookup. This endpoint is at /api/nuxticon/[name].

The proxied request path is improperly parsed, allowing an attacker to change the scheme and host of the request. This leads to SSRF, and could potentially lead to sensitive data exposure.

Details The new URL constructor is used to parse the final path. This constructor can be passed a relative scheme or path in order to change the host the request is sent to. This constructor is also very tolerant of poorly formatted URLs.

As a result we can pass a path prefixed with the string http:. This has the effect of changing the scheme to HTTP. We can then subsequently pass a new host, for example http:127.0.0.1:8080. This would allow us to send requests to a local server.

PoC Make a request to /api/nuxticon/http:example.com, observe the data returned has been fetched from a different resource than intended.

I typically try to find an example within Nuxt infrastructure that is vulnerable to these types of bugs, but I could not identify any with this endpoint enabled.

Impact + SSRF, potential sensitive data exposure. + I do not believe this can be chained into an XSS, but it may be possible. + Does not have a security impact on services deployed on Cloudflare Workers. + Does not impact certain builds and modes (like static builds). + Can be mitigated using by disabling the fallbackToApi option.

Fix + Ensure the host has not been changed after the path is parsed. + Alternatively, prefix the path with ./.

Other sources

Nuxt is a free and open-source framework to create full-stack web applications and websites with Vue.js. nuxt/icon provides an API to allow client side icon lookup. This endpoint is at /api/nuxticon/[name]. The proxied request path is improperly parsed, allowing an attacker to change the scheme and host of the request. This leads to SSRF, and could potentially lead to sensitive data exposure. The new URL constructor is used to parse the final path. This constructor can be passed a relative scheme or path in order to change the host the request is sent to. This constructor is also very tolerant of poorly formatted URLs. As a result we can pass a path prefixed with the string http:. This has the effect of changing the scheme to HTTP. We can then subsequently pass a new host, for example http:127.0.0.1:8080. This would allow us to send requests to a local server. This issue has been addressed in release version 1.4.5 and all users are advised to upgrade. There are no known workarounds for this vulnerability.

MITRE

Affected Software

2 affected componentsFixes available
npm/@nuxt/icon<=1.4.4
1.4.5
Nuxt.js<1.4.5

Event History

Aug 5, 2024
Advisory Published
via GitHub·07:49 PM
CVE Published
via MITRE·08:38 PM
Data Sourced
via MITRE·08:38 PM
DescriptionSeverityWeakness
Data Sourced
via NVD·09:15 PM
DescriptionSeverityWeakness
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2024-42352?

CVE-2024-42352 has been classified with a severity rating that indicates a serious risk due to the SSRF vulnerability.

2

How do I fix CVE-2024-42352?

To fix CVE-2024-42352, you should upgrade to @nuxt/icon version 1.4.5 or later.

3

What causes CVE-2024-42352?

CVE-2024-42352 is caused by improper parsing of the proxied request path in the nuxt/icon API.

4

What damages could result from CVE-2024-42352?

Exploitation of CVE-2024-42352 could allow attackers to conduct Server Side Request Forgery (SSRF) attacks.

5

Which software versions are affected by CVE-2024-42352?

CVE-2024-42352 affects @nuxt/icon versions up to 1.4.4 and all versions of Nuxt prior to 1.4.5.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203