Article

    Cyber News / Article / Vulnerability in SzafirHost software

    Vulnerability in SzafirHost software
    CE
    CERT Polska-2026-06-29

    Vulnerability in SzafirHost software

    CERT Polska has received a report about vulnerability in SzafirHost software and participated in coordination of its disclosure.

    The vulnerabilityCVE-2026-13165: SzafirHost verifies the downloaded native library archive with oneJarFileparser (reading the Central Directory) but extracts native libraries withJarInputStreamparser (reading sequentially from local file headers). An attacker who controls the served archive can insert a malicious DLL/SO/DYLIB as a local-file-header entry between the last legitimate entry and the Central Directory, without adding it to the Central Directory. The signature verifier never sees the injected entry and accepts the archive as validly signed; the extractor reads it sequentially and writes the attacker library to the native temp directory with no hash check), while the archive-size check still passes. This can lead to remote code execution.

    This issue was fixed in version 1.2.2.

    We thank Mariusz Maik for the responsible vulnerability report.

    Original source