Description
Cotonti 1.0.0 (master branch, commit f43f1fc3) is vulnerable to Cross-Site Request Forgery in the Personal File Storage (PFS) module. In modules/pfs/inc/pfs.editfolder.php, the folder update action ('a=update') updates folder metadata (title, description, public/gallery flags) without calling cot_check_xg to validate the anti-CSRF token.
Published: 2026-06-18
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Cotonti 1.0.0 in the master branch contains a Cross‑Site Request Forgery flaw in its Personal File Storage module. The vulnerable file, modules/pfs/inc/pfs.editfolder.php, performs folder metadata updates without validating the anti‑CSRF token via cot_check_xg. As a result, an attacker can submit a forged request that modifies a folder’s title, description, or visibility flags, potentially exposing private data or altering user content.

Affected Systems

The affected product is Cotonti Cotonti, specifically its Personal File Storage module at commit f43f1fc3 in the master branch. Users running this version or a cosmetically similar unpatched release are susceptible to unauthorized folder metadata changes.

Risk and Exploitability

The CVSS score of 5.3 indicates moderate severity, while the EPSS score of < 1% suggests a low likelihood of exploitation currently. The vulnerability is not listed in the CISA KEV catalog. Exploitation requires an authenticated user who visits a malicious or phishing page that triggers the update action, requiring only a normal web session; no privileged access or network exposure is necessary. The attack vector is inferred to be social‑engineering or crafted link delivery to an active session.

Generated by OpenCVE AI on August 10, 2026 at 23:43 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Cotonti to a version that includes CSRF validation for the PFS module.
  • If an upgrade is not immediately possible, disable the PFS update functionality or remove the PFS module from the site to prevent unauthorized changes.
  • Implement site‑wide CSRF protection so that all state‑changing requests validate anti‑CSRF tokens and enforce strict access controls on file storage features.

Generated by OpenCVE AI on August 10, 2026 at 23:43 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-hp3v-wp32-953h Cotonti: Cross-Site Request Forgery in the Personal File Storage (PFS) module
History

Mon, 10 Aug 2026 12:00:00 +0000

Type Values Removed Values Added
Description Cotonti 1.0.0 (master branch, commit f43f1fc3) is vulnerable to Cross-Site Request Forgery in the Personal File Storage (PFS) module. In modules/pfs/inc/pfs.editfolder.php, the folder update action ('a=update') updates folder metadata (title, description, public/gallery flags) without calling cot_check_xg() to validate the anti-CSRF token. A remote attacker who lures an authenticated user into visiting a malicious page can force the browser to submit a forged request that modifies the victim's folder metadata, including making a private folder public. Cotonti 1.0.0 (master branch, commit f43f1fc3) is vulnerable to Cross-Site Request Forgery in the Personal File Storage (PFS) module. In modules/pfs/inc/pfs.editfolder.php, the folder update action ('a=update') updates folder metadata (title, description, public/gallery flags) without calling cot_check_xg to validate the anti-CSRF token.
Title Cotonti - CSRF in PFS Folder Edit Allows Unauthorized Folder Modification Cotonti CSRF in PFS folder edit allows unauthorized folder modification

Mon, 10 Aug 2026 11:45:00 +0000

Type Values Removed Values Added
Title Cotonti CSRF in PFS folder edit allows unauthorized folder modification Cotonti - CSRF in PFS Folder Edit Allows Unauthorized Folder Modification

Wed, 24 Jun 2026 21:00:00 +0000

Type Values Removed Values Added
First Time appeared Cotonti
Cotonti cotonti
Vendors & Products Cotonti
Cotonti cotonti

Thu, 18 Jun 2026 16:45:00 +0000

Type Values Removed Values Added
Description Cotonti 1.0.0 (master branch, commit f43f1fc3) is vulnerable to Cross-Site Request Forgery in the Personal File Storage (PFS) module. In modules/pfs/inc/pfs.editfolder.php, the folder update action ('a=update') updates folder metadata (title, description, public/gallery flags) without calling cot_check_xg() to validate the anti-CSRF token. A remote attacker who lures an authenticated user into visiting a malicious page can force the browser to submit a forged request that modifies the victim's folder metadata, including making a private folder public.
Title Cotonti CSRF in PFS folder edit allows unauthorized folder modification
Weaknesses CWE-352
References
Metrics cvssV3_1

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

cvssV4_0

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

ssvc

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


cve-icon MITRE

Status: PUBLISHED

Assigner: TuranSec

Published:

Updated: 2026-08-10T11:44:29.461Z

Reserved: 2026-06-17T12:59:17.621Z

Link: CVE-2026-55745

cve-icon Vulnrichment

Updated: 2026-06-18T12:53:06.421Z

cve-icon NVD

Status : Deferred

Published: 2026-06-18T08:16:34.337

Modified: 2026-08-10T12:17:19.213

Link: CVE-2026-55745

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-10T23:45:04Z

Weaknesses
  • CWE-352

    Cross-Site Request Forgery (CSRF)