CVE-2026-55795
Received
Received - Intake
Authentication Bypass in Craft Commerce via Rate Limiter Bypass
Vulnerability report for CVE-2026-55795, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-09-14
Last updated on: 2026-09-14
Assigner: GitHub, Inc.
Description
Description
Craft Commerce is an ecommerce platform for Craft CMS. From 4.0.0 until 4.11.2 and 5.6.5, CartController in src/controllers/CartController.php activates its RateLimiter only when the number POST or GET parameter is supplied. An unauthenticated attacker can submit couponCode values to actionUpdateCart for the session-based cart while omitting number, preventing creation of the IP rate-limit identity and allowing unlimited automated coupon-code guessing and enumeration. This issue is fixed in versions 4.11.2 and 5.6.5.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| craftcms | craft_commerce | to 4.11.2 (inc) |
| craftcms | craft_commerce | 5.6.5 |
| craftcms | commerce | From 4.0.0 (inc) to 4.11.1 (inc) |
| craftcms | commerce | 4.11.2 |
| craftcms | commerce | From 5.0.0 (inc) to 5.6.4 (inc) |
| craftcms | commerce | 5.6.5 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-307 | The product does not implement sufficient measures to prevent multiple failed authentication attempts within a short time frame. |