Security News > 2023 > January > Git Users Urged to Update Software to Prevent Remote Code Execution Attacks
The maintainers of the Git source code version control system have released updates to remediate two critical vulnerabilities that could be exploited by a malicious actor to achieve remote code execution.
X41 D-Sec security researchers Markus Vervier and Eric Sesterhenn as well as GitLab's Joern Schneeweisz have been credited with reporting the bugs.
"The most severe issue discovered allows an attacker to trigger a heap-based memory corruption during clone or pull operations, which might result in code execution," the German cybersecurity company said of CVE-2022-23521.
CVE-2022-41903, also a critical vulnerability, is triggered during an archive operation, leading to code execution by way of an integer overflow flaw that arises when formatting the commit logs.
While there are no workarounds for CVE-2022-23521, Git is recommending that users disable "Git archive" in untrusted repositories as a mitigation for CVE-2022-41903 in scenarios where updating to the latest version is not an option.
GitLab, in a coordinated advisory, said it has released versions 15.7.5, 15.6.6, and 15.5.9 for GitLab Community Edition and Enterprise Edition to address the shortcomings, urging customers to apply the fixes with immediate effect.
News URL
https://thehackernews.com/2023/01/git-users-urged-to-update-software-to.html
Related news
- Google Fixes GCP Composer Flaw That Could've Led to Remote Code Execution (source)
- Patch Issued for Critical VMware vCenter Flaw Allowing Remote Code Execution (source)
- Critical Flaw in Microchip ASF Exposes IoT Devices to Remote Code Execution Risk (source)
- CUPS flaws enable Linux remote code execution, but there’s a catch (source)
- Critical Flaws in Tank Gauge Systems Expose Gas Stations to Remote Attacks (source)
- Critical Apache Avro SDK Flaw Allows Remote Code Execution in Java Applications (source)
Related Vulnerability
DATE | CVE | VULNERABILITY TITLE | RISK |
---|---|---|---|
2023-01-17 | CVE-2022-41903 | Integer Overflow or Wraparound vulnerability in Git-Scm GIT Git is distributed revision control system. | 9.8 |
2023-01-17 | CVE-2022-23521 | Integer Overflow or Wraparound vulnerability in Git-Scm GIT Git is distributed revision control system. | 9.8 |