CVE-2025-59048: OpenBao AWS Plugin Vulnerable to Cross-Account IAM Role Impersonation in AWS Auth Method
Impact This is a cross-account impersonation vulnerability in the auth-aws plugin. The vulnerability allows an IAM role from an untrusted AWS account to authenticate by impersonating a role with the same name in a trusted account, leading to unauthorized access.
This impacts all users of the auth-aws plugin who operate in a multi-account AWS environment where IAM role names may not be unique across accounts.
The core of the vulnerability is a flawed caching mechanism that fails to validate the AWS Account ID during authentication. While the use of wildcards in a boundiamprincipalarn configuration significantly increases the attack surface, wildcards are not a prerequisite for exploitation. The vulnerability can be exploited with specific ARN bindings if a role name collision occurs.
Successful exploitation can lead to unauthorized access to secrets, data exfiltration, and privilege escalation. Given that the only prerequisite is a duplicate role name, the severity is considered high.
Patches This vulnerability has been patched in version 0.1.1 of the auth-aws plugin. Users are advised to upgrade to version 0.1.1 or later to remediate this vulnerability.
Workarounds For users who are unable to upgrade to version 0.1.1 immediately, the most effective workaround is to guarantee that IAM role names are unique across all AWS accounts that could potentially interact with your OpenBao environment. This is the most critical mitigation step.
Primary Mitigation: Audit your AWS organizations to identify and rename any duplicate IAM role names. Enforce a naming convention that includes account-specific identifiers to prevent future collisions.
While removing wildcards from your boundiamprincipalarn configuration is still recommended as a security best practice, it will not mitigate this vulnerability if duplicate role names exist.
Credits This vulnerability was discovered and reported by Pavlos Karakalidis
Other sources
OpenBao's AWS Plugin generates AWS access credentials based on IAM policies. Prior to version 0.1.1, the AWS Plugin is vulnerable to cross-account IAM role Impersonation in the AWS auth method. The vulnerability allows an IAM role from an untrusted AWS account to authenticate by impersonating a role with the same name in a trusted account, leading to unauthorized access. This impacts all users of the auth-aws plugin who operate in a multi-account AWS environment where IAM role names may not be unique across accounts. This vulnerability has been patched in version 0.1.1 of the auth-aws plugin. A workaround for this issue involves guaranteeing that IAM role names are unique across all AWS accounts that could potentially interact with your OpenBao environment, and to audit for any duplicate IAM roles.
— MITRE
Affected Software
Remediation
Event History
Frequently Asked Questions
What is the severity of CVE-2025-59048?
CVE-2025-59048 is classified as a high severity vulnerability due to the risk of unauthorized access through cross-account IAM role impersonation.
How do I fix CVE-2025-59048?
To fix CVE-2025-59048, upgrade the OpenBao AWS Plugin to version 0.1.1 or later.
What types of systems are affected by CVE-2025-59048?
CVE-2025-59048 affects the OpenBao AWS Plugin versions prior to 0.1.1.
What is the risk associated with CVE-2025-59048?
The risk associated with CVE-2025-59048 is the potential for untrusted AWS accounts to impersonate trusted IAM roles, leading to unauthorized access to resources.
How does CVE-2025-59048 impact AWS security?
CVE-2025-59048 impacts AWS security by allowing cross-account role impersonation that could compromise sensitive data and functionalities.