Skip to content

Commit 2f35a44

Browse files
committed
security: add v0.26.1 and v0.26.2
1 parent d47175b commit 2f35a44

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

security/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ layout: default
77
Information about security advisories affecting libgit2 and the releases that
88
provide resolution.
99

10+
* **[libgit2 v0.26.2](https://github.com/libgit2/libgit2/releases/tag/v0.26.2)**, March 8th, 2018
11+
Fixes memory handling issues when reading crafted repository index files. The
12+
issues allow for possible denial of service due to allocation of large memory
13+
and out-of-bound reads.
14+
15+
As the index is never transferred via the network, exploitation requires an
16+
attacker to have access to the local repository.
17+
18+
* **[libgit2 v0.26.1](https://github.com/libgit2/libgit2/releases/tag/v0.26.1)**, March 7th, 2018
19+
Updates the bundled zlib to 1.2.11. Users who build the bundled zlib are
20+
vulnerable to security issues in the prior version.
21+
22+
This does not affect you if you rely on a system-installed version of zlib. All
23+
users of v0.26.0 who use the bundled zlib should upgrade to this release.
24+
1025
* **[libgit2 v0.24.6](https://github.com/libgit2/libgit2/releases/tag/v0.24.6)** and **[libgit2 v0.25.1](https://github.com/libgit2/libgit2/releases/tag/v0.25.1)**, January 9th, 2017
1126
Includes two fixes, one performs extra sanitization for some edge cases in
1227
the Git Smart Protocol which can lead to attempting to parse outside of the

0 commit comments

Comments
 (0)