一、 漏洞 CVE-2021-36646 基础信息
漏洞信息
                                        # N/A

## 漏洞概述
KodExplorer 4.45版本中存在跨站脚本(XSS)漏洞,远程攻击者可以通过`/index.php`页面执行任意代码。

## 影响版本
- KodExplorer 4.45

## 漏洞细节
攻击者可以通过向`/index.php`页面注入恶意脚本,使得当用户访问该页面时,恶意脚本会在用户的浏览器中执行。

## 漏洞影响
该漏洞允许远程攻击者在用户的浏览器中执行任意代码,可能导致敏感信息泄露、会话劫持等安全风险。
                                        
提示
尽管我们采用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。
神龙会尽力确保数据准确,但也请结合实际情况进行甄别与判断。
神龙祝您一切顺利!
漏洞标题
N/A
来源:美国国家漏洞数据库 NVD
漏洞描述信息
A Cross Site Scrtpting (XSS) vulnerability in KodExplorer 4.45 allows remote attackers to run arbitrary code via /index.php page.
来源:美国国家漏洞数据库 NVD
CVSS信息
N/A
来源:美国国家漏洞数据库 NVD
漏洞类别
N/A
来源:美国国家漏洞数据库 NVD
漏洞标题
KodExplorer 跨站脚本漏洞
来源:中国国家信息安全漏洞库 CNNVD
漏洞描述信息
KodExplorer是warlee个人开发者的一个 web 文件管理器。 KodExplorer 4.45版本存在安全漏洞。攻击者利用该漏洞通过 /index.php 页面运行任意代码。
来源:中国国家信息安全漏洞库 CNNVD
CVSS信息
N/A
来源:中国国家信息安全漏洞库 CNNVD
漏洞类别
跨站脚本
来源:中国国家信息安全漏洞库 CNNVD
二、漏洞 CVE-2021-36646 的公开POC
# POC 描述 源链接 神龙链接
1 KodExplorer is susceptible to a reflected cross-site scripting (XSS) vulnerability in the file view functionality.The vulnerability exists in app/template/api/view.html where user-supplied input in the 'path' parameter is directly echoed without proper sanitization.This allows attackers to inject malicious JavaScript code that executes in the context of the user's browser. https://github.com/projectdiscovery/nuclei-templates/blob/main/http/cves/2021/CVE-2021-36646.yaml POC详情
三、漏洞 CVE-2021-36646 的情报信息