File _patchinfo of Package patchinfo.6870
<patchinfo incident="6870">
<issue id="1085256" tracker="bnc">VUL-1: CVE-2018-8099: libgit2: Incorrect returning of an error code in the index.c:read_entry() function leads to a double free, which allows an attacker to cause a denial of service via a crafted repository index</issue>
<issue id="1095219" tracker="bnc">VUL-0: CVE-2018-11235: git,libgit2: arbitrary code execution when recursively cloning a malicious repository</issue>
<issue id="1100613" tracker="bnc">VUL-0: CVE-2018-10887: libgit2: integer overflow leads to out-of-bounds read in git_delta_apply, allowing to read before base array</issue>
<issue id="1100612" tracker="bnc">VUL-0: CVE-2018-10888: libgit2: an improper input validation leads to an out-of-bound read in git_delta_apply, allowing to read beyond delta limits</issue>
<issue id="1104641" tracker="bnc">VUL-0: CVE-2018-15501: libgit2: out-of-bounds reads when processing smart-protocol "ng" packets</issue>
<issue id="2018-10887" tracker="cve" />
<issue id="2018-10888" tracker="cve" />
<issue id="2018-11235" tracker="cve" />
<issue id="2018-15501" tracker="cve" />
<issue id="2018-8099" tracker="cve" />
<category>security</category>
<rating>moderate</rating>
<packager>kbabioch</packager>
<description>This update for libgit2 fixes the following issues:
- CVE-2018-8099: Fixed possible denial of service attack via different vectors by not being able to differentiate between these status codes (bsc#1085256).
- CVE-2018-11235: With a crafted .gitmodules file, a malicious project can execute an arbitrary script on a machine that runs "git clone --recurse-submodules" because submodule "names" are obtained from this file, and then appended to $GIT_DIR/modules, leading to directory traversal with "../" in a name. Finally, post-checkout hooks from a submodule are executed, bypassing the intended design in which hooks are not obtained from a remote server. (bsc#1095219)
- CVE-2018-10887: It has been discovered that an unexpected sign extension in git_delta_apply function in delta.c file may have lead to an integer overflow which in turn leads to an out of bound read, allowing to read before the base object. An attacker could have used this flaw to leak memory addresses or cause a Denial of Service. (bsc#1100613)
- CVE-2018-10888: A missing check in git_delta_apply function in delta.c file, may lead to an out-of-bound read while reading a binary delta file. An attacker may use this flaw to cause a Denial of Service. (bsc#1100612)
- CVE-2018-15501: A remote attacker can send a crafted smart-protocol "ng" packet that lacks a '\0' byte to trigger an out-of-bounds read that leads to DoS. (bsc#1104641)
</description>
<summary>Security update for libgit2</summary>
</patchinfo>