CVE-2025-27403:
Ratify Azure authentication providers can leak authentication tokens to non-Azure container registries
N/A
CVSS Score
Basic Information
CVE ID
GHSA ID
EPSS Score
0.31517%
CWE
Published
3/11/2025
Updated
3/14/2025
KEV Status
No
Technology
Go
Technical Details
CVSS Vector
-
Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
---|---|---|---|
github.com/ratify-project/ratify | go | < 1.2.3 | 1.2.3 |
github.com/ratify-project/ratify | go | >= 1.3.0, < 1.3.2 | 1.3.2 |
github.com/deislabs/ratify | go | < 1.2.3 | 1.2.3 |
Vulnerability Intelligence
Miggo AI
Root Cause Analysis
The vulnerability stems from missing registry domain validation in Azure authentication providers. The commit diff shows these two functions were modified to add host validation logic (validateHost
) in the Provide methods. Prior to the patch, these functions handled token exchange without checking if the target registry was an authorized Azure Container Registry, making them the entry points for the credential leakage vulnerability. The high confidence comes from direct correlation between the vulnerability description, patch commit changes, and CWE-287/497 mappings.