CVE-2026-32545
Published: 25 March 2026
Summary
CVE-2026-32545 is a high-severity Cross-site Scripting (CWE-79) vulnerability. Its CVSS base score is 7.1 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Malicious Link (T1204.001); ranked at the 14.4th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 SI-10 (Information Input Validation) and SI-15 (Information Output Filtering).
Deeper analysis
CVE-2026-32545 is an Improper Neutralization of Input During Web Page Generation vulnerability, classified as Reflected Cross-site Scripting (XSS) under CWE-79, in the Taboola Pixel WordPress plugin (taboola-pixel). This issue affects all versions of the plugin from n/a through 1.1.4. The vulnerability carries a CVSS v3.1 base score of 7.1, reflecting network accessibility (AV:N), low attack complexity (AC:L), no required privileges (PR:N), user interaction needed (UI:R), changed scope (S:C), and low impacts on confidentiality, integrity, and availability (C:L/I:L/A:L).
Unauthenticated attackers accessible over the network can exploit this vulnerability by crafting malicious input that is reflected back in web page generation, tricking users into interacting with it, such as clicking a malicious link. Successful exploitation enables script execution in the victim's browser context within the changed scope, allowing potential theft of session data or minor disruptions aligned with the low impact ratings.
Mitigation details are available in the Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/taboola-pixel/vulnerability/wordpress-taboola-pixel-plugin-1-1-4-reflected-cross-site-scripting-xss-vulnerability?_s_id=cve.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-15923
Vulnerability details
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in Taboola Taboola Pixel taboola-pixel allows Reflected XSS.This issue affects Taboola Pixel: from n/a through <= 1.1.4.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Reflected XSS enables delivery via malicious link click (T1204.001) and direct browser script execution for session cookie theft/hijacking (T1539, T1185).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly mitigates reflected XSS by requiring output filtering and encoding of user inputs during web page generation to block malicious scripts.
Prevents exploitation of improper input neutralization by enforcing validation mechanisms that sanitize or reject malicious inputs before reflection.
Addresses the specific flaw in Taboola Pixel plugin versions through <=1.1.4 by requiring timely remediation such as patching.