Commit d5e5c1d
committed
Merge tag 'v2.53.0.windows.3' into merge-v2.53.0.windows.3-into-vfs-2.53.0
Git for Windows v2.53.0(3)
Changes since Git for Windows v2.53.0(2) (March 10th 2026):
This is a security fix release, addressing CVE-2026-32631.
* CVE-2026-32631, Git for Windows: When a user clones a repository
containing symbolic links pointing to network drives, Git follows
those symlinks during checkout, causing Windows to transparently
perform NTLM authentication and disclose the user's NTLMv2 hash to
an attacker-controlled server. Since NTLM hashing is weak, the
captured hash can potentially be brute-forced to recover the user's
credentials. This is addressed by preventing git clone from
following symbolic links that point to network drives during
checkout.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>2 files changed
Lines changed: 26 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
423 | 423 | | |
424 | 424 | | |
425 | 425 | | |
426 | | - | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
427 | 429 | | |
428 | 430 | | |
429 | 431 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
388 | 411 | | |
389 | 412 | | |
390 | 413 | | |
| |||
0 commit comments