VYPR

SzafirHost

by SzafirHost

CVEs (3)

  • CVE-2026-26928HigApr 2, 2026
    risk 0.57cvss epss 0.00

    SzafirHost downloads necessary files in the context of the initiating web page. When called, SzafirHost updates its dynamic library. JAR files are correctly verified based on a list of trusted file hashes, and if a file was not on that list, it was checked to see if it had…

  • CVE-2026-44088HigMay 15, 2026
    risk 0.56cvss epss 0.00

    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…

  • CVE-2026-13165HigJun 29, 2026
    risk 0.00cvss epss 0.00

    SzafirHost verifies the downloaded native library archive with one JarFile parser (reading the Central Directory) but extracts native libraries with JarInputStream parser (reading sequentially from local file headers). An attacker who controls the served archive can insert a…