GHSA-46FV-RP77-XFRR
Vulnerability from github – Published: 2026-09-09 06:31 – Updated: 2026-09-09 06:31The WP Crowdfunding plugin for WordPress is vulnerable to generic SQL Injection via 'wpneo_reward' Post Meta in all versions up to, and including, 2.2.1 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with shop manager-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. This is a second-order injection: a Shop Manager writes the malicious payload once via the WooCommerce REST products endpoint (POST/PUT /wp-json/wc/v3/products/{id}), and the injected query executes on every subsequent public page view that renders the campaign rewards sidebar.
{
"affected": [],
"aliases": [
"CVE-2026-19944"
],
"database_specific": {
"cwe_ids": [
"CWE-89"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-09-09T04:17:57Z",
"severity": "MODERATE"
},
"details": "The WP Crowdfunding plugin for WordPress is vulnerable to generic SQL Injection via \u0027wpneo_reward\u0027 Post Meta in all versions up to, and including, 2.2.1 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with shop manager-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. This is a second-order injection: a Shop Manager writes the malicious payload once via the WooCommerce REST products endpoint (POST/PUT /wp-json/wc/v3/products/{id}), and the injected query executes on every subsequent public page view that renders the campaign rewards sidebar.",
"id": "GHSA-46fv-rp77-xfrr",
"modified": "2026-09-09T06:31:37Z",
"published": "2026-09-09T06:31:36Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-19944"
},
{
"type": "WEB",
"url": "https://plugins.trac.wordpress.org/browser/wp-crowdfunding/tags/2.2.1/wpcftemplate/woocommerce/basic/include/tabs/rewards-sidebar-form.php#L29"
},
{
"type": "WEB",
"url": "https://plugins.trac.wordpress.org/browser/wp-crowdfunding/tags/2.2.1/wpcftemplate/woocommerce/basic/include/tabs/rewards-sidebar-form.php#L4"
},
{
"type": "WEB",
"url": "https://plugins.trac.wordpress.org/browser/wp-crowdfunding/tags/2.2.1/wpcftemplate/woocommerce/basic/wpneo-functions.php#L38"
},
{
"type": "WEB",
"url": "https://plugins.trac.wordpress.org/changeset?reponame=\u0026old=3677675%40wp-crowdfunding\u0026new=3677675%40wp-crowdfunding"
},
{
"type": "WEB",
"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/c6958b5c-2f67-4f9b-acb2-85dc82c039b5?source=cve"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:N/A:N",
"type": "CVSS_V3"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.