Security Advisory

CVE-2026-44088

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-05-15 08:48:11
Last updated 2026-05-15 11:07:58
Assigner CERT-PL
CVSS score 8.6
State PUBLISHED

Description

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.