CVE-2026-4076
Last modified
CVE-2026-4076 is a medium-severity vulnerability rated 6.4/10 on the CVSS scale. The Slider Bootstrap Carousel plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'category' and 'template' shortcode attributes in all versions up to and including 1.0.7. This is due to insufficient input sanitization and output escaping on user-supplied shortcode attributes. EPSS estimates a 0.38% chance of exploitation in the next 30 days.
Description
The Slider Bootstrap Carousel plugin for WordPress is vulnerable to Stored Cross-Site Scripting via the 'category' and 'template' shortcode attributes in all versions up to and including 1.0.7. This is due to insufficient input sanitization and output escaping on user-supplied shortcode attributes. The plugin uses extract() on shortcode_atts() to parse attributes, then directly outputs the $category variable into multiple HTML attributes (id, data-target, href) on lines 38, 47, 109, and 113 without applying esc_attr(). Similarly, the $template attribute flows into a class attribute on line 93 without 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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:L/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-4076?
How severe is CVE-2026-4076?
How do I fix CVE-2026-4076?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-40754Unauthenticated PHP Object Injection in Roisin <= 1.4 versio…8.1
- CVE-2026-40755Unauthenticated PHP Object Injection in TechLink <= 1.3 vers…8.1
- CVE-2026-40756Unauthenticated PHP Object Injection in Zoya <= 1.4 versions…8.1
- CVE-2026-40757Unauthenticated PHP Object Injection in Château <= 1.2.1 ver…8.1
- CVE-2026-40758Unauthenticated PHP Object Injection in Léonie <= 1.2.1 vers…8.1
- CVE-2026-40759Unauthenticated PHP Object Injection in Esmée <= 1.4 version…8.1
- CVE-2026-40760Unauthenticated PHP Object Injection in Behold <= 1.5 versio…8.1
- CVE-2026-40761Unauthenticated PHP Object Injection in Valeska <= 1.2.2 ver…8.1
- CVE-2026-40762Unauthenticated SQL Injection in WPGraphQL < 2.11.1 versions…7.5
- CVE-2026-40763Missing Authorization vulnerability in WP Royal Royal Elemen…5.3
- CVE-2026-40764Cross-Site Request Forgery (CSRF) vulnerability in Syed Balk…8.1
- CVE-2026-40765Unauthenticated Cross Site Scripting (XSS) in collectchat <=…7.1
Are you affected by CVE-2026-4076?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
