LiveActive security incident?Get immediate response
CVE Record

CVE-2024-25100: WordPress Coupon Referral Program plugin < 1.8.4 - Unauthenticated PHP Object Injection vulnerability

Deserialization of Untrusted Data vulnerability in WP Swings Coupon Referral Program allows Object Injection.This issue affects Coupon Referral Program: from n/a before 1.8.4.

CriticalCVSS 10Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

This is a critical WordPress plugin flaw in WP Swings Coupon Referral Program before 1.8.4. An unauthenticated network attacker may be able to abuse unsafe data deserialization, which can threaten site confidentiality, integrity, and availability. Sites using this plugin should be prioritized for version verification and update.

Executive priority

Treat this as urgent where the plugin is installed. The issue is critical, remotely reachable, and unauthenticated, but urgency depends on whether your WordPress estate actually uses a vulnerable plugin version.

Technical view

CVE-2024-25100 is a CWE-502 PHP object injection issue caused by deserialization of untrusted data in Coupon Referral Program before 1.8.4. The CVSS 3.1 score is 10.0 with network access, low complexity, no privileges, no user interaction, changed scope, and high C/I/A impact.

Likely exposure

Exposure is limited to WordPress sites with the WP Swings Coupon Referral Program plugin installed at a version before 1.8.4. The source bundle does not identify affected CPEs, install counts, or hosting environments.

Exploitation context

The CVE is not listed as KEV in the provided bundle, and the sources do not state active exploitation. The unauthenticated, network-accessible CVSS profile still makes internet-facing WordPress sites a high-priority review target.

Researcher notes

Available evidence identifies the vulnerability class, affected plugin, affected range before 1.8.4, and CVSS vector. The source bundle does not provide exploit primitives, vulnerable parameters, proof-of-concept details, or confirmed exploitation telemetry.

Mitigation direction

  • Update Coupon Referral Program to version 1.8.4 or later.
  • If update is not possible, disable or remove the plugin.
  • Check WP Swings and Patchstack guidance for current remediation details.
  • Prioritize internet-facing and revenue-critical WordPress sites first.

Validation and detection

  • Inventory WordPress sites for the Coupon Referral Program plugin.
  • Confirm installed plugin versions are 1.8.4 or later.
  • Review whether any exposed site still depends on the plugin.
  • Check logs for unusual plugin-related errors or requests.
Prepared
Confidence
high
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 · medium confidence lookup

CWE-502: Code execution behavior lookup

Code execution and unsafe deserialization weaknesses often justify reviewing execution behavior and process telemetry. 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
cve · low confidence lookup

CVE-2024-25100 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
Critical
CVSS
10 (3.1)
Known Exploited
No
Published

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

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
10CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H3.96Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

10Critical
CVSS 3.1 vector shape for CVE-2024-25100Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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
WP SwingsCoupon Referral Programn/aunaffected
Weakness

CWE details

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

CWE-502 · source CWE mapping

Deserialization of Untrusted Data

Deserialization of Untrusted Data represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.