CVE-2026-13769
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedOverly permissive file permissions in AWS CLI before 1.44.78 (v1) and 2.34.29 (v2) on Unix-like systems where the umask has not been configured to restrict file permissions (the default on most systems) may allow other local users on the same host to read credentials written by certain CLI subcommands (aws codeartifact login, aws iam create-virtual-mfa-device, aws deploy register). To remediate this issue, users should upgrade to AWS CLI 1.44.78 (v1) or 2.34.29 (v2) or later.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceAWS CLI versions before 1.44.78 (v1) and 2.34.29 (v2) create credential files with overly permissive permissions (0644) instead of restrictive permissions (0600) when running codeartifact login, iam create-virtual-mfa-device, or deploy register subcommands. On Unix systems with default umask, this allows local users to read sensitive credential data stored in these files.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Local
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Check installed AWS CLI versionRun 'aws --version' to see if you are using v1 or v2 and note the version numberAffected if Version is before 1.44.78 (v1) or before 2.34.29 (v2)
-
Identify credential files from codeartifact loginLook for .pypirc or credential files in user home directory after running 'aws codeartifact login'Affected if Files exist and were created by a vulnerable AWS CLI version with permissions 0644 (readable by all users)
-
Identify credential files from iam create-virtual-mfa-deviceCheck for the QR code image file or JSON output file created by 'aws iam create-virtual-mfa-device'Affected if Files exist with permissions 0644 instead of 0600 and are readable by other local users
-
Identify credential files from deploy registerCheck for any temporary credential files created by 'aws deploy register' subcommandAffected if Files exist with overly permissive 0644 permissions
-
Verify file permissions on credential filesRun 'ls -la <credential_file>' to check octal permissions - look for permissions like 'rw-r--r--' (0644) rather than 'rw-------' (0600)Affected if Files show 0644 or more permissive permissions (e.g., 0640, 0645, 0655)
You are affected if your AWS CLI version is below 1.44.78 (v1) or 2.34.29 (v2) AND you have used codeartifact login, iam create-virtual-mfa-device, or deploy register subcommands that created credential files readable by other local users (permissions 0644 or wider).
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scopedUpgrade AWS CLI to version 1.44.78 or higher (v1) or 2.34.29 or higher (v2) to ensure credential files are created with secure permissions (0600).
AWS CLI 1.44.78 (v1) or 2.34.29 (v2)
- Check the currently installed AWS CLI version by running 'aws --version' to determine if you have v1 or v2 installed
- For AWS CLI v1: Upgrade to version 1.44.78 or later using your package manager (e.g., pip install --upgrade awscli==1.44.78 or brew upgrade awscli)
- For AWS CLI v2: Upgrade to version 2.34.29 or later using your package manager (e.g., brew upgrade awscli v2 or follow AWS official upgrade instructions)
- Verify the upgrade was successful by running 'aws --version' and confirming the version number meets or exceeds the fixed release
- Test that the CLI subcommands (codeartifact login, iam create-virtual-mfa-device, deploy register) work as expected
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation1.0 h
- Implementation2.0 h
- Testing1.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $1,424.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-13769 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-13769 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data