Severity by source
AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
Lifecycle Timeline
3DescriptionCVE.org
The Logo Slider - Logo Carousel, Logo Showcase & Client Logo Slider Plugin plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the image alt text in all versions up to, and including, 4.9.0 due to insufficient input sanitization and output escaping in the 'logo-slider' shortcode. This makes it possible for authenticated attackers, with author level access and above, to inject arbitrary web scripts in pages that will execute whenever a user accesses an injected page.
AnalysisAI
A Stored Cross-Site Scripting (XSS) vulnerability exists in the Logo Slider WordPress plugin (versions up to 4.9.0) that allows authenticated attackers with author-level privileges to inject malicious scripts through image alt text in the 'logo-slider' shortcode. The vulnerability stems from insufficient input sanitization and output escaping, enabling persistent script execution whenever users access pages containing the injected content. With a CVSS score of 6.4 and moderate real-world exploitability, this represents a credible threat to WordPress sites with multiple trusted authors.
Technical ContextAI
The vulnerability is a classic Stored XSS flaw (CWE-79: Improper Neutralization of Input During Web Page Generation) in a WordPress plugin designed to display client logos. The 'logo-slider' shortcode processes image alt text parameters without properly sanitizing user input or escaping output when rendering HTML. WordPress plugins typically process shortcode attributes via the do_shortcode() function and render them in the frontend via PHP echo statements; this plugin fails at both the sanitization stage (wp_sanitize_post_kses or similar functions were not applied) and the escaping stage (esc_attr() or esc_html() functions are absent). The affected product is identified by CPE cpe:2.3:a:logichunt:logo_slider_–_logo_carousel,_logo_showcase_&_client_logo_slider_plugin:*:*:*:*:*:*:*:*. The vulnerability affects all versions through 4.9.0, as confirmed by Wordfence threat intelligence and the WordPress plugin repository source code inspection at lines 309-314 of the public-facing class file.
RemediationAI
Immediately update the Logo Slider plugin to the latest patched version available from the WordPress plugin repository (https://wordpress.org/plugins/logo-slider-wp/). If an update beyond 4.9.0 has been released, upgrade to that version. Until patching is completed, limit author-level access to trusted users only, regularly audit user roles and capabilities, and consider temporarily disabling the 'logo-slider' shortcode via code removal or a security plugin until the patch is applied. For defense-in-depth, implement a Web Application Firewall (WAF) to detect and block XSS payloads in POST/PUT requests, enable WordPress security hardening plugins that sanitize shortcode output, and educate site administrators about the risks of granting author credentials to untrusted users. Review the Wordfence vulnerability advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/b94f388a-c4af-4d3a-bd41-9b2d5d990672?source=cve for additional context and timeline information.
The isMail transport in PHPMailer before 5.2.20 might allow remote attackers to pass extra parameters to the mail comman
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The AI Engine WordPress plugin through version 3.1.3 exposes Bearer Token values through the /mcp/v1/ REST API endpoint
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Country State City Dropdown CF7 plugin for WordPress is vulnerable to SQL Injection via the ‘cnt’ and 'sid' paramete
Same weakness CWE-79 – Cross-site Scripting (XSS)
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-14168
GHSA-68cq-6242-rqxv