Skip to content

Commit ffbfb3e

Browse files
dlmarionddanielr
andauthored
Implement workaround in accumulo-env.sh for OpenTelemetry CVE (#6288)
Added a system property in accumulo-env.sh to disable the RMI instrumentation of the OpenTelemetry Java Agent. See https://github.com/apache/accumulo/security/dependabot/25 for more information. Co-authored-by: Daniel Roberts <ddanielr@gmail.com>
1 parent 1f708ca commit ffbfb3e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

assemble/conf/accumulo-env.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ JAVA_OPTS=("-Daccumulo.log.dir=${ACCUMULO_LOG_DIR}"
117117
"-Dlog4j2.statusLoggerLevel=ERROR"
118118
"-Dlog4j2.contextSelector=org.apache.logging.log4j.core.async.AsyncLoggerContextSelector"
119119
"-Dotel.service.name=${ACCUMULO_SERVICE_INSTANCE}"
120+
# Mitigation for CVE-2026-33701
121+
"-Dotel.instrumentation.rmi.enabled=false"
120122
"${JAVA_OPTS[@]}"
121123
)
122124

0 commit comments

Comments
 (0)