TF 0364 - SymbioticSec/Symbiotic-Vulnerability-Database GitHub Wiki

State machine policies should avoid use of wildcards and instead apply the principle of least privilege

Property Value
Language terraform
Severity high
Service sam
Provider AWS

Description

You should use the principle of least privilege when defining your IAM policies. This means you should specify each exact permission required without using wildcards, as this could cause the granting of access to certain undesired actions, resources and principals.

Resolution

Specify the exact permissions required, and to which resources they should apply instead of using wildcards.