CVE Catalog

CVE-2026-44088

High
Published: Translated: NVD NIST

Summary

SzafirHost verifies the signature of the downloaded JAR file, but loads classes in a way that can lead to remote code execution. An attacker can combine a genuine, signed JAR file with a malicious ZIP file, allowing the malicious class to be loaded despite successful verification.

Risk Assessment

The organization is at risk of remote code execution, which could lead to system takeover or data leakage. Exploitation of this vulnerability could have serious consequences for application security.

Recommendation

It is recommended to upgrade to version 1.2.1, where the issue has been fixed. A security audit of the application should also be conducted to minimize the risk of similar vulnerabilities.

Other vulnerabilities in SzafirHost

See all
Original NVD description (English source)

SzafirHost verifies the signature of the downloaded JAR file using class JarInputStream (reading from the beginning of the file), but loads classes using class JarFile/URLClassLoader (reading the Central Directory from the end). It can lead to remote code execution by allowing an attacker to combine a genuine, signed JAR file with a malicious ZIP file, causing the verification to pass but the malicious class to be loaded. This issue was fixed in version 1.2.1.

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