NA

CVE-2024-22369

Published: 20/02/2024 Updated: 20/02/2024

Vulnerability Summary

Deserialization of Untrusted Data vulnerability in Apache Camel SQL ComponentThis issue affects Apache Camel: from 3.0.0 prior to 3.21.4, from 3.22.0 prior to 3.22.1, from 4.0.0 prior to 4.0.4, from 4.1.0 prior to 4.4.0. Users are recommended to upgrade to version 4.4.0, which fixes the issue. If users are on the 4.0.x LTS releases stream, then they are suggested to upgrade to 4.0.4. If users are on 3.x, they are suggested to move to 3.21.4 or 3.22.1

Github Repositories

CVE-2024-22369 Reproducer

CVE-2024-22369 Credits This POC is based on the reproducer built by Ziyang Chen of HuaWei Open Source Management Center The reproducer has been used to create this PoC, with some adjustments and clean up, and also enriched with some more automation Prepare the enviroment We'll need a Mysql instance docker run --name some-mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=my-secret