Description
@hulumi/drift versions before 1.3.2 accept externally supplied execute plans without sufficient provenance validation, allowing untrusted reconciliation input to be treated as trusted. Attackers can supply malicious execute plans that bypass security checks to perform unsafe reconciliation operations.
Published: 2026-08-31
Score: 9.3 Critical
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

This vulnerability allows an attacker who supplies an execute plan to the @hulumi/drift tool to inject that plan without proper provenance validation. The flaw enables the execution of arbitrary, malicious operations intended to be treated as legitimate, which can result in unauthorized data manipulation or code execution. The weakness is categorized as CWE‑345, indicating a trust boundary violation where untrusted input is treated as trusted.

Affected Systems

All releases of the hulumi:drift product before version 1.3.2 are affected. The vulnerability exists in any instance that accepts externally supplied execute plans from untrusted sources.

Risk and Exploitability

The CVSS score of 9.3 reflects a high severity risk; no EPSS score is publicly available, and the vulnerability is not listed in the CISA KEV catalog. Attackers can exploit this issue remotely by providing a crafted execute plan over a network or through any channel that the tool accepts. Once the plan is accepted, the attacker’s commands are executed with the same privileges as the running instance, exposing the system to full compromise if the tool is run with elevated rights.

Generated by OpenCVE AI on August 31, 2026 at 10:27 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to hulumi drift 1.3.2 or later to eliminate the unvalidated execution plan acceptance.
  • Ensure that only provenance‑verified execution plans are accepted by adjusting configuration or token‑based access controls to restrict which sources can supply plans.
  • Implement input validation that checks execution plans for trusted signatures or hashes before execution, mitigating CWE‑345 by enforcing provenance verification.

Generated by OpenCVE AI on August 31, 2026 at 10:27 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 31 Aug 2026 09:00:00 +0000

Type Values Removed Values Added
Description @hulumi/drift versions before 1.3.2 accept externally supplied execute plans without sufficient provenance validation, allowing untrusted reconciliation input to be treated as trusted. Attackers can supply malicious execute plans that bypass security checks to perform unsafe reconciliation operations.
Title @hulumi/drift before 1.3.2 Unsafe Execute Plan Acceptance
Weaknesses CWE-345
References
Metrics cvssV3_1

{'score': 9.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H'}

cvssV4_0

{'score': 9.3, 'vector': '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'}


Subscriptions

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-31T08:46:31.177Z

Reserved: 2026-08-31T08:37:27.054Z

Link: CVE-2026-82858

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-31T09:17:06.067

Modified: 2026-08-31T09:17:06.067

Link: CVE-2026-82858

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T10:30:17Z

Weaknesses
  • CWE-345

    Insufficient Verification of Data Authenticity