Cyber Posture

CVE-2026-32545

High

Published: 25 March 2026

Published
25 March 2026
Modified
24 April 2026
KEV Added
Patch
CVSS Score 7.1 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L
EPSS Score 0.0004 11.8th percentile
Risk Priority 14 60% EPSS · 20% KEV · 20% CVSS

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 11.8th 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).

Threat & Defense at a Glance

What attackers do: exploitation maps to Malicious Link (T1204.001) and 2 other techniques. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Directly mitigates reflected XSS by requiring output filtering and encoding of user inputs during web page generation to block malicious scripts.

prevent

Prevents exploitation of improper input neutralization by enforcing validation mechanisms that sanitize or reject malicious inputs before reflection.

prevent

Addresses the specific flaw in Taboola Pixel plugin versions through <=1.1.4 by requiring timely remediation such as patching.

MITRE ATT&CK Enterprise TechniquesAI

T1204.001 Malicious Link Execution
An adversary may rely upon a user clicking a malicious link in order to gain execution.
T1539 Steal Web Session Cookie Credential Access
An adversary may steal web application or service session cookies and use them to gain access to web applications or Internet services as an authenticated user without needing credentials.
T1185 Browser Session Hijacking Collection
Adversaries may take advantage of security vulnerabilities and inherent functionality in browser software to change content, modify user-behaviors, and intercept information as part of various browser session hijacking techniques.
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).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

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.

Deeper analysisAI

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.

Details

CWE(s)

CVEs Like This One

CVE-2025-12551Shared CWE-79
CVE-2025-68849Shared CWE-79
CVE-2024-13862Shared CWE-79
CVE-2025-23495Shared CWE-79
CVE-2025-23699Shared CWE-79
CVE-2025-23485Shared CWE-79
CVE-2026-32528Shared CWE-79
CVE-2025-26991Shared CWE-79
CVE-2025-26565Shared CWE-79
CVE-2025-23626Shared CWE-79

References