SonarSource / argument-injection-vectors

A curated list of argument injection vectors
GNU General Public License v3.0
37 stars 3 forks source link

Add vector from CVE-2023-26143 #29

Open thomas-chauchefoin-sonarsource opened 1 year ago

thomas-chauchefoin-sonarsource commented 1 year ago

Based on Liran Tal's research on kucherenko/blamer. We already know this vector, but we don't document the scenario where positional arguments are also passed to the Git command, making it write something under the attacker's control in the file pointed by --output.

Advisory in https://gist.github.com/lirantal/14c3686370a86461f555d3f0703e02f9.

lirantal commented 1 year ago

Thanks for citing this, Thomas. I'm flattered and happy to join any further research on this when and if you plan to expand on it.