Skip to main content
COSMICBYTEZLABS
NewsSecurityHOWTOsToolsTraining
StudyProjectsNewsletterHire MeAbout
Subscribe

Press Enter to search or Esc to close

News
Security
HOWTOs
Tools
Training
Study
Projects
Newsletter
Hire Me
About
RSS Feed
Reading List
Subscribe

Stay in the Loop

Get the latest security alerts, tutorials, and tech insights delivered to your inbox.

Subscribe NowFree forever. No spam.
COSMICBYTEZLABS

Your trusted source for IT intelligence, cybersecurity insights, and hands-on technical guides.

2618+ Articles
162+ Guides

CONTENT

  • Latest News
  • Security Alerts
  • HOWTOs
  • Checklists
  • Projects
  • Exam Prep

RESOURCES

  • Search
  • Browse Tags
  • Newsletter Archive
  • Reading List
  • RSS Feed

COMPANY

  • About Us
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 CosmicBytez Labs. All rights reserved.

System Status: Operational
  1. Home
  2. Security
  3. CVE-2026-82855: @hulumi/policies Cross-Resource Evidence Validation Bypass
CVE-2026-82855: @hulumi/policies Cross-Resource Evidence Validation Bypass

Critical Security Alert

This vulnerability is actively being exploited. Immediate action is recommended.

SECURITYCRITICALCVE-2026-82855

CVE-2026-82855: @hulumi/policies Cross-Resource Evidence Validation Bypass

hulumi/policies before 1.3.2 let attackers suppress guardrail violations using compliant evidence from an unrelated resource in the same stack.

Dylan H.

Security Team

September 1, 2026
3 min read

Affected Products

  • @hulumi/policies — versions before 1.3.2

Overview

A critical evidence-validation bypass has been disclosed in @hulumi/policies, the guardrail/policy-as-code package used to enforce infrastructure-governance rules across Cloudflare and cloud deployment stacks. Tracked as CVE-2026-82855, the flaw allows an attacker to suppress a policy violation by submitting compliant-looking evidence that was actually generated for a different resource in the same stack.

This is part of a batch of related critical advisories disclosed the same day across the hulumi / @hulumi/policies / @hulumi/drift package family — see CVE-2026-82856 and CVE-2026-82857 for two of the companion issues.


Technical Details

FieldValue
CVE IDCVE-2026-82855
SeverityCritical (CVSS 3.1: 9.8, CVSS 4.0: 9.3)
Affected@hulumi/policies — versions before 1.3.2
Fixed In@hulumi/policies 1.3.2
Attack VectorNetwork
AuthenticationNone Required
GitHub AdvisoryGHSA-59f3-7227-wmh4
AssignerVulnCheck

How It Works

Prior to 1.3.2, the Cloudflare and deployment-governance validators in @hulumi/policies used a stack-wide evidence shortcut: evidence proving compliance was associated with the entire deployment stack rather than being bound to the specific resource it was meant to justify.

That design flaw meant an attacker could present evidence generated for one resource — for example, a zone, hostname, origin, or repository — and have it silently satisfy a guardrail protecting a completely unrelated resource in the same stack. Because the system never performed a lineage or ownership check tying evidence back to the resource it claimed to cover, the policy engine could be "poisoned" with foreign, unrelated evidence to suppress real violations.

For example, evidence proving zone-a.example.com complies with a Cloudflare security guardrail could be reused to incorrectly satisfy a guardrail meant to protect zone-b.example.com.


Impact Assessment

Who Is At Risk

Any organization using @hulumi/policies (before 1.3.2) to enforce Cloudflare or deployment-governance guardrails across multi-resource stacks is affected. The risk is highest in environments where:

  • Multiple resources (zones, hostnames, repositories) are governed within a single stack
  • Guardrail evidence is generated or supplied by parties with less-than-full trust (e.g., CI pipelines, third-party integrations, or less-privileged contributors)

Potential Consequences

  1. Guardrail Suppression — a misconfigured or non-compliant resource can be waved through by borrowing unrelated compliant evidence
  2. Policy Drift — governance dashboards report false compliance while real misconfigurations persist
  3. Downstream Trust Failures — automated deployment gates relying on this guardrail can approve unsafe changes

Mitigation

Immediate Actions

  • Upgrade @hulumi/policies to 1.3.2 or later, which introduces strict evidence-to-resource correlation and regression tests against cross-resource evidence spoofing
  • Audit recent guardrail approvals for stacks with multiple resources to confirm evidence genuinely corresponds to the resource it was applied against
  • Restrict who can supply evidence into policy validation pipelines, particularly in shared or multi-tenant stacks

Detection Opportunities

  • Review policy-engine logs for evidence references that don't match the resource identifier of the guardrail they satisfied
  • Look for repeated reuse of the same evidence payload across multiple, unrelated resource checks

Related Advisories

This disclosure batch also includes CVE-2026-82856 (OIDC trust policy bypass), CVE-2026-82857 (IAM privilege escalation), and several additional hulumi-family issues (CVE-2026-82858 through CVE-2026-82863), all fixed in the 1.3.2 release line. Organizations running any hulumi or @hulumi/* package should upgrade the full stack, not just @hulumi/policies.


References

  • GitHub Security Advisory — GHSA-59f3-7227-wmh4
  • OffSeq Threat Radar — CVE-2026-82855
  • NVD — CVE-2026-82855
#hulumi#CVE-2026-82855#Cloud Security#Infrastructure as Code#Policy as Code#AWS#Cloudflare#Critical Vulnerability

Related Articles

CVE-2026-82857: hulumi Privilege Escalation via Weekly Integration IAM Policy

hulumi before 1.3.2 let attackers create persistent higher-privilege af-e2e-* roles in the sandbox account via a flawed IAM boundary.

3 min read

CVE-2026-82856: @hulumi/policies GitHub OIDC Trust Policy Bypass

hulumi/policies before 1.3.2 missed set-qualified IAM operators, letting wildcard GitHub Actions OIDC conditions slip past guardrails.

3 min read

Cloudflare BGP Routing Error Cascades Across AWS, X, and More

A routine configuration update at Cloudflare's Ashburn data center introduced a BGP routing error on February 16 that cascaded across the internet,...

4 min read
Back to all Security Alerts