You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I discovered that using send-ssh-keys via AWS, as documented here one can send anything to the AWS. AWS has some verification that given string is or is not public ssh key, but it do not have this verification for Cloudtrail. I discovered, that if you send whatever (even AAAAAAAAAA) via send-ssh-keys API/CLI, it will be logged in cloudtrail (whatever you will send there, will be logged 1 to 1). We can use this to create new testing scenario, similar to cloudtrail__csv_injection, or others.
AWS do not consider this as a security problem, therefor, lets add this as feature.
Hello, I discovered that using send-ssh-keys via AWS, as documented here one can send anything to the AWS. AWS has some verification that given string is or is not public ssh key, but it do not have this verification for Cloudtrail. I discovered, that if you send whatever (even AAAAAAAAAA) via send-ssh-keys API/CLI, it will be logged in cloudtrail (whatever you will send there, will be logged 1 to 1). We can use this to create new testing scenario, similar to cloudtrail__csv_injection, or others.
AWS do not consider this as a security problem, therefor, lets add this as feature.
It is in a request field of cloudtrails logs, :
The text was updated successfully, but these errors were encountered: