CVE-2024-32980
CVSS V2 None
CVSS V3 None
Description
Spin is the developer tool for building and running serverless applications powered by WebAssembly. Prior to 2.4.3, some specifically configured Spin applications that use `self` requests without a specified URL authority can be induced to make requests to arbitrary hosts via the `Host` HTTP header. The following conditions need to be met for an application to be vulnerable: 1. The environment Spin is deployed in routes requests to the Spin runtime based on the request URL instead of the `Host` header, and leaves the `Host` header set to its original value; 2. The Spin application's component handling the incoming request is configured with an `allow_outbound_hosts` list containing `"self"`; and 3. In reaction to an incoming request, the component makes an outbound request whose URL doesn't include the hostname/port. Spin 2.4.3 has been released to fix this issue.
Overview
- CVE ID
- CVE-2024-32980
- Assigner
- GitHub_M
- Vulnerability Status
- PUBLISHED
- Published Version
- 2024-05-08T14:32:09.059Z
- Last Modified Date
- 2024-06-17T17:22:32.670Z
Weakness Enumerations
References
Reference URL | Reference Tags |
---|---|
https://github.com/fermyon/spin/security/advisories/GHSA-f3h7-gpjj-wcvh | x_refsource_CONFIRM |
https://github.com/fermyon/spin/commit/b3db535c9edb72278d4db3a201f0ed214e561354 | x_refsource_MISC |
Sources
Source Name | Source URL |
---|---|
NIST | https://nvd.nist.gov/vuln/detail/CVE-2024-32980 |
MITRE | https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-32980 |
History
Created | Old Value | New Value | Data Type | Notes |
---|---|---|---|---|
2024-06-26 08:16:24 | Added to TrackCVE |