tomwwright / littleorange

Minimalist AWS multi-account cloud leveraging CloudFormation and Lambda.
GNU General Public License v3.0
4 stars 1 forks source link

CloudFormation Macro Proxy Lambda allows Principal * to Invoke #29

Open tomwwright opened 3 years ago

tomwwright commented 3 years ago

This is a security flaw that would allow any Principal to execute the CloudFormation Macro Proxy Lambda function. Ideally these functions should basically just be simple, pure transforms, but it is a security problem nonetheless.

Solutions: