CVE-2024-12877 CRITICAL

CVE-2024-12877: GiveWP – Donation Plugin and Fundraising Platform <= 3.19.2 - Unauthenticated PHP Object Injection

Vendor Stellarwp
Product GiveWP – Donation Plugin and Fundraising Platform
Weakness CWE-502 · Unsafe deserialization
Published January 11, 2025
Last update April 8, 2026

CVSS base score

9.8/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality High
Integrity High

CVSS vector

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

What the vulnerability does

01Description

The GiveWP – Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 3.19.2 via deserialization of untrusted input from the donation form like 'firstName'. This makes it possible for unauthenticated attackers to inject a PHP Object. The additional presence of a POP chain allows attackers to delete arbitrary files on the server that makes remote code execution possible. Please note this was only partially patched in 3.19.3, a fully sufficient patch was not released until 3.19.4. However, another CVE was assigned by another CNA for version 3.19.3 so we will leave this as affecting 3.19.2 and before. We have recommended the vendor use JSON encoding to prevent any further deserialization vulnerabilities from being present.

Explanation of Vulnerability in Simple Terms

02Summary

GiveWP versions up to 3.19.2 contain a deserialization vulnerability that allows unauthenticated attackers to run arbitrary code on affected sites. The plugin unsafely deserializes untrusted data without proper validation, enabling remote code execution over the network. All sites running GiveWP should update immediately to a patched version.

What an attacker can do

03Attacker Capabilities

Run arbitrary code on the site, read sensitive data, modify content, or take the site offline.

Potential impact on your site

04Site Impact

Complete compromise of the site and server; attacker gains full control without needing a login.

Conditions required to exploit

05Prerequisites

Network access only; no authentication or user interaction required.

Key dates

06Disclosure timeline

January 11, 2025 CVE published
April 8, 2026 Record updated

Related vulnerabilities

08Related CVE