VYPR

Egw

by Egroupware

CVEs (1)

  • CVE-2026-45016medJul 7, 2026
    risk 0.26cvss epss

    ### Summary The function processes image URLs embedded in an HTML email body without validating or restricting URI schemes. The check `!str_starts_with($myUrl, 'http')` evaluates to true for `file://` URIs, causing `file_get_contents($basedir . urldecode($myUrl))` to read…