Open petdance opened 7 years ago
"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.
Apropos, from the MS Access page:
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:
' VBA code Shell Chr(34) & Forms!RunCommand!CommandLine & Chr(34)
https://www.contextis.com/resources/blog/comma-separated-vulnerabilities/