Description
Improper handling of an initialization failure in AWS API MCP Server from 0.2.13 through 1.3.46 might allow an actor to bypass the user-configured security policy and execute AWS API operations that the policy was set to deny or gate. When initialization of the security policy enforcement data fails at server startup, the policy check is skipped for the lifetime of the process. IAM permissions on the configured credentials remain in effect and are unaffected.



To remediate this issue, users should upgrade to version 1.3.47.
Published: 2026-07-23
Score: 7.3 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Improper handling of an initialization failure in AWS API MCP Server may allow a malicious actor to bypass a user‑configured security policy and execute API operations that the policy was intended to deny. The vulnerability is a classic initialization‑time failure that skips policy enforcement for the lifetime of the process, enabling any operation permitted by the IAM credentials in use. This weakens the integrity of access control and can expose privileged actions to unauthorized users.

Affected Systems

AWS API MCP Server versions 0.2.13 through 1.3.46 are affected. The flaw remains until the server is upgraded to version 1.3.47 or later, which contains the necessary protection against policy initialization failures.

Risk and Exploitability

The CVSS score of 7.3 indicates a high potential impact, but the EPSS score of <1% reflects a low probability of exploitation in the wild, and the vulnerability is not listed in the CISA KEV catalog. The most likely attack vector is a local or configuration‑based attack that triggers an initialization failure; when the policy cannot be loaded, enforcement is disabled and the process continues running with the underlying IAM permissions. If an attacker can induce such a failure—by tampering with configuration files, dependencies or environment variables—they can gain unrestricted access to the APIs governed by that server.

Generated by OpenCVE AI on August 3, 2026 at 21:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the AWS API MCP Server to version 1.3.47 or later, which includes the initialization fix
  • Verify that the security policy file and its dependencies are fully accessible before the server starts, and consider adding a pre‑start validation that aborts if the policy cannot be loaded
  • Limit the IAM credentials used by the server to the minimum permissions required and regularly audit those permissions for over‑permissive rules

Generated by OpenCVE AI on August 3, 2026 at 21:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-29w2-fq35-v728 AWS API MCP Server Security Policy Bypass via Startup Initialization Failure
History

Thu, 23 Jul 2026 21:45:00 +0000

Type Values Removed Values Added
References
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 23 Jul 2026 15:45:00 +0000

Type Values Removed Values Added
Description Improper handling of an initialization failure in AWS API MCP Server from 0.2.13 through 1.3.46 might allow an actor to bypass the user-configured security policy and execute AWS API operations that the policy was set to deny or gate. When initialization of the security policy enforcement data fails at server startup, the policy check is skipped for the lifetime of the process. IAM permissions on the configured credentials remain in effect and are unaffected. To remediate this issue, users should upgrade to version 1.3.47.
Title AWS API MCP Server Security Policy Bypass via Startup Failure
First Time appeared Aws
Aws aws-api-mcp-server
Weaknesses CWE-455
CPEs cpe:2.3:a:aws:aws-api-mcp-server:*:*:*:*:*:*:*:*
Vendors & Products Aws
Aws aws-api-mcp-server
References
Metrics cvssV3_1

{'score': 7, 'vector': 'CVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H'}

cvssV4_0

{'score': 7.3, 'vector': 'CVSS:4.0/AV:L/AC:L/AT:P/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N'}


Subscriptions

Aws Aws-api-mcp-server
cve-icon MITRE

Status: PUBLISHED

Assigner: AMZN

Published:

Updated: 2026-07-23T18:16:50.894Z

Reserved: 2026-07-22T13:43:35.240Z

Link: CVE-2026-16584

cve-icon Vulnrichment

Updated: 2026-07-23T18:16:34.555Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-07-23T16:17:15.787

Modified: 2026-07-23T19:16:53.537

Link: CVE-2026-16584

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T21:30:05Z

Weaknesses
  • CWE-455

    Non-exit on Failed Initialization