VYPR

sachertortephp

by Misp

CVEs (1)

  • CVE-2026-92932MedSep 17, 2026
    risk 0.33cvss epss

    In the MISP sachertortephp library, the Xml::build() static method in lib/Cake/Utility/Xml.php contains a logic error in the conditional that gates network-based XML fetching. The original condition was written as: $options['readFile'] && strpos($input, 'http://') === 0 ||…