Skip to content

Commit bf63bc6

Browse files
1 parent a8fa1b0 commit bf63bc6

1 file changed

Lines changed: 61 additions & 0 deletions

File tree

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
{
2+
"schema_version": "1.4.0",
3+
"id": "GHSA-579q-h82j-r5v2",
4+
"modified": "2026-03-26T16:45:41Z",
5+
"published": "2026-03-26T16:45:41Z",
6+
"aliases": [
7+
"CVE-2026-33728"
8+
],
9+
"summary": "dd-trace-java: Unsafe deserialization in RMI instrumentation may lead to remote code execution",
10+
"details": "In versions of dd-trace-java prior to 1.60.3, the RMI instrumentation registered a custom endpoint that deserialized incoming data without applying serialization filters. On JDK version 16 and earlier, an attacker with network access to a JMX or RMI port on an instrumented JVM could exploit this to potentially achieve remote code execution. All three of the following conditions must be true to exploit this vulnerability:\n1. dd-trace-java is attached as a Java agent (`-javaagent`) on Java 16 or earlier\n2. A JMX/RMI port has been explicitly configured via `-Dcom.sun.management.jmxremote.port` and is network-reachable\n3. A gadget-chain-compatible library is present on the classpath\n\n### Impact\nArbitrary remote code execution with the privileges of the user running the instrumented JVM.\n\n### Recommendation\n- For JDK >= 17: No action is required, but upgrading is strongly encouraged.\n- For JDK >= 8u121 < JDK 17: Upgrade to dd-trace-java version 1.60.3 or later.\n- For JDK < 8u121 and earlier where serialization filters are not available, apply the workaround described below.\n\n### Workarounds\nSet the following environment variable to disable the RMI integration: `DD_INTEGRATION_RMI_ENABLED=false`\n\n### Credits\nThis vulnerability was responsibly disclosed by Mohamed Amine ait Ouchebou (mrecho) (Indiesecurity) via the Datadog bug bounty program.",
11+
"severity": [
12+
{
13+
"type": "CVSS_V4",
14+
"score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N"
15+
}
16+
],
17+
"affected": [
18+
{
19+
"package": {
20+
"ecosystem": "Maven",
21+
"name": "com.datadoghq:dd-java-agent"
22+
},
23+
"ranges": [
24+
{
25+
"type": "ECOSYSTEM",
26+
"events": [
27+
{
28+
"introduced": "0.40.0"
29+
},
30+
{
31+
"fixed": "1.60.3"
32+
}
33+
]
34+
}
35+
]
36+
}
37+
],
38+
"references": [
39+
{
40+
"type": "WEB",
41+
"url": "https://github.com/DataDog/dd-trace-java/security/advisories/GHSA-579q-h82j-r5v2"
42+
},
43+
{
44+
"type": "PACKAGE",
45+
"url": "https://github.com/DataDog/dd-trace-java"
46+
},
47+
{
48+
"type": "WEB",
49+
"url": "https://github.com/DataDog/dd-trace-java/releases/tag/v1.60.3"
50+
}
51+
],
52+
"database_specific": {
53+
"cwe_ids": [
54+
"CWE-502"
55+
],
56+
"severity": "CRITICAL",
57+
"github_reviewed": true,
58+
"github_reviewed_at": "2026-03-26T16:45:41Z",
59+
"nvd_published_at": null
60+
}
61+
}

0 commit comments

Comments
 (0)