Skip to content

Commit

Permalink
Merge pull request #80 from mbrg/79-technique-guest-user-access
Browse files Browse the repository at this point in the history
i79 - Added Initial Access technique: Guest User Abuse
  • Loading branch information
AvishaiEZen authored Sep 29, 2024
2 parents 9de7cbf + a8b217d commit d9886a1
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions technique/guest_user_abuse.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"$id": "$gai-technique/guest_user_abuse",
"$schema": "../schema/technique.schema.json",
"$type": "technique",
"description": "The adversary could exploit misconfigurations related to guest user permissions in order to interact with the AI system. The platforms on which these AI systems reside typically aim to provide guest accounts with restricted access for specific tasks. However, if guest access is misconfigured, it could unintentionally grant more extensive permissions than originally intended - including privileges for AI systems interaction.",
"external_references": [],
"framework_references": [
{
"framework_id": "SAT1046",
"framework_name": "Guest User Abuse (saas-attacks)",
"href": "https://github.com/pushsecurity/saas-attacks/blob/main/techniques/guest_access_abuse/description.md"
}
],
"name": "Guest User Abuse",
"object_references": [
{
"$id": "$gai-tactic/initial_access",
"$type": "tactic",
"description": "An adversary could leverage a guest user account as a foothold into the target environment."
}
]
}

0 comments on commit d9886a1

Please sign in to comment.