CVE-2026-1808
BaseFortify
Publication date: 2026-02-06
Last updated on: 2026-02-06
Assigner: Wordfence
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| orange_confort_plus | orange_confort_plus | to 0.7 (inc) |
| orange_confort_plus | orange_confort_plus | 0.7.1 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
The Orange Confort+ accessibility toolbar for WordPress plugin is vulnerable to Stored Cross-Site Scripting (XSS) via the 'style' parameter of the ocplus_button shortcode in all versions up to and including 0.7. This vulnerability arises because the plugin does not sufficiently sanitize or escape input for this parameter.
An authenticated attacker with Contributor-level access or higher can inject arbitrary web scripts into pages using this shortcode. These scripts will execute whenever any user accesses the injected page, potentially compromising user data or site integrity.
How can this vulnerability impact me? :
This vulnerability allows attackers with Contributor-level access or above to inject malicious scripts into WordPress pages via the 'style' parameter of the ocplus_button shortcode.
- Injected scripts can execute in the context of any user visiting the affected page, potentially leading to theft of user credentials, session hijacking, or unauthorized actions performed on behalf of users.
- It can undermine the trustworthiness and security of your website by enabling persistent cross-site scripting attacks.
- Since the vulnerability requires authenticated access at Contributor level or higher, it can be exploited by users who have some level of trusted access, increasing the risk from insider threats or compromised accounts.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
This vulnerability involves Stored Cross-Site Scripting via the 'style' parameter of the ocplus_button shortcode in the Orange Confort+ WordPress plugin up to version 0.7. Detection involves identifying if the vulnerable plugin version is installed and if the shortcode is used with unsanitized 'style' attributes.
Since the vulnerability requires authenticated users with Contributor-level access or higher to inject malicious scripts, detection can include reviewing shortcode usage in posts or pages for suspicious 'style' parameter values that contain script tags or unusual code.
There are no specific commands provided in the resources for direct detection on the network or system.
What immediate steps should I take to mitigate this vulnerability?
The immediate mitigation step is to update the Orange Confort+ WordPress plugin from version 0.7 or earlier to version 0.7.1 or later, where the vulnerability has been patched.
- Apply the security patch that properly sanitizes all shortcode attributes using the esc_attr() function to prevent injection.
- Ensure that the plugin version is updated to 0.7.1, which also fixes an undefined function error and improves stability.
- Limit Contributor-level or higher user access to trusted users only, as the vulnerability requires authenticated users with such privileges.