[CVE-2026-15162] The Object Sync for Salesforce plugin is vulnerable to unaut

CVE-2026-15162 | CVSS: 7.5 | 严重级别: HIGH

The Object Sync for Salesforce plugin is vulnerable to unauthenticated SQL Injection via the wordpress_object_type parameter of its /wp-json/object-sync-for-salesforce/push/ REST route. The route's permission callback (can_process()) checks only the HTTP method for the push class — no capability or nonce — so it is reachable by unauthenticated users. The wordpress_object_type value is concatenated directly into a SQL query (post_type = "$object_type", class-object-sync-sf-wordpress.php:328) and executed via $wpdb->get_results() with no $wpdb->prepare() (:578). Because REST body parameters are

参考链接:
https://plugins.trac.wordpress.org/browser/object-sync-for-salesforce/trunk/clas
https://plugins.trac.wordpress.org/browser/object-sync-for-salesforce/trunk/clas
https://plugins.trac.wordpress.org/browser/object-sync-for-salesforce/trunk/clas

📌 数据来源: NVD 官方

⚠️ 合规声明: 本文内容仅用于网络安全合规学习、科研与授权测试用途。严禁用于任何未授权行为,违者自行承担全部法律责任。
滚动至顶部