CVE-2026-28110
Reflected XSS in LambertGroup AllInOne Banner with Playlist
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 | allinone_banner_with_playlist | to 3.8 (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?
[{'type': 'paragraph', 'content': 'CVE-2026-28110 is a medium priority Cross Site Scripting (XSS) vulnerability affecting the WordPress plugin "LambertGroup - AllInOne - Banner with Playlist" versions up to and including 3.8.'}, {'type': 'paragraph', 'content': 'This vulnerability allows an attacker to inject malicious scripts such as redirects, advertisements, or other HTML payloads that execute when site visitors access the compromised website.'}, {'type': 'paragraph', 'content': 'It is classified under OWASP Top 10 A3: Injection and requires user interaction, such as clicking a malicious link or visiting a crafted page, but no authentication is needed to initiate the attack.'}] [1]
How can this vulnerability impact me? :
[{'type': 'paragraph', 'content': 'This vulnerability can lead to the execution of malicious scripts on your website, which may result in unwanted redirects, display of unauthorized advertisements, or other harmful HTML payloads.'}, {'type': 'paragraph', 'content': "Such exploitation can compromise the security and integrity of your website, potentially harming your users and damaging your site's reputation."}, {'type': 'paragraph', 'content': 'Since no authentication is required to exploit this vulnerability, it poses a moderate risk and can be triggered by any user interacting with crafted content.'}] [1]
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?
This vulnerability is a reflected Cross Site Scripting (XSS) issue in the LambertGroup - AllInOne - Banner with Playlist WordPress plugin versions up to 3.8. Detection typically involves monitoring for suspicious HTTP requests that include malicious script payloads or unusual URL parameters that could trigger the XSS.
Since no official patch is available, detection can be aided by using web application firewalls or security tools that can log and analyze incoming requests for XSS patterns.
Specific commands are not provided in the available resources, but common approaches include using tools like curl or wget to test URL parameters for script injection, or employing security scanners that detect reflected XSS vulnerabilities.
What immediate steps should I take to mitigate this vulnerability?
Immediate mitigation involves applying the Patchstack mitigation rule designed to block attacks targeting this vulnerability until an official patch is released.
Users should implement web application firewall (WAF) rules or other security controls that filter or block malicious input patterns associated with reflected XSS.
Additionally, monitoring and restricting user input and URL parameters, and educating users to avoid clicking suspicious links can help reduce exploitation risk.