Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CVE-2025-44998 — Proof-of-concept exploit for a stored XSS vulnerability in TinyFileManager v2.4.7, enabling arbitrary JavaScript execution and session cookie hijacking via the js-theme-3 parameter. | Kitploit
工具/GitHubGitHub/l8bl/cve-2025-44998
漏洞分析漏洞利用Web应用程序漏洞利用信息收集Web安全渗透测试
GitHubl8bl/cve-2025-44998

CVE-2025-44998

Proof-of-concept exploit for a stored XSS vulnerability in TinyFileManager v2.4.7, enabling arbitrary JavaScript execution and session cookie hijacking via the js-theme-3 parameter.

查看仓库
11年前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

CVE-2025-44998

摘要

在 TinyFileManager v2.4.7 的 /tinyfilemanager.php 组件中存在一个存储型跨站脚本(XSS)漏洞,攻击者可通过向 js-theme-3 参数注入特制有效载荷来执行任意 JavaScript 或 HTML。

PoC

  • 要检查漏洞,请进入设置页面(网址:http://localhost/index.php?p=&settings=1)。 alt text

  • 发送请求时,将 js-theme-3 参数的值修改为以下有效载荷:light“></nav><nav+a=” alt text

  • 注入的脚本随后将执行,并可在整个页面(包括登录界面)中运行。 alt text

影响

  • 用作会话 ID 的 filemanager cookie 未设置 httpOnly 标志,因此容易受到 HTTP 会话 cookie 劫持攻击。 alt text

  • 结合之前报告的会话固定漏洞(CVE-2022-40916),攻击者可能通过每次登录时使用固定的 'filemanager' cookie 值来以任意用户身份登录。 alt text

下载工具