Description
efw4.X is an Enterprise Framework for Web. Prior to 4.08.010, the readonly flag set on the <efw:elFinder> JSP tag is intended to prevent file modifications. When protected=true, elfinder_checkRisk enforces that the client sends readonly=true (matching the session value), but no event handler checks the readonly value before performing write operations. The flag only controls client-side UI elements (disabling buttons) and response metadata (write: 0, locked: 1). An attacker who sends requests directly (bypassing the UI) can perform all file operations despite readonly=true. This vulnerability is fixed in 4.08.010.
Published: 2026-05-12
Score: 8.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability stems from the server’s failure to enforce the readonly flag set on the <efw:elFinder> JSP tag. While the flag correctly disables UI elements and signs metadata as read‑only, the server does not verify the flag before performing write operations. Consequently, an attacker can send crafted HTTP requests directly to the file operation endpoints, bypassing the UI entirely, and perform any file system action—including upload, edit, rename, or delete—despite the readonly setting. This flaw represents a consistent access control violation (CWE‑863) that permits unauthorized modification of application data, potentially leading to confidentiality, integrity, and availability compromise.

Affected Systems

The issue affects the efwGrp efw4.X framework, specifically versions released before 4.08.010. All deployments of this framework that rely on the readonly mechanism for preventing file modifications are vulnerable until they upgrade to the patched release.

Risk and Exploitability

The CVSS base score of 8.1 positions this flaw in the high‑risk category, and while the EPSS score is not available, the lack of mitigation in the exploited framework makes successful exploitation likely for attackers who can interact with the affected endpoints. The vulnerability is not listed in CISA's KEV catalog, but the combination of a high CVSS score, the nature of the impact, and the absence of immediate protection suggests that an attacker can realistically compromise file systems using remote HTTP requests if the application remains on an affected version.

Generated by OpenCVE AI on May 12, 2026 at 22:52 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade efw4.X to version 4.08.010 or newer, which supplies server‑side enforcement of the readonly flag.
  • Confirm that the protected parameter is removed or correctly configured in all production instances so that unintended privilege levels are not granted.
  • Implement additional server‑side logic to validate the readonly session state before executing any file write operation, ensuring that client‑side requests cannot override server‑controlled permissions.

Generated by OpenCVE AI on May 12, 2026 at 22:52 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Wed, 13 May 2026 16:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Wed, 13 May 2026 11:00:00 +0000

Type Values Removed Values Added
First Time appeared Efwgrp
Efwgrp efw4.x
Vendors & Products Efwgrp
Efwgrp efw4.x

Tue, 12 May 2026 21:30:00 +0000

Type Values Removed Values Added
Description efw4.X is an Enterprise Framework for Web. Prior to 4.08.010, the readonly flag set on the <efw:elFinder> JSP tag is intended to prevent file modifications. When protected=true, elfinder_checkRisk enforces that the client sends readonly=true (matching the session value), but no event handler checks the readonly value before performing write operations. The flag only controls client-side UI elements (disabling buttons) and response metadata (write: 0, locked: 1). An attacker who sends requests directly (bypassing the UI) can perform all file operations despite readonly=true. This vulnerability is fixed in 4.08.010.
Title efw4.X: readonly Flag Not Enforced Server-Side
Weaknesses CWE-863
References
Metrics cvssV3_1

{'score': 8.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-05-13T15:37:13.906Z

Reserved: 2026-05-05T16:33:55.844Z

Link: CVE-2026-44260

cve-icon Vulnrichment

Updated: 2026-05-13T15:04:06.660Z

cve-icon NVD

Status : Deferred

Published: 2026-05-12T22:16:36.417

Modified: 2026-05-13T16:16:55.437

Link: CVE-2026-44260

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-05-13T10:35:28Z

Weaknesses