Intel

AIKIDO-2026-267881

awscli is vulnerable to Incorrect Permission Assignment for Critical Resource

Incorrect Permission Assignment for Critical ResourceCVE-2026-13769 Published 4 days ago

55

Medium Risk

This Affects:

PYTHONawscli
0.16.0 - 1.44.77
Fixed in 1.44.78
Are you affected? Scan for Free

TL;DR

The AWS CLI writes credential and configuration files while running certain subcommands on Unix-like systems. Commands including aws codeartifact login, aws iam create-virtual-mfa-device, and aws deploy register create these files using the inherited process umask instead of enforcing owner-only permissions. Under a default umask the files are created world-readable (0644), so any other local user on the same host can read the stored credentials. The fix explicitly sets restrictive owner-only permissions when these files are written.

Who does this affect?

You are affected if you are using a version that falls within the vulnerable range and run the affected subcommands on a Unix-like system with a default umask.

Background info

awscli is vulnerable to Incorrect Permission Assignment for Critical Resource in versions 0.16.0 - 1.44.77.

How to fix this

Upgrade the awscli library to the patch version.