Lucene search
+L

5971 matches found

Kitploit
Kitploit
added 2026/09/11 5:05 a.m.7 views

CVE-2020-17057

Я написал этот эксплойт на основе этого блога(https://blogs.360.cn/post/CVE-2020-17057%20detail%20and%20exploit.html),но в итоге получил только объекты палитры с висячим указателем данных. Из-за изоляции типов я не могу получить произвольные примитивы чтения/записи с помощью объектов палитры или...

7.8CVSS7.2AI score0.01867EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/11 4:48 a.m.6 views

CVE-2026-11114-Node.js-vm-Sandbox-Escape-via-Proxy

CVE-2026-11114 – 프록시를 통한 Node.js vm 샌드박스 탈출 프로그램 코드 Node.js root@kitploit: // sandboxserver.js - Vulnerable VM sandbox const vm = require'vm'; const express = require'express'; const app = express; app.useexpress.json; app.post'/eval', req, res = const code = req.body.code; const sandbox = consol...

9.6CVSS5.9AI score0.00234EPSS
SaveExploits0
EUVD
EUVD
added 2026/09/11 12:31 a.m.7 views

EUVD-2026-75775

IBM DataStage on Cloud Pak for Data 5.4.0.0 could allow a remote authenticated attacker to overwrite ruleset files belonging to other tenants due to a path traversal vulnerability...

8.5CVSS0.00388EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/11 12:31 a.m.8 views

EUVD-2026-75783

IBM DataStage on Cloud Pak for Data 5.4.0.0 allows any authenticated tenant — with no project membership or role — fully controls scheme/host/port/path of an outbound fetch originating from a shared-infrastructure pod, and the WSDL body is reflected verbatim to the caller. The ds-canvas pod sits ...

8.5CVSS0.00225EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/11 12:31 a.m.7 views

EUVD-2026-75782

IBM DataStage on Cloud Pak for Data 5.4.0.0 concatenates three caller-supplied strings into a String.format path on the shared /ds-storage RWX PVC and returns the file with no project ACL — pure IDOR plus traversal. Read is constrained to files named job.log/error.log, but DataStage job logs...

7.7CVSS0.00201EPSS
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/11 12:09 a.m.7 views

Cordon

Cordon ⚠️ PROJECT DEPRECATED Development on this project has been stopped because someone else was working on the same idea and built a better solution. We highly recommend checking out:Fence by Use-Tusk. Note: This repository was originally created forFOSS HACK 2026 , though we unfortunately...

6AI score
SaveExploits0References2
Github Security Blog
Github Security Blog
added 2026/09/10 11:04 p.m.9 views

Traefik HTTP/3 Backend NTLM Connection Reuse

Summary Traefik's HTTP/3 request path did not initialize the connection-scoped backend transport holder that isolates connection-bound NTLM and Negotiate Kerberos authentication on the HTTP/1.1 and HTTP/2 paths. The HTTP/3 entrypoint reuses the HTTPS handler chain and reaches the same backend...

9.1CVSS0.0037EPSS
SaveExploits0References7Affected Software2
NVD
NVD
added 2026/09/10 10:17 p.m.9 views

CVE-2026-81210

IBM DataStage on Cloud Pak for Data 5.4.0.0 concatenates three caller-supplied strings into a String.format path on the shared /ds-storage RWX PVC and returns the file with no project ACL — pure IDOR plus traversal. Read is constrained to files named job.log/error.log, but DataStage job logs...

7.7CVSS0.00201EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/10 9:35 p.m.15 views

CVE-2026-81207

IBM DataStage on Cloud Pak for Data 5.4.0.0 contains a Server-Side Request Forgery (SSRF) vulnerability (CWE-918) in the ds-canvas pod , a shared-infrastructure pod on the OpenShift overlay. Any authenticated tenant—regardless of project membership or role—can fully control the scheme, host, port...

8.5CVSS0.00225EPSS
SaveExploits0References1
NVD
NVD
added 2026/09/10 9:17 p.m.8 views

CVE-2026-85025

IBM Langflow OSS 1.0.0 through 1.11.5 Langflow could allow an unauthenticated attacker to execute arbitrary code and access or modify chat sessions through publicly shared MCP project endpoints due to improper enforcement of public-flow security restrictions and session isolation controls...

9.8CVSS0.0043EPSS
SaveExploits0References1
Cvelist
Cvelist
added 2026/09/10 8:58 p.m.36 views

CVE-2026-85025 Langflow is vulnerable to arbitrary code execution due to multiple incomplete code security controls and missing execution guards

IBM Langflow OSS 1.0.0 through 1.11.5 Langflow could allow an unauthenticated attacker to execute arbitrary code and access or modify chat sessions through publicly shared MCP project endpoints due to improper enforcement of public-flow security restrictions and session isolation controls...

9.8CVSS0.0043EPSS
SaveExploits0References1
CVE
CVE
added 2026/09/10 8:58 p.m.25 views

CVE-2026-85025

IBM Langflow OSS versions 1.0.0 through 1.11.5 are vulnerable to arbitrary code execution and chat session access/modification by an unauthenticated attacker through publicly shared MCP project endpoints . The root cause is improper enforcement of public-flow security restrictions and session iso...

9.8CVSS0.0043EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/10 8:49 p.m.10 views

Wubes

Wubes 아키텍처 전제 조건 사용법 팁 Firefox 샌드박스 참고 자료 Wubes Wubes는 Qubes와 비슷하지만 Windows용입니다. 핵심 아이디어는 Windows Sandbox 기술을 활용하여 애플리케이션을 격리된 환경에서 실행하는 것입니다. 현재 다음 애플리케이션에 대해 Windows Sandbox를 실행할 수 있도록 지원합니다: Firefox 다른 애플리케이션도 쉽게 추가할 수 있습니다. 아키텍처 이 저장소에는 다음과 같은 파일 및 폴더 계층 구조가 포함되어 있습니다: root@kitploit: . ├──...

6.1AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/10 8:48 p.m.6 views

xtor

xtor Tor 인스턴스를 프로그래밍 방식으로 관리하는 Python 라이브러리입니다. 기능 새 Tor 프로세스 시작 또는 기존 프로세스에 연결 SOCKS5 프록시가 포함된 사전 구성된 httpx 클라이언트 동기 + 비동기 새 IP를 기다리는 옵션을 포함한 ID 회전 트래픽 분리를 위한 스트림 격리 회로 및 스트림 관리 종료 노드 정보 국가, 대역폭, 플래그 임시 히든 서비스 .onion 이벤트 리스너 회로, 스트림, 대역폭 이벤트 라운드 로빈 및 무작위 선택을 지원하는 여러 인스턴스 관리를 위한 TorPool CLI 관리를...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/10 5:22 p.m.7 views

PoC_CVE-2025-48507

Zynq UltraScale+ MPSoCにおけるTrustZoneの侵害 - CVE-2025-48507およびCVE-2025-0038の概念実証 非セキュアソフトウェアは、CVE-2025-48507およびCVE-2025-0038を悪用して、Zynq UltraScale+プラットフォーム 上のセキュアワールドへの読み取り/書き込みアクセスを取得し、TrustZoneの分離を破ることができます。そのために、非セキュアソフトウェアはCVE-2025-0038とCVE-2025-48507...

8.6CVSS6.8AI score0.00183EPSS
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/10 4:20 p.m.5 views

trust-boundary-ctf

🐘 Trust Boundary: MCP Session Isolation CTF The console reads Session Active. Every tool call succeeds. The admin OAuth token is in every response. Trust Boundary is a browser-based CTF lab built around a real session isolation failure in a locally-running MCP server. The vulnerability is not...

6AI score
SaveExploits0
NVD
NVD
added 2026/09/10 2:17 p.m.8 views

CVE-2026-88894

Snipe-IT's predefined kit checkout path does not enforce Full Multiple Company Support FMCS tenant isolation on the checkout target. Unlike the single, bulk, API, accessory, license and consumable checkout paths, App\Services\PredefinedKitCheckoutService never calls $item-canCheckoutTo$target; it...

5.4CVSS0.00231EPSS
SaveExploits0References2
CVE
CVE
added 2026/09/10 1:05 p.m.7 views

CVE-2026-88894

Snipe-IT , an IT asset management platform, contains an authorization bypass in its predefined kit checkout path. The root cause is that PredefinedKitCheckoutService never calls the tenant-isolation check ($item->canCheckoutTo($target)) that all other checkout paths enforce under Full Multiple...

5.4CVSS0.00231EPSS
SaveExploits0References2
Cvelist
Cvelist
added 2026/09/10 1:05 p.m.31 views

CVE-2026-88894 Snipe-IT before 8.7.2 Authorization Bypass via Predefined Kit Checkout

Snipe-IT's predefined kit checkout path does not enforce Full Multiple Company Support FMCS tenant isolation on the checkout target. Unlike the single, bulk, API, accessory, license and consumable checkout paths, App\Services\PredefinedKitCheckoutService never calls $item-canCheckoutTo$target; it...

5.4CVSS0.00231EPSS
SaveExploits0References2
EUVD
EUVD
added 2026/09/10 1:05 p.m.8 views

EUVD-2026-75444

Snipe-IT's predefined kit checkout path does not enforce Full Multiple Company Support FMCS tenant isolation on the checkout target. Unlike the single, bulk, API, accessory, license and consumable checkout paths, App\Services\PredefinedKitCheckoutService never calls $item-canCheckoutTo$target; it...

5.4CVSS0.00231EPSS
SaveExploits0References2
Rows per page
Query Builder