This Week in Security: Git, Patch Tuesday, Anti-Cheat, and Vulnerable Documentation
Git released an update on Tuesday, fixing an issue that could result in leaking credentials. The vulnerability was in how Git handles an HTTP URL containing a newline. Looking at the commits in 2.26.1, we can find an example of an attack:
url = "https://one.example.com?%0ahost=two.example.com/foo.git"
So doing a git pull
…read more
Continue reading This Week in Security: Git, Patch Tuesday, Anti-Cheat, and Vulnerable Documentation