CVE-2024-6159
Push Notification for Post and BuddyPress <=1.93 - Multiple Unauthenticated SQLi
Record summary
CVE-2024-6159 has a selected CVSS score of 9.8 (critical); EIP currently links 1 Nuclei template.
Description
The Push Notification for Post and BuddyPress WordPress plugin before 1.9.4 does not properly sanitise and escape a parameter before using it in a SQL statement via an AJAX action available to unauthenticated users, leading to a SQL injection
Exploitation context
Available material
- Nuclei templates
- 1
CISA SSVC decision
CISA Coordinator · SSVC 2.0.3 · Evaluated May 20, 2025 · Source: CVE List
Affected products and versions
1| Product | Source | Version range | Status |
|---|---|---|---|
Push Notification for Post and BuddyPressDefault status: unaffected | CVE List | Before 1.9.4 | affected |
Nuclei templates
1ProjectDiscoveryCRITICALPush Notification for Post and BuddyPress <= 1.93 - SQL InjectionCVSS 10
Push Notification for Post and BuddyPress plugin for WordPress is vulnerable to SQL Injection via the 'onesignal_externalid' and 'onesignal_get_subscriptionoptions_id' paramters in all versions up to, and including, 1.93 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database.
Impact
Unauthenticated attackers can execute SQL injection attacks to extract sensitive database information including user credentials, subscriber data, and configuration details.
Remediation
Update Push Notification for Post and BuddyPress plugin to version 1.94 or later to address the SQL injection vulnerability.
Source: ProjectDiscovery