October 27, 2025
v25.9.1 - 27 October 2025
Improvements
- Updated .NET 8 runtime to fix a security issue (CVE-2025-55315)
Notes for Verifying the Hash Value for Package Integrity in Invicti Enterprise On-Premises
The hash value for the "25.9.1.zip" file is provided below. You can verify the integrity of the file by checking its hash value using one of the outlined methods:
Release Package Hash Value: 8A7AB79A55F3EDA9CB0ED822CE73D42B0655806191B40F7BD7B44657B1490F7F
Methods to Verify the Hash Value:
PowerShell (Windows):
Get-FileHash -Path "25.9.1.zip" -Algorithm SHA256
Command Prompt (Windows):
certutil -hashfile "25.9.1.zip" SHA256
Linux or macOS:
sha256sum "25.9.1.zip"