CVE-2026-6106
Cross-Site Scripting in 1Panel-dev MaxKB Public Chat Interface
Publication date: 2026-04-11
Last updated on: 2026-04-29
Assigner: VulDB
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| 1panel-dev | maxkb | to 2.2.1 (inc) |
| 1panel-dev | maxkb | 2.8.0 |
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. |
| CWE-94 | The product constructs all or part of a code segment using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the syntax or behavior of the intended code segment. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability exists in the 1Panel-dev MaxKB software up to version 2.2.1, specifically in the StaticHeadersMiddleware function within the Public Chat Interface component. It arises from improper handling of the argument 'Name', which allows an attacker to perform cross-site scripting (XSS) attacks. Such attacks can be launched remotely by manipulating this argument.
The vulnerability has been publicly disclosed and an exploit is available. The issue is fixed in version 2.8.0, and upgrading to this version is recommended.
How can this vulnerability impact me? :
This vulnerability can allow an attacker to execute cross-site scripting (XSS) attacks remotely by manipulating input parameters. This can lead to the injection of malicious scripts into the web interface, potentially compromising user sessions, stealing sensitive information, or performing actions on behalf of authenticated users.
What immediate steps should I take to mitigate this vulnerability?
The recommended immediate step to mitigate this vulnerability is to upgrade the affected component, 1Panel-dev MaxKB, to version 2.8.0 or later.
This upgrade resolves the cross site scripting vulnerability in the StaticHeadersMiddleware function.