CVE-2026-45016
Published:July 07, 2026
Updated:August 27, 2026
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 arbitrary files from the server filesystem and embed them as inline MIME attachments in outgoing email. str_starts_with('file:///etc/passwd', 'http') → false !false → true
Affected Packages
egroupware/egroupware (PHP):
Affected version(s) >=dev-changable_column_order <23.1.20260601Fix Suggestion:
Update to version 23.1.20260601egroupware/egroupware (PHP):
Affected version(s) >=26.0.20251208 <26.5.20260507Fix Suggestion:
Update to version 26.5.20260507egroupware/egroupware (PHP):
Affected version(s) >=dev-changable_column_order <23.1.20260601Fix Suggestion:
Update to version 23.1.20260601Related Resources (2)
Do you need more information?
Contact UsCVSS v4
Base Score:
7.1
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
LOW
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
NONE
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
6.5
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
LOW
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
NONE
Availability
NONE
Weakness Type (CWE)
External Control of File Name or Path