CVE Catalog

CVE-2026-55741

HighCVSS 8.8
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 administration configuration handler. The configuration update action ('a=update') processes POST data via cot_config_update_options without calling cot_check_xg to validate the anti-CSRF token (the 'x' parameter), unlike other admin handlers.

Risk Assessment

CSRF attack may allow unauthorized configuration changes by a logged-in administrator, potentially leading to full application compromise.

Recommendation

Add a cot_check_xg call to the configuration update action in system/admin/admin.config.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 administration configuration handler. In system/admin/admin.config.php, the configuration update action ('a=update') processes POST data via cot_config_update_options without calling cot_check_xg to validate the anti-CSRF token (the 'x' parameter), unlike other admin handlers (e.g. admin.structure.php, admin.cache.php).

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