MEDIUM 6.4

CVE-2026-13247: Stored XSS in Logo Slider WordPress Plugin v5.5 and Earlier

A WordPress plugin called Logo Slider contains a security flaw that allows attackers with contributor-level access or higher to inject malicious scripts into pages. These scripts execute whenever anyone visits the affected pages, potentially stealing data or performing unauthorized actions on behalf of visitors. The vulnerability exists in versions 5.5 and earlier due to improper handling of the 'lgx_tooltip_position' parameter.

Source data · NVD / CISA · public domain

CVSS
3.1 · 6.4 MEDIUM · CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
Weaknesses (CWE)
CWE-79
Affected products
0 configuration(s)
Published / Modified
2026-07-10 / 2026-07-10

NVD description (verbatim)

The Logo Slider – Logo Carousel, Client Logo Slider & Brand Showcase for WordPress plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'lgx_tooltip_position' parameter in all versions up to, and including, 5.5 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.

5 reference(s) · View on NVD →

SEC.co analysis · AI-assisted, reviewed against source

Technical summary

CVE-2026-13247 is a Stored Cross-Site Scripting (XSS) vulnerability in the Logo Slider – Logo Carousel, Client Logo Slider & Brand Showcase plugin for WordPress. The flaw stems from insufficient input sanitization and output escaping of the 'lgx_tooltip_position' parameter across all versions up to and including 5.5. An authenticated attacker with contributor-level privileges or above can inject arbitrary JavaScript that persists in the database and executes in the browsers of all users who access the affected page, satisfying the conditions for stored XSS exploitation.

Business impact

Organizations running this plugin face risk of website defacement, session hijacking, credential theft, and malware distribution. Because the XSS payload is stored in the database, the impact persists until remediated—every site visitor becomes a potential victim. For sites handling customer data or e-commerce transactions, this creates compliance and liability concerns. The requirement for authenticated access at contributor level limits the immediate threat surface, but compromised or malicious contributors pose a direct risk.

Affected systems

WordPress installations using the Logo Slider – Logo Carousel, Client Logo Slider & Brand Showcase plugin version 5.5 and earlier are affected. The vulnerability requires an authenticated attacker with contributor-level access or higher, meaning sites should assess which users hold these permissions and whether any have been compromised.

Exploitability

This vulnerability has a CVSS score of 6.4 (Medium severity) with a vector reflecting network accessibility, low attack complexity, and requirement for low privileges (authenticated contributor access). Exploitation requires user interaction in the sense that the payload executes when visitors view the injected page, but the attacker does not need to socially engineer targets—the malicious content runs automatically. The attack is not publicly known to be actively exploited based on available intelligence, and it does not appear on the CISA Known Exploited Vulnerabilities catalog.

Remediation

Update the Logo Slider plugin to a patched version released after July 10, 2026. Verify the specific patched version against the plugin's official repository or vendor advisory. In the interim, restrict contributor-level access to users who genuinely require it, review recent post and page edits for suspicious modifications, and consider disabling the plugin if it is not essential.

Patch guidance

Check the WordPress plugin repository or the plugin vendor's official advisory for available updates addressing this vulnerability. Apply patches as soon as testing confirms compatibility with your WordPress version and other active plugins. Given the stored XSS nature, prioritize patching over delaying updates—this vulnerability can persist invisibly in your database.

Detection guidance

Search your WordPress database for suspicious content in posts, pages, and plugin settings that contain script tags or JavaScript event handlers, particularly in the 'lgx_tooltip_position' parameter or custom fields associated with the Logo Slider plugin. Review WordPress user activity logs for any edits by contributor-level accounts around the time the vulnerability was disclosed (July 2026 onwards). Monitor website traffic for unusual client-side behavior or unexpected JavaScript execution. Use WordPress security plugins with XSS detection capabilities to scan stored content.

Why prioritize this

Although rated CVSS 6.4 (Medium), prioritize this vulnerability because stored XSS poses persistent and pervasive risk—once injected, the malicious script affects all site visitors until removal. The attack surface is limited by the authentication requirement, but the impact on data confidentiality and integrity is real. Organizations should address this within 30 days, sooner if the plugin is actively used on customer-facing or data-handling pages.

Risk score, explained

The CVSS 6.4 (Medium) score reflects the network-accessible nature of the vulnerability (AV:N), the ease of exploitation once authenticated (AC:L, PR:L), and the cross-site impact (S:C). However, the score does not account for the stored nature of the XSS, which amplifies real-world risk by ensuring every visitor is exposed. The lack of authentication bypass and the requirement for contributor-level access prevent a higher score, but the scope change acknowledges that the vulnerability affects confidentiality and integrity of user sessions beyond the attacker's own.

Frequently asked questions

Do I need to update immediately if I'm not using the Logo Slider plugin?

No. This vulnerability only affects WordPress sites with the Logo Slider – Logo Carousel, Client Logo Slider & Brand Showcase plugin version 5.5 or earlier installed and activated. If you don't use this plugin, you are not affected.

What if my site has been running the plugin for months—could I already be compromised?

Possibly. Stored XSS vulnerabilities can remain undetected if an attacker with contributor access has injected malicious scripts. Review your database and WordPress admin logs for suspicious activity by contributors, and scan published posts and pages for embedded scripts. If you find suspicious content, remove it immediately and reset contributor passwords.

Does this vulnerability require the attacker to be a WordPress administrator?

No. The vulnerability requires only contributor-level access, which is lower than administrator. Contributors can typically edit and publish posts, making this a lower-barrier attack vector than requiring full admin privileges, though still limited to authenticated users.

Will a Web Application Firewall (WAF) help protect against this?

A WAF can help detect and block some XSS payloads in transit, but because the vulnerability is in how the plugin stores and outputs data, the best defense is patching the plugin itself and preventing malicious input from being stored in the first place. WAF rules should complement, not replace, the patch.

This vulnerability summary is based on information published as of July 10, 2026, and references ground-truth CVE data. Security professionals should verify patch availability and compatibility with their specific WordPress environment before deployment. No active exploitation has been publicly confirmed at the time of writing. This analysis is for informational purposes and does not constitute professional security advice for your organization—engage qualified security personnel to assess your specific risk posture and remediation timeline. Source: NVD (public-domain), retrieved 2026-08-17. Analysis generated by SEC.co (claude-haiku-4-5).