First published: Fri Dec 06 2024(Updated: )
The HTTP host header can be manipulated and cause the application to behave in unexpected ways. Any changes made to the header would cause the request to be sent to a completely different domain/IP address.
Credit: psirt@hcl.com
Affected Software | Affected Version | How to fix |
---|---|---|
HCL Nomad |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-30129 is considered a moderate to high severity vulnerability due to the potential for host header attacks.
To fix CVE-2024-30129, validate and sanitize the HTTP host header in your application to ensure it only accepts expected values.
The potential impacts of CVE-2024-30129 include unauthorized access, data leakage, and manipulation of application responses.
CVE-2024-30129 specifically affects the HCL Nomad server.
Mitigation strategies for CVE-2024-30129 include implementing strict host validation and using security headers to protect against host header attacks.