Description
Deserialization of Untrusted Data vulnerability in Apache Camel LevelDB component.

The Camel-LevelDB DefaultLevelDBSerializer class deserializes data read from the LevelDB aggregation repository using java.io.ObjectInputStream without applying any ObjectInputFilter or class-loading restrictions. An attacker who can write to the LevelDB database files used by a Camel application can inject a crafted serialized Java object that, when deserialized during normal aggregation repository operations, results in arbitrary code execution in the context of the application.
This issue affects Apache Camel: from 4.10.0 before 4.10.8, from 4.14.0 before 4.14.5, from 4.15.0 before 4.18.0.

Users are recommended to upgrade to version 4.18.0, which fixes the issue. For the 4.10.x LTS releases, users are recommended to upgrade to 4.10.9, while for 4.14.x LTS releases, users are recommended to upgrade to 4.14.5
Published: 2026-02-23
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: Remote Code Execution
Action: Immediate Patch
AI Analysis

Impact

The flaw is a deserialization vulnerability in the Camel-LevelDB component that allows an attacker to inject a crafted Java object into the LevelDB aggregation repository. When the repository processes the stored data, the untrusted object is deserialized using java.io.ObjectInputStream without applying any ObjectInputFilter or class‑loading restrictions, leading to arbitrary code execution in the context of the running Camel application. This vulnerability corresponds to CWE‑502, which signifies the ability to deserialize untrusted data for malicious payloads.

Affected Systems

This issue affects all Apache Camel LevelDB releases from 4.10.0 up to 4.10.7, from 4.14.0 up to 4.14.4, and from 4.15.0 up to 4.17.9. The recommended fixes are version 4.18.0 for the main line, 4.10.9 for the 4.10.x LTS line, and 4.14.5 for the 4.14.x LTS line, all of which remove the unfiltered deserialization path.

Risk and Exploitability

The CVSS score of 8.8 indicates a high severity, while the EPSS score of less than 1% suggests a low likelihood of exploitation in practice. The vulnerability is not marked in the CISA KEV catalog. Exploitation requires an attacker who can write to the LevelDB database files—typically a local or compromised system with file‑write privileges. Once access is gained, the attacker can craft a malicious serialized object that will be processed during normal aggregation tasks, causing code to run with the application's privileges. Given the high impact but low exploitation probability, prompt remediation is advised to mitigate potential damage.

Generated by OpenCVE AI on April 15, 2026 at 20:16 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Apache Camel LevelDB to 4.18.0, or to 4.10.9 for 4.10.x LTS releases, or to 4.14.5 for 4.14.x LTS releases; these releases remove the vulnerable deserialization path.
  • If immediate patching is not possible, restrict the write permissions on the LevelDB database files so that only the trusted application process can modify them, preventing malicious object injection.
  • Enable file‑system audit or log monitoring to detect unauthorized writes to LevelDB files and review logs for suspicious activity.

Generated by OpenCVE AI on April 15, 2026 at 20:16 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-429q-mrc4-38fr Apache Camel Deserializes Untrusted Data in its LevelDB Component
History

Fri, 03 Apr 2026 15:15:00 +0000

Type Values Removed Values Added
Title Apache Camel: Deserialization of Untrusted Data in Camel LevelDB Apache Camel LevelDB: Deserialization of Untrusted Data in Camel LevelDB

Thu, 26 Feb 2026 17:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 26 Feb 2026 17:00:00 +0000

Type Values Removed Values Added
CPEs cpe:2.3:a:apache:camel:*:*:*:*:*:*:*:*
Metrics cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}

cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Tue, 24 Feb 2026 06:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 24 Feb 2026 00:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

cvssV3_1

{'score': 7.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}

threat_severity

Important


Mon, 23 Feb 2026 15:00:00 +0000

Type Values Removed Values Added
First Time appeared Apache
Apache camel
Vendors & Products Apache
Apache camel

Mon, 23 Feb 2026 10:30:00 +0000

Type Values Removed Values Added
References

Mon, 23 Feb 2026 09:15:00 +0000

Type Values Removed Values Added
Description Deserialization of Untrusted Data vulnerability in Apache Camel LevelDB component. The Camel-LevelDB DefaultLevelDBSerializer class deserializes data read from the LevelDB aggregation repository using java.io.ObjectInputStream without applying any ObjectInputFilter or class-loading restrictions. An attacker who can write to the LevelDB database files used by a Camel application can inject a crafted serialized Java object that, when deserialized during normal aggregation repository operations, results in arbitrary code execution in the context of the application. This issue affects Apache Camel: from 4.10.0 before 4.10.8, from 4.14.0 before 4.14.5, from 4.15.0 before 4.18.0. Users are recommended to upgrade to version 4.18.0, which fixes the issue. For the 4.10.x LTS releases, users are recommended to upgrade to 4.10.9, while for 4.14.x LTS releases, users are recommended to upgrade to 4.14.5
Title Apache Camel: Deserialization of Untrusted Data in Camel LevelDB
Weaknesses CWE-502
References

cve-icon MITRE

Status: PUBLISHED

Assigner: apache

Published:

Updated: 2026-04-03T14:58:54.291Z

Reserved: 2026-02-05T17:46:20.179Z

Link: CVE-2026-25747

cve-icon Vulnrichment

Updated: 2026-02-23T09:21:29.479Z

cve-icon NVD

Status : Modified

Published: 2026-02-23T09:17:01.043

Modified: 2026-02-26T22:20:46.517

Link: CVE-2026-25747

cve-icon Redhat

Severity : Important

Publid Date: 2026-02-23T08:45:45Z

Links: CVE-2026-25747 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-04-15T20:30:13Z

Weaknesses