Lucene search
+L

329479 matches found

Kitploit
Kitploit
added 2026/09/03 11:45 a.m.3 views

hook

hook 针对 CVE-2024-32002 的 PoC利用...

9CVSS7.1AI score0.29234EPSS
SaveExploits32
Kitploit
Kitploit
added 2026/09/03 11:34 a.m.3 views

ProcessHider

ProcessHider 由 M00nRise 创建 重要提示 此工具仅允许用于渗透测试和其他白帽活动。严禁非法使用! 关于 ProcessHider 是一款后渗透工具,旨在隐藏进程,使其不被任务管理器、Process Explorer 等监控工具发现,从而防止管理员发现 payload 进程。该工具支持 32 位和 64 位系统,能够自动检测操作系统版本并使用相应的工具版本。 ProcessHider 提供 EXE 文件或 Powershell 脚本两种形式。 许可证 此工具采用 BSD-3 许可证: 版权所有 c 2016, M00nRise 保留所有权利。...

5.8AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/03 11:29 a.m.106 views

snare

SNARE Super Next generation Advanced Reactive honEypot About SNARE is a web application honeypot sensor attracting all sort of maliciousness from the Internet. Documentation The documentation can be found here. Basic Concepts Surface first. Focus on the attack surface generation. Sensors and...

5.9AI score
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/09/03 11:22 a.m.4 views

CVE-2026-85163 AVideo Server-Side Request Forgery via epg_link parameter

AVideo through commit c91b5975d contains a server-side request forgery vulnerability in the EPG parser that allows authenticated uploaders to fetch arbitrary internal URLs. An attacker can supply an internal URL via the epglink parameter during video upload, which is validated only for syntax and...

7.1CVSS6AI score
SaveExploits0References2
CVE
CVE
added 2026/09/03 11:22 a.m.7 views

CVE-2026-85163

AVideo through commit c91b5975d is affected by a Server-Side Request Forgery (SSRF) vulnerability in its EPG parser . An authenticated uploader can supply an internal URL via the epg_link parameter during video upload; the value is validated only for syntax and later fetched server-side during EP...

7.1CVSS6AI score
SaveExploits0References2
EUVD
EUVD
added 2026/09/03 11:22 a.m.3 views

EUVD-2026-70398

AVideo through commit c91b5975d contains a server-side request forgery vulnerability in the EPG parser that allows authenticated uploaders to fetch arbitrary internal URLs. An attacker can supply an internal URL via the epglink parameter during video upload, which is validated only for syntax and...

7.1CVSS6AI score
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/03 11:22 a.m.22 views

CVE-2026-85163 AVideo Server-Side Request Forgery via epg_link parameter

AVideo through commit c91b5975d contains a server-side request forgery vulnerability in the EPG parser that allows authenticated uploaders to fetch arbitrary internal URLs. An attacker can supply an internal URL via the epglink parameter during video upload, which is validated only for syntax and...

7.1CVSS
SaveExploits0References2
CVE
CVE
added 2026/09/03 11:22 a.m.10 views

CVE-2026-85160

