LiveActive security incident?Get immediate response
CVE Record

CVE-2020-36841: WooCommerce Smart Coupons <= 4.6.0 - Unauthenticated Coupon Creation

The WooCommerce Smart Coupons plugin for WordPress is vulnerable to authorization bypass due to a missing capability check on the woocommerce_coupon_admin_init function in versions up to, and including, 4.6.0. This makes it possible for unauthenticated attackers to send themselves gift certificates of any value, which could be redeemed for products sold on the victim’s storefront.

MediumCVSS 5.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This vulnerability lets unauthenticated attackers create or send themselves WooCommerce Smart Coupons gift certificates on affected WordPress stores. The business impact is unauthorized discounts or free purchases, causing direct revenue loss and potential order abuse rather than data theft or service outage.

Executive priority

Treat as a near-term e-commerce fraud risk. It is not rated critical, but affected stores could lose revenue through unauthorized gift certificates. Prioritize internet-facing WooCommerce sites and confirm plugin versions before the next sales cycle or campaign.

Technical view

CVE-2020-36841 is an authorization bypass in WooCommerce Smart Coupons up to and including 4.6.0. A missing capability check in woocommerce_coupon_admin_init allows unauthenticated coupon or gift certificate creation. CVSS 3.1 is 5.3, with network access, low complexity, and no privileges required.

Likely exposure

Exposure is limited to public WordPress/WooCommerce storefronts running WooCommerce Smart Coupons versions up to and including 4.6.0. Sites not using this plugin, or using newer fixed versions, are not indicated as affected.

Exploitation context

The source bundle does not show CISA KEV listing or cited active exploitation. The flaw is still meaningful because unauthenticated access and low complexity can enable financial abuse if an affected storefront remains online.

Researcher notes

The core issue is CWE-285: improper authorization. The CVE description identifies a missing capability check in woocommerce_coupon_admin_init. The affected metadata in the bundle is sparse, so rely on the described <=4.6.0 range and vendor/Wordfence references for scoping.

Mitigation direction

  • Upgrade WooCommerce Smart Coupons to a vendor-supported version newer than 4.6.0.
  • If immediate upgrade is impossible, disable the Smart Coupons plugin until remediated.
  • Review vendor and Wordfence guidance for the exact patched release and operational notes.
  • Audit existing coupons and gift certificates for unauthorized high-value entries.
  • Review recent orders where gift certificates covered unusually large purchase amounts.

Validation and detection

  • Inventory WordPress sites using WooCommerce Smart Coupons.
  • Confirm the installed Smart Coupons version is greater than 4.6.0.
  • Check coupon and gift certificate records for unexpected creation times or values.
  • Review web and application logs for unauthenticated coupon administration activity indicators.
  • Verify unauthenticated users cannot create coupons through the affected workflow.
Prepared
Confidence
medium
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-285: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Privilege behavior lookup

The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2020-36841 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
3Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
5.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N3.91.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.3Medium
CVSS 3.1 vector shape for CVE-2020-36841Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
WooCommerceWooCommerce Smart Coupons0unaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-285 · source CWE mapping

Improper Authorization

Improper Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.