Skip to content

Authorization Bypass in ACME and SCEP Provisioners

Critical
dopey published GHSA-h8cp-697h-8c8p Dec 3, 2025

Package

gomod github.com/smallstep/certificates (Go)

Affected versions

<= v0.28.4

Patched versions

v0.29.0

Description

Summary

An attacker can bypass authorization checks and force a Step CA ACME or SCEP provisioner to create certificates without completing certain protocol authorization checks.

Details

Most Step CA provisioners (like the JWK provisioner) require a valid token to interact with the provisioner. The token specifies which provisioner handles the verification. Some provisioners, such as ACME and SCEP, do not require a token because these protocols define their own authorization mechanisms.

However, ACME and SCEP provisioners were provided a token if the token claimed to be issued for that provisioner. Unexpected tokens were not validated on these provisioners. As a result, the request would be treated as authenticated, bypassing the authorization checks normally enforced.

Authorization webhooks and regular CA policies, such as allowed names and restrictions on certificate validity periods, remain in place.

Mitigations

If you are unable to upgrade to v0.29.0 or newer, the attack can be mitigated by blocking access to the /sign endpoint.

Fix

In v0.29.0, ACME and SCEP provisioners were updated to block requests providing a token.

Acknowledgements

This issue was identified and reported by Stephen Kubik of the Cisco Advanced Security Initiatives Group (ASIG).

Embargo List

If your organization runs Step CA in production and would like advance, embargoed notification of future security updates, visit https://u.step.sm/disclosure to request inclusion on our embargo list.

Stay safe, and thank you for helping us keep the ecosystem secure.

Severity

Critical

CVSS overall score

This score calculates overall vulnerability severity from 0 to 10 and is based on the Common Vulnerability Scoring System (CVSS).
/ 10

CVSS v3 base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
None
User interaction
None
Scope
Changed
Confidentiality
High
Integrity
High
Availability
None

CVSS v3 base metrics

Attack vector: More severe the more the remote (logically and physically) an attacker can be in order to exploit the vulnerability.
Attack complexity: More severe for the least complex attacks.
Privileges required: More severe if no privileges are required.
User interaction: More severe when no user interaction is required.
Scope: More severe when a scope change occurs, e.g. one vulnerable component impacts resources in components beyond its security scope.
Confidentiality: More severe when loss of data confidentiality is highest, measuring the level of data access available to an unauthorized user.
Integrity: More severe when loss of data integrity is the highest, measuring the consequence of data modification possible by an unauthorized user.
Availability: More severe when the loss of impacted component availability is highest.
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:N

CVE ID

CVE-2025-44005

Weaknesses

No CWEs