Description
A vulnerability has been found in AREA 17 Twill CMS up to 3.6.0. The impacted element is the function FileLibraryController::storeFile of the file src/Http/Controllers/Admin/FileLibraryController.php of the component Media Library Insert Page. Such manipulation of the argument qqfilename leads to unrestricted upload. The attack can be executed remotely. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
Published: 2026-07-13
Score: 5.1 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The flaw lies in the FileLibraryController::storeFile method of AREA 17 Twill CMS through version 3.6.0. It allows an attacker to submit a file with an arbitrary filename via the media library upload endpoint, bypassing the CMS’s normal restrictions on file content or name. The underlying weaknesses are a lack of proper authorization checks (CWE‑284) and inadequate validation of file types and names (CWE‑434). The consequence is that the CMS can receive any file, potentially exposing sensitive data or allowing execution of malicious content if the file is later processed by privileged users.

Affected Systems

AREA 17 Twill CMS installations running any version up to 3.6.0 are susceptible. The affected component is the Media Library in the admin area. Administrators of these deployments should verify whether they are on a vulnerable version and whether a newer release resolves the issue.

Risk and Exploitability

The computed CVSS score of 5.1 indicates moderate severity. The EPSS score is less than 1 %, implying that large‑scale exploitation is unlikely at present, and the vulnerability is not currently listed in CISA’s KEV catalog. According to the description, the upload endpoint can be accessed remotely; the requirement for authentication is not explicitly stated, so it is inferred that the endpoint may be callable without prior login. Once an arbitrary file has been uploaded, an attacker could later attempt to trigger its execution if the CMS serves files without additional safeguarding.

Generated by OpenCVE AI on August 1, 2026 at 10:59 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Twill CMS to the latest available release or apply any vendor‑issued patch that resolves the FileLibraryController upload issue.
  • If a patch is not available, enforce strict MIME‑type validation and reject files with potentially dangerous extensions; additionally, enforce a whitelist for acceptable file names and extensions to eliminate the ability to upload arbitrary files.
  • Configure the web server to store uploaded media outside the publicly accessible directory or in a protected quarantine location, ensuring that uploaded files cannot be executed directly by the CMS.

Generated by OpenCVE AI on August 1, 2026 at 10:59 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 13 Jul 2026 19:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Mon, 13 Jul 2026 14:45:00 +0000

Type Values Removed Values Added
First Time appeared Area17
Area17 twill
Vendors & Products Area17
Area17 twill

Mon, 13 Jul 2026 01:00:00 +0000

Type Values Removed Values Added
Description A vulnerability has been found in AREA 17 Twill CMS up to 3.6.0. The impacted element is the function FileLibraryController::storeFile of the file src/Http/Controllers/Admin/FileLibraryController.php of the component Media Library Insert Page. Such manipulation of the argument qqfilename leads to unrestricted upload. The attack can be executed remotely. The exploit has been disclosed to the public and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
Title AREA 17 Twill CMS Media Library Insert FileLibraryController.php storeFile unrestricted upload
First Time appeared Area 17
Area 17 twill Cms
Weaknesses CWE-284
CWE-434
CPEs cpe:2.3:a:area_17:twill_cms:*:*:*:*:*:*:*:*
Vendors & Products Area 17
Area 17 twill Cms
References
Metrics cvssV2_0

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

cvssV3_0

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

cvssV3_1

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

cvssV4_0

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


cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-07-13T18:12:11.633Z

Reserved: 2026-07-12T11:11:09.587Z

Link: CVE-2026-15518

cve-icon Vulnrichment

Updated: 2026-07-13T18:05:28.068Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-01T11:00:04Z

Weaknesses
  • CWE-284

    Improper Access Control

  • CWE-434

    Unrestricted Upload of File with Dangerous Type