AVideo (through commit c91b5975d) is affected by a combined CSRF and path traversal vulnerability in stopLive.php . The root cause is missing token validation and unsanitized key parameter concatenation, allowing an attacker to craft a malicious image tag with a traversal payload (e.g., key=../.....

8.1CVSS5.8AI score
SaveExploits0References2
EUVD
EUVD
added 2026/09/03 11:22 a.m.4 views

EUVD-2026-70395

AVideo through commit c91b5975d contains a cross-site request forgery and path traversal vulnerability in stopLive.php that allows attackers to delete directories by exploiting missing token validation and unsanitized key parameter concatenation. Attackers can craft an image tag with a traversal...

8.1CVSS5.8AI score
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/09/03 11:22 a.m.6 views

CVE-2026-85160 AVideo through c91b5975d CSRF and Path Traversal via stopLive.php

AVideo through commit c91b5975d contains a cross-site request forgery and path traversal vulnerability in stopLive.php that allows attackers to delete directories by exploiting missing token validation and unsanitized key parameter concatenation. Attackers can craft an image tag with a traversal...

8.1CVSS5.8AI score
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/03 11:22 a.m.19 views

CVE-2026-85160 AVideo through c91b5975d CSRF and Path Traversal via stopLive.php

AVideo through commit c91b5975d contains a cross-site request forgery and path traversal vulnerability in stopLive.php that allows attackers to delete directories by exploiting missing token validation and unsanitized key parameter concatenation. Attackers can craft an image tag with a traversal...

8.1CVSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/03 11:22 a.m.2 views

EUVD-2026-70394

AVideo through commit c91b5975d contains a reflected cross-site scripting vulnerability in userLogin.php where the cancelUri parameter is echoed in an href attribute after isSafeRedirectURL checks protocol only, not HTML characters. Unauthenticated attackers can inject event handlers via relative...

5.4CVSS6AI score
SaveExploits0References2
CVE
CVE
added 2026/09/03 11:22 a.m.8 views

CVE-2026-85159

AVideo (through commit c91b5975d) contains a reflected cross-site scripting vulnerability in userLogin.php . The root cause lies in the isSafeRedirectURL function, which validates only the URL protocol but does not sanitize HTML characters in the cancelUri parameter. Because this parameter is ech...

5.4CVSS6AI score
SaveExploits0References2
CVE
CVE
added 2026/09/03 11:22 a.m.9 views

CVE-2026-85158

AVideo through commit c91b5975d is affected by a reflected cross-site scripting (XSS) vulnerability in videoEmbeded.php . The root cause is that the link parameter is echoed inside an HTML comment with zero escaping , allowing an attacker to close the comment with --> and inject arbitrary Java...

5.4CVSS5.9AI score
SaveExploits0References2
Vulnrichment
Vulnrichment
added 2026/09/03 11:22 a.m.6 views

CVE-2026-85158 AVideo Reflected XSS via videoEmbeded.php link parameter

AVideo through commit c91b5975d contains a reflected cross-site scripting vulnerability in videoEmbeded.php that echoes the link parameter inside an HTML comment with zero escaping. Attackers can close the comment with -- and inject arbitrary JavaScript that executes when victims visit the crafte...

5.4CVSS5.9AI score
SaveExploits0References2
EUVD
EUVD
added 2026/09/03 11:22 a.m.5 views

EUVD-2026-70393

AVideo through commit c91b5975d contains a reflected cross-site scripting vulnerability in videoEmbeded.php that echoes the link parameter inside an HTML comment with zero escaping. Attackers can close the comment with -- and inject arbitrary JavaScript that executes when victims visit the crafte...

5.4CVSS5.9AI score
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/03 11:22 a.m.21 views

CVE-2026-85158 AVideo Reflected XSS via videoEmbeded.php link parameter

AVideo through commit c91b5975d contains a reflected cross-site scripting vulnerability in videoEmbeded.php that echoes the link parameter inside an HTML comment with zero escaping. Attackers can close the comment with -- and inject arbitrary JavaScript that executes when victims visit the crafte...

5.4CVSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/03 11:22 a.m.18 views

CVE-2026-85159 AVideo Reflected XSS via cancelUri in userLogin.php

AVideo through commit c91b5975d contains a reflected cross-site scripting vulnerability in userLogin.php where the cancelUri parameter is echoed in an href attribute after isSafeRedirectURL checks protocol only, not HTML characters. Unauthenticated attackers can inject event handlers via relative...

5.4CVSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/03 11:22 a.m.4 views

EUVD-2026-70392

WWBN AVideo contains a broken access control vulnerability in the unauthenticated feed/index.php endpoint that disables per-video visibility checks when a programid parameter is supplied. Attackers can enumerate playlist identifiers and retrieve unlisted and group-restricted videos by requesting...

6.9CVSS5.9AI score
SaveExploits0References2
CVE
CVE
added 2026/09/03 11:22 a.m.8 views

CVE-2026-85157

WWBN AVideo is affected by a broken access control vulnerability in the unauthenticated feed/index.php (RSS feed) endpoint. When a program_id parameter is supplied, per-video visibility checks are disabled, allowing unauthenticated attackers to enumerate playlist identifiers and retrieve unlisted...

6.9CVSS5.9AI score
SaveExploits0References2
Rows per page
Query Builder