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
"Scope Injection" > https://www.petefreitag.com/item/834.cfm << This was written by Pete Freitag for ColdFusion, but the method may apply to other languages. It is essentially privilege escalation accomplished through an injection route.
Note that any function which expects some form of structured text (e.g. JSON, XML, command line execution) may be similarly vulnerable when being passed a string concatenated from user input:
https://www.contextis.com/resources/blog/comma-separated-vulnerabilities/
The text was updated successfully, but these errors were encountered: