AWS policy suggests read-only access but allows write actions
Description
AlphaSOC detected an AWS IAM policy that suggests read-only access but allows
write actions. The policy contains a statement with "Effect": "Allow"
that
includes write permissions, even though the Statement ID (SID) implies read-only
access. This creates a false sense of security, as the SID does not enforce
restrictions; only an explicit "Effect": "Deny"
in the policy ensures proper
access control.