--- layout: post title: "Monero 0.17.1.9 'Oxygen Orion' Point Release" summary: Point release containing mitigations against the ongoing memory exhaustion attack tags: [releases] author: selsta image: /blog/assets/2020-09-17-monero-0.17-released/oxygen-orion.png ---
# Overview This is the v0.17.1.9 minor point release of the Monero software. This is a recommended release that contains mitigations against the ongoing memory exhaustion attack. Some highlights of this minor release are: - Add different limits for epee binary format for P2P and RPC - Add more sanity checks on data size (portable_storage) - Fix deadlock banning while updating peer lists - Add aggressive restrictions to pre-handshake p2p buffer limit - Add a max levin packet size by command type - Restrict duplicate keys and unnamend sections in epee binary format - More sanity checks in new chain block hashes - Minor bug fixes The complete list of changes is [available on GitHub](https://github.com/monero-project/monero/compare/v0.17.1.8...v0.17.1.9), along with [the source code](https://github.com/monero-project/monero/tree/v0.17.1.9). # Contributors for this Release This release was the direct result of 7 people who worked, largely unpaid and altruistically, to put out 30 commits containing 362 new lines of code. We'd like to thank them very much for their time and effort. In no particular order they are: - luigi1111 - Snipa - moneromooo - vtnerd - selsta - xiphon - binaryFate # Download The new binaries can be downloaded from the [Downloads page]({{ site.baseurl }}/downloads/#cli) or from the direct links below. - [Windows, 64-bit](https://downloads.getmonero.org/cli/monero-win-x64-v0.17.1.9.zip) - [Windows, 32-bit](https://downloads.getmonero.org/cli/monero-win-x86-v0.17.1.9.zip) - [macOS, 64-bit](https://downloads.getmonero.org/cli/monero-mac-x64-v0.17.1.9.tar.bz2) - [Linux, 64-bit](https://downloads.getmonero.org/cli/monero-linux-x64-v0.17.1.9.tar.bz2) - [Linux, 32-bit](https://downloads.getmonero.org/cli/monero-linux-x86-v0.17.1.9.tar.bz2) - [Linux, armv7](https://downloads.getmonero.org/cli/monero-linux-armv7-v0.17.1.9.tar.bz2) - [Linux, armv8](https://downloads.getmonero.org/cli/monero-linux-armv8-v0.17.1.9.tar.bz2) - [Android, armv7](https://downloads.getmonero.org/cli/monero-android-armv7-v0.17.1.9.tar.bz2) - [Android, armv8](https://downloads.getmonero.org/cli/monero-android-armv8-v0.17.1.9.tar.bz2) - [FreeBSD, 64-bit](https://downloads.getmonero.org/cli/monero-freebsd-x64-v0.17.1.9.tar.bz2) # Hashes If you would like to verify that you have downloaded the correct file, please use the following SHA256 hashes: ``` monero-win-x64-v0.17.1.9.zip, a3e6e2f55deb487f6b4a33cf430d82d62e986d37d7d589dcb33a4ff0a13a062b monero-win-x86-v0.17.1.9.zip, bb3c633a3d8ac160bc9c75ef514a9cbc77f1f45bdbd220d1963d78d66435c23a monero-mac-x64-v0.17.1.9.tar.bz2, d4850ae45eee67868140183cd8c00f9e1f9e1cc5e415b00bc78c14c7bab85834 monero-linux-x64-v0.17.1.9.tar.bz2, 0fb6f53b7b9b3b205151c652b6c9ca7e735f80bfe78427d1061f042723ee6381 monero-linux-x86-v0.17.1.9.tar.bz2, 1f51206c1996a577f976c0526b93cc495fe577db21f68b55636dce926f201206 monero-linux-armv8-v0.17.1.9.tar.bz2, ef16c3aefc8a17f0a547ffec9e2f087923c6bf293b9538294d14cbd318f1ab98 monero-linux-armv7-v0.17.1.9.tar.bz2, c8b226af900b018fade24742e5936b0ef6cec3fcdbc8a57a4b3f3d6d2507a2ec monero-android-armv8-v0.17.1.9.tar.bz2, 2c45e0fb364ff2e60aa9cdf0d3faef145b22a8632b3336cc248eeba24352d39b monero-android-armv7-v0.17.1.9.tar.bz2, c7192caf85f82ecdd1e7299c9ae6314fe2fb02ed9b7035a426a8644b676cc75f monero-freebsd-x64-v0.17.1.9.tar.bz2, 3052f691a1a7631ba50c3f4d6f1b1355bdcc9a8c0c617cf56ced400afa1ea402 ``` A GPG-signed list of the hashes is at [https://getmonero.org/downloads/hashes.txt]({{ site.baseurl_root }}/downloads/hashes.txt) and should be treated as canonical, with the signature checked against the appropriate GPG key in the source code (in /utils/gpg_keys). To ensure that the files you download are those originally posted by the maintainers, you should both check that the hashes of your files match those on the signed list, and that the signature on the list is valid. Two guides are available to guide you through the verification process: [Verify binaries on Windows (beginner)]({{ site.baseurl }}/resources/user-guides/verification-windows-beginner.html) and [Verify binaries on Linux, Mac, or Windows command line (advanced)]({{ site.baseurl }}/resources/user-guides/verification-allos-advanced.html).