Advisory Database
  • Advisories
  • Dependency Scanning
  1. npm
  2. ›
  3. @hulumi/baseline
  4. ›
  5. CVE-2026-48037

CVE-2026-48037: @hulumi/baseline: AccountFoundation reuse paths silently downgrade GuardDuty / Security Hub posture

June 10, 2026

AccountFoundation can either create AWS detective services (GuardDuty for threat detection, Security Hub for compliance dashboards) or reuse pre-existing ones via opt-in flags. The reuse paths just imported the existing resources and reported success — they never checked whether the existing services were actually doing their job.

  1. GuardDuty reuse. If the existing detector was suspended, or set to the slower 6-hour publishing cadence instead of the baseline 15-minute one, or otherwise misconfigured — Hulumi never noticed. The deployment succeeded with a misleadingly-positive guardDutyDetectorId output as if the baseline were active.
  2. Security Hub reuse. Although the account import was read-only, Hulumi unconditionally created the CIS / NIST StandardsSubscription resources with default delete behaviour. Pulumi then treated those subscriptions as its own — a later pulumi destroy of the stack would call BatchDisableStandards, unsubscribing the account from CIS / NIST compliance monitoring even on accounts that had those subscriptions before Hulumi ever ran.

References

  • github.com/advisories/GHSA-cj8g-prcm-mfg5
  • github.com/kerberosmansour/hulumi/pull/178
  • github.com/kerberosmansour/hulumi/security/advisories/GHSA-cj8g-prcm-mfg5
  • nvd.nist.gov/vuln/detail/CVE-2026-48037

Code Behaviors & Features

Detect and mitigate CVE-2026-48037 with GitLab Dependency Scanning

Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →

Affected versions

All versions before 1.4.0

Fixed versions

  • 1.4.0

Solution

Upgrade to version 1.4.0 or above.

Impact 8.5 HIGH

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:H/A:N

Learn more about CVSS

Weakness

  • CWE-693: Protection Mechanism Failure

Source file

npm/@hulumi/baseline/CVE-2026-48037.yml

Spotted a mistake? Edit the file on GitLab.

  • Site Repo
  • About GitLab
  • Terms
  • Privacy Statement
  • Contact

Page generated Tue, 23 Jun 2026 12:22:38 +0000.