CVE Catalog

CVE-2026-55744

HighCVSS 8.1
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.18%

7th percentile - higher than 7% of all known CVEs

Summary

Cotonti 1.0.0 is vulnerable to Cross-Site Request Forgery in the Personal File Storage (PFS) module. The file upload action ('a=upload') processes uploaded files without calling cot_check_xg to validate the anti-CSRF token, even though sibling actions such as 'delete' do.

Risk Assessment

CSRF attack may allow unauthorized file uploads on behalf of a logged-in user, potentially leading to account takeover or malicious content placement.

Recommendation

Add a cot_check_xg call to the upload action in modules/pfs/inc/pfs.main.php to validate the anti-CSRF token.

Other vulnerabilities in Cotonti

See all
Original NVD description (English source)

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.main.php, the file upload action ('a=upload') processes uploaded files without calling cot_check_xg to validate the anti-CSRF token, even though sibling actions such as 'delete' (line 272) do.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS