Acunetix DAST powers runtime capabilities for Invicti’s complete AppSec platform. Visit Invicti for more.

Acunetix 360 On-Premises - v26.4.1

New features

  • Added OWASP Top 10 2025 classification and reporting support.
  • Implemented OWASP Top 10 2025 classifications in Report Policies.

Improvements

  • CVE-2026-40175 Remediation: Remediated CVE-2026-40175 by upgrading the Axios library in Acunetix 360.

Resolved issues

  • Notification delivery reliability: Scan completion emails now send correctly again, so your team reliably receives alerts when scans finish.
  • OAuth scan export reliability: Scans that use OAuth settings now export successfully, so your scan data is complete and available without errors.
  • Fixed zombie Chromium issues on verifier agents.
  • API Hub shared key integrity: Reinstalling API Hub no longer corrupts the shared key, keeping JWT‑based access working as expected.

Verify the Hash value for package integrity in Acunetix 360 on-premises

The hash value for the "26.4.1.zip" file is 6DD89C70132E0AAFB9FE7E7AD8EEDC84EEE44FDF40DE520B68B36BE96919931C.

You can verify the integrity of the file by checking its hash value using one of the outlined methods:

PowerShell (Windows):

Get-FileHash -Path "26.4.1.zip" -Algorithm SHA256
Command Prompt (Windows):

certutil -hashfile "26.4.1.zip" SHA256
Linux or macOS:

sha256sum "26.4.1.zip"