CVE-2026-48997

HIGH EPSS 50.2%
Published Jun 17, 20261w ago · Modified Jun 23, 20261w ago
7.1 CVSS 3.1
High
Find Similar
Published Jun 17, 2026 1w ago
Last Modified Jun 23, 2026 1w ago

Description

e107 is a content management system (CMS). Versions 2.3.5 and earlier contain a command injection vulnerability in the ImageMagick resize destination path. In resize_image(), the source path is escaped with escapeshellarg(), but the destination path is inserted inside raw double quotes in the convert command; in the submit-news upload flow, that destination filename includes the first six characters of user-controlled news title input. Because the title filter removes literal spaces but not tab characters, and shell expansions such as $(...) and backticks can survive into the quoted destination argument, /bin/sh -c may evaluate attacker-controlled input. Exploitation is possible only when all of the following non-default settings are enabled: resize_method=ImageMagick, subnews_attach=1, upload_enabled=1, subnews_resize is numeric between 30 and 5000, and the attacker is a non-admin in classes permitted by both subnews_class and upload_class. This issue has been fixed in version 2.3.6.

CVSS Details

Base Score
7.1
Exploitability
1.6
Impact
5.5
Vector string
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:H/A:H
Attack Vector Network
Attack Complexity High
Privileges Required Low
User Interaction None
Scope Unchanged
Confidentiality Low
Integrity High
Availability High

Threat Intelligence

EPSS Exploit Probability
50.2% percentile
Exploit & Patch Status
No Known Exploit
No Patch Available

Weaknesses 1

CWE-78 OS Command Injection Injection

References 2

  • github.com https://github.com/e107inc/e107/releases/tag/v2.3.6
  • github.com https://github.com/e107inc/e107/security/advisories/GHSA-3j33-c9v4-4p42

Remediation

No remediation data recorded yet

Check vendor advisories and the NVD entry for patch availability.