Description
A vulnerability was identified in liufee FeehiCMS up to 2.1.1. The impacted element is the function UeditorAction::init of the file backend/widgets/ueditor/UeditorAction.php of the component UEditor Widget. The manipulation leads to unrestricted upload. Remote exploitation of the attack is possible. The exploit is publicly available and might be used. The project was informed of the problem early through an issue report but has not responded yet.
Published: 2026-09-07
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Remote Code Execution
Action: Upgrade Immediately
AI Analysis

Impact

The UeditorAction::init function in FeehiCMS’s UEditor widget allows an attacker to upload arbitrary files without any type or size restrictions. By sending a crafted request to this endpoint, a remote user can place files such as PHP scripts or other executable payloads onto the server. If those files are later served by the web application, the attacker can gain remote code execution, compromising the application and potentially the underlying host. The vulnerability stems from improper access control (CWE‑284) and missing file type validation (CWE‑434).

Affected Systems

Affected software is liufee FeehiCMS up to and including version 2.1.1. The flaw resides in the backend/widgets/ueditor/UeditorAction.php file of the UEditor widget component.

Risk and Exploitability

The CVSS score of 6.9 indicates moderate severity. No EPSS value is available, but the public availability of an exploit and the ability to trigger the upload from any remote user increase the risk, especially for publicly accessible installations. The flaw can be exercised remotely by sending a specially crafted request to the init action, allowing the attacker to upload files that may be later executed.

Generated by OpenCVE AI on September 7, 2026 at 02:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to any FeehiCMS release newer than 2.1.1 that contains the fixed UEditor widget initialization.
  • If upgrade is not possible, restrict the upload directory permissions and configure the web server or application to allow only trusted file types, rejecting all others.
  • Implement server‑side validation of file MIME types and extensions before storage, and enforce a whitelist to prevent arbitrary uploads.
  • Deploy a Web Application Firewall to block suspicious file upload attempts.

Generated by OpenCVE AI on September 7, 2026 at 02:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 09 Sep 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 07 Sep 2026 08:00:00 +0000

Type Values Removed Values Added
First Time appeared Feehi
Feehi feehicms
Vendors & Products Feehi
Feehi feehicms

Mon, 07 Sep 2026 01:30:00 +0000

Type Values Removed Values Added
Description A vulnerability was identified in liufee FeehiCMS up to 2.1.1. The impacted element is the function UeditorAction::init of the file backend/widgets/ueditor/UeditorAction.php of the component UEditor Widget. The manipulation leads to unrestricted upload. Remote exploitation of the attack is possible. The exploit is publicly available and might be used. The project was informed of the problem early through an issue report but has not responded yet.
Title liufee FeehiCMS UEditor Widget UeditorAction.php init unrestricted upload
First Time appeared Liufee
Liufee feehicms
Weaknesses CWE-284
CWE-434
CPEs cpe:2.3:a:liufee:feehicms:*:*:*:*:*:*:*:*
Vendors & Products Liufee
Liufee feehicms
References
Metrics cvssV2_0

{'score': 5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:N/A:N/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 5.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:N/VA:N/SC:N/SI:N/SA:N/E:P'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-09-09T14:10:25.814Z

Reserved: 2026-09-06T08:59:14.691Z

Link: CVE-2026-86239

cve-icon Vulnrichment

Updated: 2026-09-09T14:10:19.594Z

cve-icon NVD

Status : Deferred

Published: 2026-09-07T02:17:20.710

Modified: 2026-09-09T15:17:15.157

Link: CVE-2026-86239

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-07T07:45:17Z

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-434

    Unrestricted Upload of File with Dangerous Type