Skip to content

Commit ea94dac

Browse files
1 parent e779b4e commit ea94dac

2 files changed

Lines changed: 123 additions & 39 deletions

File tree

Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-429q-mrc4-38fr",
4+
"modified": "2026-02-25T18:07:17Z",
5+
"published": "2026-02-23T09:31:23Z",
6+
"aliases": [
7+
"CVE-2026-25747"
8+
],
9+
"summary": "Apache Camel Deserializes Untrusted Data in its LevelDB Component",
10+
"details": "Deserialization of Untrusted Data vulnerability in Apache Camel LevelDB component.\n\nThe 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.\nThis 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.\n\nUsers 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",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:H/VA:N/SC:N/SI:N/SA:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "org.apache.camel:camel-leveldb"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "3.0.0"
29+
},
30+
{
31+
"fixed": "4.10.9"
32+
}
33+
]
34+
}
35+
]
36+
},
37+
{
38+
"package": {
39+
"ecosystem": "Maven",
40+
"name": "org.apache.camel:camel-leveldb"
41+
},
42+
"ranges": [
43+
{
44+
"type": "ECOSYSTEM",
45+
"events": [
46+
{
47+
"introduced": "4.11.0"
48+
},
49+
{
50+
"fixed": "4.14.5"
51+
}
52+
]
53+
}
54+
]
55+
},
56+
{
57+
"package": {
58+
"ecosystem": "Maven",
59+
"name": "org.apache.camel:camel-leveldb"
60+
},
61+
"ranges": [
62+
{
63+
"type": "ECOSYSTEM",
64+
"events": [
65+
{
66+
"introduced": "4.15.0"
67+
},
68+
{
69+
"fixed": "4.18.0"
70+
}
71+
]
72+
}
73+
]
74+
}
75+
],
76+
"references": [
77+
{
78+
"type": "ADVISORY",
79+
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-25747"
80+
},
81+
{
82+
"type": "WEB",
83+
"url": "https://github.com/apache/camel/commit/0e3ac39e20416c91af6df2cfce3f7d795e75ad89"
84+
},
85+
{
86+
"type": "WEB",
87+
"url": "https://github.com/apache/camel/commit/5f343367f7b25646b7d12be26c3e87381c7a7ecb"
88+
},
89+
{
90+
"type": "WEB",
91+
"url": "https://github.com/apache/camel/commit/af2f2e9571b3b03a36b771bd9eb10427886d9636"
92+
},
93+
{
94+
"type": "WEB",
95+
"url": "https://camel.apache.org/security/CVE-2026-25747.html"
96+
},
97+
{
98+
"type": "PACKAGE",
99+
"url": "https://github.com/apache/camel"
100+
},
101+
{
102+
"type": "WEB",
103+
"url": "https://github.com/oscerd/CVE-2026-25747"
104+
},
105+
{
106+
"type": "WEB",
107+
"url": "https://issues.apache.org/jira/browse/CAMEL-22966"
108+
},
109+
{
110+
"type": "WEB",
111+
"url": "http://www.openwall.com/lists/oss-security/2026/02/18/6"
112+
}
113+
],
114+
"database_specific": {
115+
"cwe_ids": [
116+
"CWE-502"
117+
],
118+
"severity": "HIGH",
119+
"github_reviewed": true,
120+
"github_reviewed_at": "2026-02-25T18:07:17Z",
121+
"nvd_published_at": "2026-02-23T09:17:01Z"
122+
}
123+
}

advisories/unreviewed/2026/02/GHSA-429q-mrc4-38fr/GHSA-429q-mrc4-38fr.json

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)