Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1336 CNY

100%

CVE-2026-15162— Object Sync for Salesforce <= 2.2.13 - Unauthenticated SQL Injection

Quick assessment

Affected
minnpost Object Sync for Salesforce
Exploitation
No confirmed in-the-wild exploitation; assess based on exposure
Recommended action
Check the vendor advisory and references for a fixed version. If immediate upgrade is impossible, restrict exposure and increase monitoring.

WordPress Object Sync for Salesforce是WordPress基金会开源的一款实现对象数据同步的CMS插件。 WordPress Object Sync for Salesforce 2.2.13及之前版本存在SQL注入漏洞,该漏洞源于wordpress_object_type参数被直接拼接到SQL查询中且未使用$wpdb->prepare()进行参数化处理,同时REST路由权限回调仅检查HTTP方法,可能导致未经身份验证的攻击者通过/wp-json/object-sync-

CVSS 7.5 · High EPSS 0.34% · P27

Possible ATT&CK Techniques 1 AI

T1190 · Exploit Public-Facing Application

Affected Version Matrix 1

VendorProduct Version RangeStatus
minnpost Object Sync for Salesforce ≤ 2.2.13 affected
Get alerts for future matching vulnerabilities Log in to subscribe

I. Basic Information for CVE-2026-15162

Vulnerability Information

Have questions about the vulnerability? See if Shenlong's analysis helps!
View Shenlong Deep Dive ↗

Although we use advanced large model technology, its output may still contain inaccurate or outdated information.Shenlong tries to ensure data accuracy, but please verify and judge based on the actual situation.

Vulnerability Title
Object Sync for Salesforce <= 2.2.13 - Unauthenticated SQL Injection
Source: CVE Program / CVE List V5
Vulnerability Description
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 not magic-quoted, an attacker can break out of the quoted string and inject arbitrary SQL. This makes it possible for unauthenticated attackers to append additional SQL queries (time-based blind), enabling extraction of sensitive information such as password hashes from the database. Only a valid wordpress_id (e.g. 1) is required — no authentication or Salesforce connection.
Source: CVE Program / CVE List V5
CVSS Information
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Source: CVE Program / CVE List V5
Vulnerability Type
SQL命令中使用的特殊元素转义处理不恰当(SQL注入)
Source: CVE Program / CVE List V5
Vulnerability Title
WordPress Object Sync for Salesforce SQL注入漏洞
Source: CNNVD (China National Vulnerability Database)
Vulnerability Description
WordPress Object Sync for Salesforce是WordPress基金会开源的一款实现对象数据同步的CMS插件。 WordPress Object Sync for Salesforce 2.2.13及之前版本存在SQL注入漏洞,该漏洞源于wordpress_object_type参数被直接拼接到SQL查询中且未使用$wpdb->prepare()进行参数化处理,同时REST路由权限回调仅检查HTTP方法,可能导致未经身份验证的攻击者通过/wp-json/object-sync-
Source: CNNVD (China National Vulnerability Database)
CVSS Information
N/A
Source: CNNVD (China National Vulnerability Database)
Vulnerability Type
N/A
Source: CNNVD (China National Vulnerability Database)

Affected Products

Vendor Product Affected Versions CPE Subscribe
minnpost Object Sync for Salesforce 0 ~ 2.2.13 -

II. Public POCs for CVE-2026-15162

# POC Description Source Link Shenlong Link
AI-Generated POC Premium

No public POC found.

Login to generate AI POC

III. Intelligence Information for CVE-2026-15162

登录查看更多情报信息。

Vendor Advisories for CVE-2026-15162 (1)

IV. Related Vulnerabilities

V. Comments for CVE-2026-15162

No comments yet


Leave a comment