CVE-2026-44088 HIGH

CVE-2026-44088: Remote Code Execution in SzafirHost

Vendor Krajowa Izba Rozliczeniowa
Product SzafirHost
Weakness CWE-434 · Unrestricted file upload
Published May 15, 2026
Last update May 15, 2026

CVSS base score

8.6/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction
Confidentiality
Integrity

CVSS vector

CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:A/VC:H/VI:H/VA:H/SC:L/SI:L/SA:L

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

May 15, 2026 CVE published
May 15, 2026 Record updated