This Go language package supports the reading and writing of xz compressed
streams. It includes also a gxz command for compressing and decompressing data.
The package is completely written in Go and doesn't have any dependency on any C
code.
* The `readUvarint` function would run infinitely given specific input. The
function is now terminating if more than 10 bytes of input have been read. Fixes
[issue #35](https://github.com/ulikunitz/xz/issues/35) (CVE-2020-16845).
* Thu Aug 20 2020 Dominik Mierzejewski
- Release 0.5.8 (#1870433)
- fixes CVE-2020-16845
[ 1 ] Bug #1867099 - CVE-2020-16845 golang: ReadUvarint and ReadVarint can read an unlimited number of bytes from invalid inputs
https://bugzilla.redhat.com/show_bug.cgi?id=1867099
su -c 'dnf upgrade --advisory FEDORA-2020-e384830a0d' at the command
line. For more information, refer to the dnf documentation available at
https://dnf.readthedocs.io/en/latest/command_ref.html
All packages are signed with the Fedora Project GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/security/
package-announce mailing list -- package-announce@lists.fedoraproject.org
To unsubscribe send an email to package-announce-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/package-announce@lists.fedoraproject.org/
Get the latest Linux and open source security news straight to your inbox.