CVE-2025-3048: Path Traversal in AWS SAM CLI allows file copy to local cache
Summary
The AWS Serverless Application Model Command Line Interface (AWS SAM CLI) is an open-source CLI tool that helps Lambda developers to build and develop Lambda applications locally on their computers using Docker.
After completing a build with AWS SAM CLI which include symlinks, the content of those symlinks are copied to the cache of the local workspace as regular files or directories. As a result, a user who does not have access to those symlinks outside of the Docker container would now have access via the local workspace.
Users should upgrade to v1.134.0 or newer and ensure any forked or derivative code is patched to incorporate the new fixes. After upgrading, users must re-build their applications using the sam build --use-container to update the symlinks.
Impact
The issue is limited to the local workspace and does not affect AWS services, production environments or cross-account resources. The issue only affects workspaces using the AWS SAM CLI with container builds (--use-container), potentially allowing access to content of linked files in the SAM CLI cache.
Impacted versions: <= AWS SAM CLI v1.133.0
Patches
The patches are included in AWS SAM CLI version to v1.134.0 and newer. Users should upgrade and ensure any forked or derivative code is patched to incorporate the new fixes. After upgrading, users must re-build their applications using the sam build --use-container to update the symlinks
Workarounds
There is no recommended work around. Customers are advised to upgrade to version v1.134.0 or the latest version.
References
CVE-2025-3048
---
If you have any questions or comments about this advisory we ask that you contact AWS/Amazon Security via our vulnerability reporting page or directly via email to aws-security@amazon.com. Please do not create a public GitHub issue.
Credit
We would like to thank Kevin Backhouse with the GitHub Security Lab for collaborating on this issue through the coordinated vulnerability disclosure process.
Other sources
After completing a build with AWS Serverless Application Model Command Line Interface (SAM CLI) which include symlinks, the content of those symlinks are copied to the cache of the local workspace as regular files or directories. As a result, a user who does not have access to those symlinks outside of the Docker container would now have access via the local workspace.
Users should upgrade to version 1.134.0 and ensure any forked or derivative code is patched to incorporate the new fixes. After upgrading, users must re-build their applications using the sam build --use-container to update the symlinks.
— NVD
Affected Software
Event History
Frequently Asked Questions
What is the severity of CVE-2025-3048?
CVE-2025-3048 is classified as a medium severity vulnerability.
What software versions are affected by CVE-2025-3048?
CVE-2025-3048 affects versions of AWS Serverless Application Model Command Line Interface up to but not including 1.134.0.
How do I fix CVE-2025-3048?
To fix CVE-2025-3048, upgrade your AWS Serverless Application Model Command Line Interface to version 1.134.0 or later.
What type of vulnerability is CVE-2025-3048?
CVE-2025-3048 is a vulnerability related to improper handling of symlinks in the AWS Serverless Application Model Command Line Interface.
Can CVE-2025-3048 expose sensitive data?
Yes, CVE-2025-3048 can lead to unauthorized access to sensitive data due to improper caching of symlink contents.