Description
Affected versions of Puppet Enterprise contain a command injection vulnerability in the handling of the java_keystore_passwd parameter. An authenticated user with Puppet administrative privileges can inject arbitrary shell commands by providing a specially crafted value for this parameter, which is passed to a shell execution context without sufficient sanitization. Because the resulting commands are executed with root privileges, successful exploitation can lead to full compromise of the affected system.
Published: 2026-09-11
Score: 8.6 High
EPSS: n/a
KEV: No
Impact: Remote Code Execution
Action: Immediate Patch
AI Analysis

Impact

The vulnerability allows an authenticated Puppet administrator to inject arbitrary shell commands through the java_keystore_passwd parameter. The attacker can supply a value that is rendered directly by the system's shell without proper escaping, resulting in arbitrary command execution. Because the commands run with root privileges, exploitation can compromise the entire system, affecting confidentiality, integrity, and availability. The weakness is a classic input validation flaw that can trigger command injection.

Affected Systems

Perforce Software’s Puppet Enterprise platform is impacted. Versions before the vendor’s release of the fix (exact version numbers not provided) are vulnerable, and any enterprise deployment relying on older releases should verify their installed version.

Risk and Exploitability

The CVSS score of 8.6 indicates a high severity. The EPSS score is not available, but the lack of a public exploit does not diminish the danger, given the high privilege level required and the devastating outcome of successful exploitation. The vulnerability is not listed in CISA KEV, but it remains a critical risk for organizations that rely on Puppet Enterprise for configuration management and still maintain legacy installations. The attack vector is local: the attacker must be authenticated with administrative privileges, but once achieved, the ability to execute arbitrary commands as root presents a full compromise potential.

Generated by OpenCVE AI on September 11, 2026 at 16:05 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the official patch or upgrade to the latest Puppet Enterprise version that resolves the command injection flaw.
  • Restrict administrative access to Puppet Enterprise, ensuring only trusted users have Puppet admin rights.
  • Review the puppet_enterprise configuration files for any unintended exposure of the java_keystore_passwd parameter and enforce strict input validation or remove the parameter from user interfaces if possible.

Generated by OpenCVE AI on September 11, 2026 at 16:05 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 11 Sep 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Fri, 11 Sep 2026 14:45:00 +0000

Type Values Removed Values Added
Description Affected versions of Puppet Enterprise contain a command injection vulnerability in the handling of the java_keystore_passwd parameter. An authenticated user with Puppet administrative privileges can inject arbitrary shell commands by providing a specially crafted value for this parameter, which is passed to a shell execution context without sufficient sanitization. Because the resulting commands are executed with root privileges, successful exploitation can lead to full compromise of the affected system.
Weaknesses CWE-20
CWE-269
CWE-78
References
Metrics cvssV4_0

{'score': 8.6, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:H/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Perforce

Published:

Updated: 2026-09-11T17:23:13.292Z

Reserved: 2026-09-04T18:45:39.755Z

Link: CVE-2026-85979

cve-icon Vulnrichment

Updated: 2026-09-11T15:00:46.660Z

cve-icon NVD

Status : Received

Published: 2026-09-11T15:17:06.807

Modified: 2026-09-11T16:17:47.750

Link: CVE-2026-85979

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-11T16:15:05Z

Weaknesses
  • CWE-20

    Improper Input Validation

  • CWE-269

    Improper Privilege Management

  • CWE-78

    Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection')