Doliconnect CVE-2025-53574
HIGHSeverity by source
AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
Lifecycle Timeline
6DescriptionCVE.org
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in ptibogxiv Doliconnect doliconnect allows Reflected XSS.This issue affects Doliconnect: from n/a through <= 9.3.2.
AnalysisAI
Reflected cross-site scripting (XSS) in Doliconnect WordPress plugin versions up to 9.3.2 allows remote attackers to execute arbitrary JavaScript in victims' browsers through malicious links. The vulnerability requires user interaction (clicking a crafted link) but needs no authentication, enabling session hijacking, credential theft, or malicious actions in the context of the victim's WordPress session. EPSS score of 0.05% indicates very low observed exploitation probability, and no active exploitation or public proof-of-concept has been identified at time of analysis.
Technical ContextAI
Doliconnect is a WordPress plugin that integrates Dolibarr ERP/CRM functionality into WordPress sites. This vulnerability stems from improper neutralization of user-supplied input before rendering it in HTML responses (CWE-79: Cross-site Scripting). The reflected XSS variant means malicious scripts are embedded in URL parameters or form data that are immediately echoed back in the HTTP response without proper sanitization or output encoding. The changed scope (S:C) in the CVSS vector indicates the vulnerable component (Doliconnect plugin) can impact resources beyond its security scope, specifically the WordPress application and user sessions. WordPress plugins commonly introduce XSS through inadequate use of WordPress escaping functions like esc_html(), esc_url(), or wp_kses() when processing GET/POST parameters or rendering user-controllable data in templates.
Affected ProductsAI
Doliconnect WordPress plugin versions from the initial release through version 9.3.2 are confirmed vulnerable per Patchstack advisory. The plugin is developed by ptibogxiv and available through the WordPress.org plugin repository. Organizations using Doliconnect to integrate Dolibarr ERP/CRM with WordPress sites should verify their installed version in the WordPress admin panel under Plugins. The vulnerability affects all WordPress installations running affected Doliconnect versions regardless of underlying PHP or WordPress core version. Patchstack vulnerability database entry available at https://patchstack.com/database/Wordpress/Plugin/doliconnect/vulnerability/wordpress-doliconnect-plugin-9-3-2-cross-site-scripting-xss-vulnerability?_s_id=cve
RemediationAI
Update Doliconnect to version 9.3.3 or later if available through the WordPress plugin repository or the vendor's official distribution channel. Check the Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/doliconnect/vulnerability/wordpress-doliconnect-plugin-9-3-2-cross-site-scripting-xss-vulnerability?_s_id=cve for confirmed patched version details, as the exact fix version is not independently verified in the provided data. If immediate patching is not possible, implement compensating controls: configure Content Security Policy (CSP) headers with strict script-src directives to block inline JavaScript execution, though this may break legitimate plugin functionality requiring careful testing; deploy web application firewall (WAF) rules to detect and block common XSS payloads in HTTP parameters, noting this provides defense-in-depth but can be bypassed with obfuscation; educate users to avoid clicking untrusted links pointing to the WordPress admin area or plugin endpoints, particularly links received via email or messaging platforms. Consider temporarily disabling the Doliconnect plugin if Dolibarr integration is not business-critical until a verified patch is deployed. After updating, test all Doliconnect functionality including form submissions and ERP data synchronization to ensure the patch does not introduce regressions.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today