CVE-2026-91939: Cotonti 1.0.0 Comments Plugin PHP Object Injection via ci Parameter

Published Sep 15, 2026
·
Updated

Cotonti 1.0.0 Comments plugin passes the ci GET parameter to unserialize() without allowedclasses restriction, allowing unauthenticated attackers to instantiate arbitrary PHP classes with attacker-controlled properties. Attackers can exploit PHP object injection through crafted serialized payloads to trigger gadget chains and achieve database manipulation or code execution.

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Configuration

    Modify the Comments plugin code so that the ci GET parameter is not passed to unserialize() without an allowed_classes restriction (e.g., call unserialize($data, ['allowed_classes' => [...]]) or otherwise prevent object deserialization).

    Cotonti Comments Plugin (PHP) unserialize() handling of ci GET parameter = unserialize() with allowed_classes restriction

Event History

Sep 15, 2026
CVE Published
via MITRE·08:56 PM
Data Sourced
via MITRE·08:56 PM
DescriptionSeverityWeakness

Frequently Asked Questions

1

Who can exploit this issue?

An unauthenticated remote attacker can exploit it by sending a crafted serialized payload in the ci GET parameter to the affected Comments plugin.

2

What conditions are needed for exploitation?

The affected Cotonti 1.0.0 Comments plugin must be reachable to the attacker. Successful impact such as database manipulation or code execution depends on usable PHP gadget chains in the application environment.

3

How can I determine whether an installation is affected?

Check whether the installation uses Cotonti 1.0.0 with the Comments plugin and whether plugins/comments/inc/CommentsWidget.php passes the ci GET parameter to unserialize() without an allowed_classes restriction.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203