CVE-2024-29025 Affecting opensearch-2 package, versions <2.13.0-r0
Threat Intelligence
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications- Snyk ID SNYK-WOLFILATEST-OPENSEARCH2-6612089
- published 13 Apr 2024
- disclosed 25 Mar 2024
Introduced: 25 Mar 2024
CVE-2024-29025 Open this link in a new tabHow to fix?
Upgrade Wolfi
opensearch-2
to version 2.13.0-r0 or higher.
NVD Description
Note: Versions mentioned in the description apply only to the upstream opensearch-2
package and not the opensearch-2
package as distributed by Wolfi
.
See How to fix?
for Wolfi
relevant fixed versions and status.
Netty is an asynchronous event-driven network application framework for rapid development of maintainable high performance protocol servers & clients. The HttpPostRequestDecoder
can be tricked to accumulate data. While the decoder can store items on the disk if configured so, there are no limits to the number of fields the form can have, an attacher can send a chunked post consisting of many small fields that will be accumulated in the bodyListHttpData
list. The decoder cumulates bytes in the undecodedChunk
buffer until it can decode a field, this field can cumulate data without limits. This vulnerability is fixed in 4.1.108.Final.