CVE-2025-69054
Published: 22 January 2026
Summary
CVE-2025-69054 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 Exploit Public-Facing Application (T1190); ranked at the 20.3th 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-2025-69054 is an Improper Neutralization of Input During Web Page Generation vulnerability, classified as Reflected Cross-site Scripting (XSS) under CWE-79, in the highwarden Super Logos Showcase WordPress plugin (superlogoshowcase-wp). This issue affects all versions of the plugin from n/a through 2.8 inclusive. The vulnerability was published on 2026-01-22 with a CVSS v3.1 base score of 7.1 (AV:N/AC:L/PR:N/UI:R/S:C/C:L/I:L/A:L).
Attackers can exploit this vulnerability remotely over the network with low complexity and no required privileges, though it necessitates user interaction such as clicking a malicious link. Upon successful exploitation, adversaries can inject and execute arbitrary scripts in the context of the victim's browser, achieving low impacts on confidentiality, integrity, and availability while changing the scope of the attack.
The Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/superlogoshowcase-wp/vulnerability/wordpress-super-logos-showcase-plugin-2-8-reflected-cross-site-scripting-xss-vulnerability?_s_id=cve details the Reflected XSS vulnerability specifically in Super Logos Showcase plugin version 2.8.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2026-3940
Vulnerability details
Improper Neutralization of Input During Web Page Generation ('Cross-site Scripting') vulnerability in highwarden Super Logos Showcase superlogoshowcase-wp allows Reflected XSS.This issue affects Super Logos Showcase: from n/a through <= 2.8.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Reflected XSS in public-facing WP plugin directly enables T1190 exploitation via crafted URLs; leads to arbitrary JS execution (T1059.007) after user clicks malicious link (T1204.001).
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly requires validation and neutralization of untrusted input before it is used in web page generation, blocking the reflected XSS payload at its root.
Requires filtering or encoding of information sent to users, preventing injected scripts from executing in the victim's browser context.
Can be configured to detect and block common XSS patterns or malicious script content delivered via HTTP requests to the plugin.