Download Latest Version v8.2.1 source code.tar.gz (14.8 MB)
Email in envelope

Get an email when there's a new version of Snipe-IT

Home / v8.2.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-07-23 5.3 kB
v8.2.0 source code.tar.gz 2025-07-23 14.8 MB
v8.2.0 source code.zip 2025-07-23 18.8 MB
Totals: 3 Items   33.6 MB 3

[!CAUTION]
This is a security release. All Snipe-IT users are encouraged to upgrade. This version of Snipe-IT REQUIRES PHP 8.2.0 or greater.

Happy Wednesday, everyone! This is a security release due to CVE-2025-54068 in Livewire announced last week. We were patched on the master branch hours after the CVE announcement came out, but this is the official tagged release for the patch.

Beyond that, we have some fixes for custom fields, lots of new tests to better support the team as we continue to work towards improving notifications to make them more flexible and nuanced.

Potentially Breaking Changes

User Permissions Change

It was already true that only superusers could assign new permission groups and promote other users to superadmin, but we've tighten a few more of these controls to disallow editing email address, username, password, and ability to login by users with lower privileges then the user they're trying to edit - meaning admins cannot edit superadmin usernames, email, etc - and regular users who have user editing permission cannot modify those settings for either admins or superadmins, though they can still edit those properties for other regular users. See https://github.com/grokability/snipe-it/pull/17423 for more info there.

User Welcome Emails

We've removed the ability to include credentials for newly created users via import or through the GUI, instead replacing it with the ability to send them a password reset "invitation". Sending passwords via email has been considered a bad idea for a while, so this method seems better. Note that if the newly created user doesn't have an email address in the import, we obviously cannot send them a password reset email, so those emails won't go out.

What's Changed

Full Changelog: https://github.com/grokability/snipe-it/compare/v8.1.18...v8.2.0

Source: README.md, updated 2025-07-23