Severity by source
CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:P/VC:N/VI:N/VA:N/SC:H/SI:H/SA:H/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Local vector confirmed by MCP server deployment model; PR:N because no authentication to the MCP server is required; UI:R because tool invocation requires user or AI-model interaction; S:C for filesystem writes beyond working directory.
Primary rating from Vendor (AMZN).
CVSS VectorVendor: AMZN
Lifecycle Timeline
4DescriptionCVE.org
Improper limitation of a pathname to a restricted directory in the get_resource tool in Amazon awslabs.aws-transform-mcp-server 0.1.0 through 0.1.4 might allow a context-dependent actor to write arbitrary files outside the intended working directory via the savePath parameter.
To remediate this issue, users should upgrade to version 0.1.5 or later.
AnalysisAI
Path traversal in Amazon's awslabs.aws-transform-mcp-server MCP package (versions 0.1.0-0.1.4) enables a context-dependent actor - which may include a malicious MCP resource, prompt-injected content, or local attacker - to write arbitrary files outside the server's intended working directory by supplying traversal sequences in the savePath parameter of the get_resource tool. The vulnerability carries a CVSS 8.6 (High) score with scope change, meaning exploitation can impact the broader local filesystem beyond the MCP server process itself. No public exploit code or CISA KEV listing has been identified at time of analysis, but a vendor-released patch (version 0.1.5) is available via PyPI and covered under AWS Security Bulletin 2026-075.
Technical ContextAI
The affected component is the get_resource tool within the awslabs.aws-transform-mcp-server Python package (CPE: cpe:2.3:a:aws:aws-transform-mcp-server:*:*:*:*:*:*:*:*), an MCP (Model Context Protocol) server used to facilitate AI-assisted AWS infrastructure transformation workflows. MCP servers expose tool APIs invokable by AI models or users; the get_resource tool accepts a savePath parameter for writing retrieved resource content to disk. CWE-22 (Improper Limitation of a Pathname to a Restricted Directory, aka Path Traversal) indicates the server fails to canonicalize or sanitize the savePath value before performing file write operations, allowing sequences such as '../../../etc/cron.d/backdoor' to resolve to locations outside the designated working directory. The 'context-dependent actor' phrasing is significant in the MCP threat model: exploitation may occur via prompt injection, where malicious content in a fetched resource causes the LLM to invoke get_resource with a crafted savePath, without the user's explicit knowledge.
RemediationAI
Upgrade awslabs.aws-transform-mcp-server to version 0.1.5 or later, available at https://pypi.org/project/awslabs.aws-transform-mcp-server/0.1.5/. The AWS Security Bulletin covering this issue is published at https://aws.amazon.com/security/security-bulletins/2026-075-aws/. If an immediate upgrade is not possible, a compensating control is to restrict the filesystem permissions of the user account running the MCP server so it can only write to an explicitly-bounded directory (e.g., using a chroot jail or container with a read-only root filesystem and a single writable mount). Additionally, auditing MCP tool invocations via server-side logging and alerting on savePath values containing '..' sequences can detect exploitation attempts. Note that these compensating controls do not fix the underlying validation flaw and should be treated as temporary measures only.
Unauthorized data access in Budibase low-code platform before 3.30.4 allows unauthenticated users to manipulate internal
Multiple vulnerabilities in ASTPP 4.0.1 including XSS and command injection in SIP device configuration and plugin manag
Remote code execution in Amazon awslabs postgres-mcp-server before 1.1.7 lets remote actors run arbitrary OS commands on
Remote code execution in AWS AgentCore CLI before v0.14.2 allows authenticated attackers to inject Python code via craft
Denial of service in Amazon's aws-smithy-http-server Rust crate (versions prior to 0.66.5) lets remote unauthenticated a
Argument injection in the AWS Bedrock AgentCore Python SDK before 1.18.1 lets a remote authenticated user run arbitrary
Arbitrary file read in amazon-mq rabbitmq-aws before 0.2.1 allows authenticated remote users to read any file accessible
WAF managed-rule body inspection on AWS Application Load Balancer (ALB) can be bypassed by remote actors who fragment an
WAF inspection bypass in Amazon CloudFront (with AWS WAF enabled) lets remote actors smuggle malicious request bodies pa
A trust boundary enforcement vulnerability in Kiro IDE allows remote attackers to execute arbitrary code when a local us
Bullwark Momentum Series JAWS 1.0 contains a directory traversal vulnerability that allows unauthenticated attackers to
Command injection in Amazon ECS Agent on Windows allows authenticated attackers with task definition permissions to exec
Same weakness CWE-22 – Path Traversal
View allSame technique Path Traversal
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-53583