CVE-2026-39006
Deferred Deferred - Pending Action

Remote Code Execution in SNMP4J-Agent

Vulnerability report for CVE-2026-39006, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-06-15

Last updated on: 2026-06-16

Assigner: MITRE

Description

An issue in SNMP4J-Agent 3.8.3 allows a remote attacker to execute arbitrary code via the snmp4jCfgStoragePath component.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-06-15
Last Modified
2026-06-16
Generated
2026-07-06
AI Q&A
2026-06-15
EPSS Evaluated
2026-07-04
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
snmp4j snmp4j-agent 3.8.3

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-284 The product does not restrict or incorrectly restricts access to a resource from an unauthorized actor.
CWE-502 The product deserializes untrusted data without sufficiently ensuring that the resulting data will be valid.
CWE-73 The product allows user input to control or influence paths or file names that are used in filesystem operations.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

CVE-2026-39006 is a remote code execution vulnerability found in SNMP4J-Agent version 3.8.3. It involves the snmp4jCfgStoragePath component, where a remote attacker can exploit the default configuration to modify the storage path and trigger store or restore operations.

By using the default community string "public," an attacker can set a path they control, which leads to the DefaultMOPersistenceProvider using Java object deserialization via ObjectInputStream. This process can be exploited to execute arbitrary code depending on deployment and classpath conditions.

The vulnerability also allows file write or overwrite operations through the store function and can cause denial of service during deserialization of invalid input.

Impact Analysis

This vulnerability can allow a remote attacker to execute arbitrary code on the affected system, potentially taking full control depending on the environment.

It also enables attackers to write or overwrite files on the system, which can lead to data corruption or unauthorized data modification.

Additionally, the vulnerability can cause denial of service by triggering failures during deserialization of invalid input, potentially disrupting service availability.

Detection Guidance

This vulnerability can be detected by checking if SNMP4J-Agent version 3.8.3 is in use and if the default community string "public" is enabled, which allows remote attackers to exploit the snmp4jCfgStoragePath component.

Detection can involve monitoring SNMP traffic for requests using the "public" community string and attempts to modify the storage path or trigger store/restore operations.

Suggested commands include using snmpwalk or snmpget to query SNMP agents with the community string "public" to identify vulnerable configurations.

  • snmpwalk -v2c -c public <target-ip> .
  • snmpget -v2c -c public <target-ip> <OID>

Additionally, reviewing logs for file creation or deserialization errors related to SNMP4J-Agent may help detect exploitation attempts.

Mitigation Strategies

Immediate mitigation steps include removing default write privileges from the SNMP4J-Agent configuration to prevent unauthorized modification of the storage path.

Restrict the storage paths to safe directories to avoid arbitrary file writes or overwrites.

Replace Java deserialization mechanisms with safer formats to prevent arbitrary code execution.

Enable source address filtering for SNMPv1/v2c to limit access to trusted hosts only.

Compliance Impact

The vulnerability in SNMP4J-Agent 3.8.3 allows remote code execution and unauthorized file write or overwrite operations, which could lead to unauthorized access or modification of sensitive data.

Such unauthorized access and potential data breaches may impact compliance with data protection regulations like GDPR and HIPAA, which require safeguarding personal and sensitive information against unauthorized access and ensuring system integrity.

However, the provided information does not explicitly detail the direct effects on compliance with these standards.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-39006. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart