Lucene search
+L

5062742 matches found

OSV
OSV
added 2026/09/18 1:28 a.m.4 views

CGA-GVP8-5MP9-G5RX

Bulletin has no description...

8.8CVSS0.00667EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/18 1:28 a.m.3 views

CGA-C2HC-CV57-C46H

Bulletin has no description...

4.7CVSS0.00379EPSS
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/18 1:28 a.m.7 views

CVE-2025-4517-POC-Sudoers

CVE-2025-4517 - sudoers에 사용자 추가 POC 이 스크립트는 Google Security Research Advisory: https://github.com/google/security-research/security/advisories/GHSA-hgqp-3mmf-7h8f 에 게시된 연구의 무기화된 버전입니다. 원본 연구는 간단한 "플래그" 파일을 수정하여 취약점을 입증하는 반면, 이 버전은 로컬 권한 상승LPE 시나리오에 맞게 수정되었습니다. 단순히 추출 디렉터리 외부에 파일을 쓸 수 있음을 증명하는 대신,...

9.4CVSS6.8AI score0.0143EPSS
SaveExploits11References1
OSV
OSV
added 2026/09/18 1:27 a.m.3 views

CGA-GWR2-7VHQ-CX7Q

Bulletin has no description...

8.8CVSS0.00667EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/18 1:27 a.m.3 views

CGA-945G-RPCC-WQPF

Bulletin has no description...

4.7CVSS0.00379EPSS
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/18 1:26 a.m.8 views

CVE-2021-2173

CVE-2021-2173 CVE-2021-2173 PoC 설명: https://databasesecurityninja.wordpress.com/2021/06/04/cve-2021-2173-pdb-isolation-is-broken-through-metadata-exposure/ Oracle Critical Patch Update Advisory - 2021년 4월: https://www.oracle.com/security-alerts/cpuapr2021.html...

4.1CVSS6.4AI score0.01372EPSS
SaveExploits4
OSV
OSV
added 2026/09/18 1:26 a.m.3 views

CGA-7VH8-3VCV-PPJ8

Bulletin has no description...

8.8CVSS0.00667EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/18 1:26 a.m.2 views

CGA-586P-8R8M-WR3R

Bulletin has no description...

4.7CVSS0.00379EPSS
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/18 1:26 a.m.6 views

insmod_block

insmodblock Linux: - - - - - - - 제작: nu11secur1ty: https://github.com/nu11secur1ty/linux-nu11secur1ty Linux: - - - - - - - 제작: nu11secur1ty: https://gitlab.com/nu11secur1ty/linux-nu11secur1ty txt Linux Kernel security modules by nu11secur1ty GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/18 1:25 a.m.6 views

CVE-2021-21389

CVE-2021-21389 BuddyPress 7.2.1 - REST API権限昇格によるRCE PoC 完全版 影響を受けるバージョン: 5.0.0 から 7.2.0 ユーザー要件: 購読者ユーザー 手法: REST APIを介した管理者への権限昇格とRCEのトリガー エンドポイント: /v1/members/me エンドポイント Dockerの使い方 root@kitploit: git clone https://github.com/HoangKien1020/CVE-2021-21389 cd CVE-2021-21389/ docker build . -t...

9CVSS8.1AI score0.13521EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/18 1:25 a.m.55 views

nullscan

Description A modular framework designed to chain and automate security tests. It parses target definitions from the command line and runs corresponding modules and their nullscan-tools afterwards. It can also take hosts and start nmap first in order to perform a basic portscan and run the module...

5.9AI score
SaveExploits0
OSV
OSV
added 2026/09/18 1:24 a.m.3 views

CGA-P2QR-RJ55-V2HH

Bulletin has no description...

8.8CVSS0.00667EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/18 1:24 a.m.3 views

CGA-4987-35WW-92W5

Bulletin has no description...

4.7CVSS0.00379EPSS
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/18 1:24 a.m.12 views

auth

Auth - Supabaseによる認証とユーザー管理 Authは、Goで書かれたユーザー管理・認証サーバーであり、Supabase の以下のような機能を支えています: JWTの発行 PostgRESTによる行レベルセキュリティ ユーザー管理 メール、パスワード、マジックリンク、電話番号でのサインイン 外部プロバイダーでのサインイン Google、Apple、Facebook、Discord、... これは元々、優れた NetlifyによるGoTrueコードベース に基づいていますが、両者は機能と能力において大幅に分岐しています。 プロジェクトに貢献したい場合は、貢献ガイド...

5.7AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/18 1:24 a.m.10 views

ctf-cve-2019-11043

任务管理应用(CVE-2019-11043 实验环境) 一个极简的PHP应用,带有故意易受攻击的Nginx/PHP-FPM配置,用于复现CVE-2019-11043。包含一个小型任务管理器、登录/管理员功能和数据库配置界面。 构建与运行(Docker) root@kitploit: build docker build -t cve-2019-11043-lab:app . run docker run --rm -p 8080:80 cve-2019-11043-lab:app open open http://localhost:8080/ 漏洞利用快速开始 使用...

9.8CVSS7.9AI score0.9978EPSS
SaveExploits57
OSV
OSV
added 2026/09/18 1:23 a.m.3 views

CLEANSTART-2026-PM97219 gRPC-Go is the Go language implementation of gRPC

Multiple security vulnerabilities affect the prometheus-operator package. gRPC-Go is the Go language implementation of gRPC. See references for individual vulnerability details...

9.8CVSS0.00591EPSS
SaveExploits0References9
OSV
OSV
added 2026/09/18 1:23 a.m.3 views

CGA-M9C4-J2PR-QW3J

Bulletin has no description...

4.7CVSS0.00379EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/18 1:23 a.m.3 views

CGA-G3H3-X25C-3Q6M

Bulletin has no description...

8.8CVSS0.00667EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/18 1:23 a.m.2 views

CGA-JPF7-3W48-PJFR

Bulletin has no description...

8.8CVSS0.00667EPSS
SaveExploits0References5
OSV
OSV
added 2026/09/18 1:23 a.m.3 views

CGA-3W73-W8J6-7QR7

Bulletin has no description...

4.7CVSS0.00379EPSS
SaveExploits0References5
Rows per page
Query Builder