PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-55745 Cotonti CVE debrief

The Cotonti 1.0.0 web application, specifically the Personal File Storage (PFS) module, is vulnerable to Cross-Site Request Forgery (CSRF). This vulnerability allows a remote attacker to force an authenticated user's browser to submit a forged request, modifying the victim's folder metadata. The issue arises from the lack of validation for the anti-CSRF token in the folder update action. A successful exploit could lead to unauthorized changes to folder metadata, including making private folders public. Users of Cotonti 1.0.0 should take immediate action to secure their installations.

Vendor
Cotonti
Product
Unknown
CVSS
MEDIUM 5.3
CISA KEV
Not listed in stored evidence
Original CVE published
2026-06-18
Original CVE updated
2026-08-10
Advisory published
2026-06-18
Advisory updated
2026-08-10

Who should care

System administrators and users of Cotonti 1.0.0, especially those with authenticated access to the Personal File Storage (PFS) module, should be aware of this vulnerability. Web application security teams and developers using Cotonti should prioritize patching or mitigating this issue to prevent potential unauthorized access and data manipulation.

Technical summary

The vulnerability exists in the modules/pfs/inc/pfs.editfolder.php file, specifically in the folder update action ('a=update'). The update process does not call cot_check_xg() to validate the anti-CSRF token, making it susceptible to CSRF attacks. An attacker can lure an authenticated user into visiting a malicious page, causing the browser to submit a forged request that modifies folder metadata without the user's consent. This could lead to unauthorized changes, such as making a private folder public.

Defensive priority

High

Recommended defensive actions

  • Apply the official patch or update to the latest version of Cotonti as soon as available.
  • Implement additional CSRF protection measures for the PFS module until an official fix is applied.
  • Educate users about the risks of clicking on suspicious links or visiting untrusted websites while authenticated to the Cotonti application.
  • Monitor PFS module activity for any unauthorized changes to folder metadata.
  • Consider temporarily disabling the PFS module or restricting access to it until the vulnerability is resolved.
  • Regularly review and update Cotonti to ensure the latest security patches are applied.

Evidence notes

The vulnerability information was obtained from the National Vulnerability Database (NVD) and the CVE.org record. The affected code is located in the modules/pfs/inc/pfs.editfolder.php file of the Cotonti 1.0.0 application. The CWE-352 weakness is associated with this vulnerability, indicating Cross-Site Request Forgery.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-55745 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-55745

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-55745 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-55745

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://github.com/Cotonti/Cotonti

    309f9ea4-e3e9-4c6c-b79d-e8eb01244f2c

  • Source reference

    Unverified legacy reference

    URL: https://github.com/Cotonti/Cotonti/blob/f43f1fc38ba4e02027786dad9dac1435c7c52b30/modules/pfs/inc/pfs.editfolder.php

    309f9ea4-e3e9-4c6c-b79d-e8eb01244f2c

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.