CVE-2026-1808
Awaiting Analysis Awaiting Analysis - Queue
BaseFortify

Publication date: 2026-02-06

Last updated on: 2026-02-06

Assigner: Wordfence

Description
The Orange Confort+ accessibility toolbar for WordPress plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'style' parameter of the ocplus_button shortcode in all versions up to, and including, 0.7 due to insufficient input sanitization and output escaping. This makes it possible for authenticated attackers, with Contributor-level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-02-06
Last Modified
2026-02-06
Generated
2026-05-07
AI Q&A
2026-02-06
EPSS Evaluated
2026-05-05
NVD
EUVD
Affected Vendors & Products
Showing 2 associated CPEs
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
CWE Icon
KEV
KEV Icon
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.

Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart