CVE Catalog
EnglishPolski(English translation not available - showing Polish)

CVE-2025-32874

High
Published: Translated: NVD NIST

Summary

W Kaseya Rapid Fire Tools Network Detective do wersji 2.0.16.0 odkryto problem związany z klasą EncryptionUtil. Podatność polega na tym, że szyfrowanie symetryczne jest realizowane w sposób deterministyczny i nie losowy, co prowadzi do przewidywalnych wyników szyfrowania.

Risk Assessment

Organizacja narażona jest na ryzyko, że identyczne dane wejściowe będą zawsze generować te same dane wyjściowe, co może prowadzić do kompromitacji haseł i innych wrażliwych informacji. To stwarza możliwość ataków opartych na analizie danych szyfrowanych.

Recommendation

Zaleca się aktualizację do najnowszej wersji Kaseya Rapid Fire Tools Network Detective, aby usunąć tę podatność. Należy również rozważyć wdrożenie bardziej losowych metod szyfrowania, aby zwiększyć bezpieczeństwo danych.

Related vulnerabilities

Original NVD description (English source)

An issue was discovered in Kaseya Rapid Fire Tools Network Detective through 2.0.16.0. A vulnerability exists in the EncryptionUtil class because symmetric encryption is implemented in a deterministic and non-randomized fashion. The method Encrypt(byte[] clearData) derives both the encryption key and the IV from a fixed, hardcoded input by using a static salt value. As a result, identical plaintext inputs always produce identical ciphertext outputs. This is true for both FIPS and non-FIPS generated passwords. In other words, there is a cryptographic implementation flaw in the password encryption mechanism. Although there are multiple encryption methods grouped under FIPS and non-FIPS classifications, the logic consistently results in predictable and reversible encrypted outputs due to the lack of per-operation randomness and encryption authentication.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS