CVE-2026-28103
Reflected XSS in LBG Zoominoutslider β€ 5.4.5 Allows Code Injection
Publication date: 2026-03-05
Last updated on: 2026-03-05
Assigner: Patchstack
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| lambertgroup | lbg_zoominoutslider | to 5.4.5 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-79 | The product does not neutralize or incorrectly neutralizes user-controllable input before it is placed in output that is used as a web page that is served to other users. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
CVE-2026-28103 is a medium priority Cross Site Scripting (XSS) vulnerability affecting the WordPress LBG Zoominoutslider Plugin versions up to and including 5.4.5.
This vulnerability allows an attacker to inject malicious scriptsβsuch as redirects, advertisements, or other HTML payloadsβinto a website. These scripts execute when visitors access the site.
It is classified under OWASP Top 10 A3: Injection and has a CVSS severity score of 7.1, indicating moderate danger with a likelihood of exploitation.
Exploitation requires user interaction, such as a privileged user clicking a malicious link, visiting a crafted page, or submitting a form, but no authentication is required to initiate the attack.
How can this vulnerability impact me? :
This vulnerability can impact you by allowing attackers to execute malicious scripts on your website, which can lead to unauthorized redirects, display of unwanted advertisements, or other harmful HTML payloads.
Such attacks can compromise the integrity and trustworthiness of your website, potentially harming your users and damaging your reputation.
Since exploitation requires user interaction but no authentication, attackers can target visitors or privileged users to trigger the malicious scripts.
No official patch is currently available, but mitigation rules have been issued to block attacks until a patch is released.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
The CVE-2026-28103 vulnerability is a reflected Cross Site Scripting (XSS) issue affecting the WordPress LBG Zoominoutslider Plugin up to version 5.4.5. Detection typically involves monitoring for suspicious HTTP requests containing malicious scripts or payloads that attempt to exploit the XSS flaw.
Since no official patch is available, detection can be performed by inspecting web server logs or using web application security scanners that look for reflected XSS patterns targeting the vulnerable plugin.
Specific commands are not provided in the available resources, but common approaches include using tools like curl or wget to send crafted requests and observe responses for script injection, or employing security scanners such as OWASP ZAP or Burp Suite to test for reflected XSS vulnerabilities.
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation steps include applying the mitigation rule issued by Patchstack to block attacks targeting this vulnerability until an official patch is released.
Users are advised to implement these mitigations immediately to protect their websites from exploitation.
Additionally, monitoring and restricting user inputs, disabling or limiting the use of the vulnerable plugin if possible, and educating users about the risks of clicking untrusted links can help reduce exposure.