CVE-2024-38828
MEDIUMSpring WebMVC 5.3.0-5.3.41 - Denial of Service via @RequestBody byte[] Parameter
Title source: llmExploitation Summary
EIP tracks 4 public exploits for CVE-2024-38828. PoCs published by funcid, topilov, First-Roman.
AI-analyzed exploit summary This repository contains a functional proof-of-concept for CVE-2024-38828, a DoS vulnerability in Spring Framework's ByteArrayHttpMessageConverter. It includes a custom converter to mitigate the issue and a load test script to demonstrate the vulnerability.
Description
Spring MVC controller methods with an @RequestBody byte[] method parameter are vulnerable to a DoS attack.
Exploits (4)
This repository contains a functional proof-of-concept for CVE-2024-38828, a DoS vulnerability in Spring Framework's ByteArrayHttpMessageConverter. It includes a custom converter to mitigate the issue and a load test script to demonstrate the vulnerability.
This repository contains a functional proof-of-concept for CVE-2024-38828, demonstrating a denial-of-service (DoS) vulnerability in Spring applications by exploiting improper handling of large byte array inputs. The test case simulates an attack by sending a request with a Content-Length header set to Integer.MAX_VALUE, which triggers an exception.
This repository contains a functional PoC for CVE-2024-38828, demonstrating a DoS vulnerability in Spring Framework's ByteArrayHttpMessageConverter. The exploit leverages a crafted Content-Length header to trigger an exception, causing resource exhaustion.
This repository demonstrates a partial fix for CVE-2024-38828, a DoS vulnerability in Spring Framework where large or malformed byte[] requests can exhaust memory. It includes a custom ByteArrayConverter to enforce size limits and prevent resource exhaustion.
References (2)
Scores
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L