CVE-2026-11981 MEDIUM

CVE-2026-11981: GiveWP <= 4.15.3 - Cross-Site Request Forgery

Vendor Stellarwp
Product GiveWP – Donation Plugin and Fundraising Platform
Weakness CWE-352 · CSRF
Published July 1, 2026
Last update July 1, 2026

CVSS base score

4.3/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction Required
Confidentiality None
Integrity Low

CVSS vector

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

What the vulnerability does

01Description

The GiveWP plugin for WordPress is vulnerable to Cross-Site Request Forgery in versions up to, and including, 4.15.3 This is due to missing nonce validation on the give_set_notification_status_handler() function. This makes it possible for unauthenticated attackers to disable donation email notifications via a forged request granted they can trick a site administrator into performing an action such as clicking on a link.

Explanation of Vulnerability in Simple Terms

02Summary

GiveWP versions up to 4.15.3 contain a cross-site request forgery (CSRF) vulnerability that allows attackers to perform unwanted actions on behalf of site visitors. An attacker can craft a malicious link or page that, when visited by a logged-in user, triggers unintended changes to donation settings or site configuration. The vulnerability requires user interaction but does not require authentication.

What an attacker can do

03Attacker Capabilities

Perform unwanted actions on the site (like changing donation settings) on behalf of a logged-in visitor.

Potential impact on your site

04Site Impact

Donation settings, fundraising campaigns, or plugin configuration could be altered without your knowledge or consent.

Conditions required to exploit

05Prerequisites

A site visitor must click a malicious link or visit an attacker-controlled page while logged into the WordPress site.

Key dates

06Disclosure timeline

July 1, 2026 CVE published
July 1, 2026 Record updated

Related vulnerabilities

08Related CVE