Lucene search
+L

1735 matches found

Kitploit
Kitploit
added 2026/09/19 12:28 a.m.14 views

VibeSec-Skill

VibeSec-Skill 停止在代码中注入安全漏洞。 一个 AI 技能,将 5 年以上的漏洞赏金狩猎经验直接带入你的 AI 编码工作流程——让 LLM 模型从一开始就编写安全代码。 简介 “氛围编码”很酷,直到你的应用因错误原因出现在社交媒体上。 我们都见过这些帖子/梗: API 密钥硬编码在 JavaScript 包中 允许用户数据导出的 IDOR 漏洞 敏感页面未做身份验证 管理员面板使用弱密码 安全漏洞在被人利用之前并不显眼。如果没有正确的指导,AI 会自信地在你功能中附带易受攻击的模式并投放。 VibeSec 是一个 AI...

6.1AI score
SaveExploits0
BDU FSTEC
BDU FSTEC
added 2026/09/18 11:42 p.m.18 views

The vulnerability of the Webasyst content management system and the Shop-Script CMS system lies in improper code generation management, allowing attackers to execute arbitrary code.

The vulnerability of the Webasyst framework for designing content management systems and the Shop-Script CMS system is related to improper code generation. Exploiting this vulnerability allows an attacker who operates remotely to execute arbitrary code...

9CVSS6.1AI score
SaveExploits0References2Affected Software2
BDU FSTEC
BDU FSTEC
added 2026/09/18 11:42 p.m.47 views

The vulnerability of the VoIP gateway software Telecom MG, related to improper code generation, allows a hacker to execute arbitrary code.

The vulnerability of the VoIP gateway software of Telecom MG is related to incorrect code generation. Exploiting this vulnerability allows a remote attacker to execute arbitrary code...

9CVSS6.2AI score
SaveExploits0Affected Software1
BDU FSTEC
BDU FSTEC
added 2026/09/18 11:42 p.m.30 views

The vulnerability of the VoIP gateway software Telecom MG, related to improper code generation, allows a hacker to execute arbitrary code.

The vulnerability of the VoIP gateway software of Telecom MG is related to incorrect code generation. Exploiting this vulnerability allows a remote attacker to execute arbitrary code...

9CVSS6.2AI score
SaveExploits0Affected Software1
BDU FSTEC
BDU FSTEC
added 2026/09/18 11:42 p.m.18 views

The vulnerability of the VoIP gateway software Telecom MG, related to improper code generation, allows a hacker to execute arbitrary code.

The vulnerability of the VoIP gateway software of Telecom MG is related to incorrect code generation. Exploiting this vulnerability allows a remote attacker to execute arbitrary code...

9CVSS6.2AI score
SaveExploits0Affected Software1
BDU FSTEC
BDU FSTEC
added 2026/09/18 11:42 p.m.33 views

The vulnerability of the VoIP gateway software Telecom MG, related to improper code generation, allows a hacker to execute arbitrary code.

The vulnerability of the VoIP gateway software of Telecom MG is related to incorrect code generation. Exploiting this vulnerability allows a remote attacker to execute arbitrary code...

9CVSS6.2AI score
SaveExploits0Affected Software1
Kitploit
Kitploit
added 2026/09/18 11:31 p.m.10 views

Payload_CVE_2013_2186

PayloadCVE20132186 为 CVE-2013-2186 生成 payload 的代码...

7.5CVSS7.5AI score0.12434EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/18 10:24 p.m.90 views

autoharness

AutoHarness 由 Akshat Parikh 创建 这个工具是什么? AutoHarness 是一个自动为你生成模糊测试(fuzzing)桩的工具。这个想法源于当前模糊测试代码库中的一个并行问题:大型代码库拥有数千个函数和代码片段,它们可能深嵌在库中。即使对于智能模糊测试器来说,要触及这些代码路径也非常困难,有时甚至不可能。 即使是像 oss-fuzz 这样的大型模糊测试项目,代码库中仍有部分区域未被模糊测试覆盖。因此,这个程序试图在一定程度上缓解这个问题,并为安全研究人员提供一个可用于初步测试代码库的工具。该程序仅支持用 C 和 C++ 编写的代码库。 设置/演示 该程序利用...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/18 8:20 p.m.15 views

solidity_CVE-2021-42574-POC

solidityCVE-2021-42574-POC 2023年1月31日,Altin tin-z,github.com/tin-z PoC 针对solidity和solc编译器的CVE-2021-42574的PoC。 安装 root@kitploit: solc 并选择 0.8.17 版本 https://github.com/crytic/solc-select foundry https://github.com/foundry-rs/foundry 部署合约 root@kitploit: SOLV=0.8.17 foldert=testopen mkdir $foldert &&...

8.3CVSS7.5AI score0.12881EPSS
SaveExploits4References1
Kitploit
Kitploit
added 2026/09/18 7:57 p.m.11 views

oss-fuzz-gen

模糊测试目标生成与评估框架 该框架利用各种大型语言模型(LLM)为真实世界的 C/C++/Java/Python 项目生成模糊测试目标,并通过 OSS-Fuzz 平台 对它们进行基准测试。 更多详情请参阅 AI 驱动的模糊测试:打破漏洞挖掘壁垒: 当前支持的模型有: Vertex AI code-bison Vertex AI code-bison-32k Gemini Pro Gemini Ultra Gemini Experimental Gemini 1.5 OpenAI GPT-3.5-turbo OpenAI GPT-4 OpenAI GPT-4o OpenAI...

5.8AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/18 2:23 p.m.7 views

CVE-2021-42574

Trojan Source:Invisible Vulnerabilities - Code generator — 简而言之,该漏洞指的是代码的显示形式与其编译后的形式不同(: 攻击利用嵌入在注释和字符串中的控制字符,重新排列源代码的字符,从而改变其逻辑。 例如,假设代码如下: if isAdmin / begin admins only / 通过利用此漏洞,我们可以在编译后将其变成: / if isAdmin begin admins only / 注意:大多数语言都受到影响,其中包括 Rust 版本低于 1.56.0 的 rustc。 好的阅读资源:...

8.3CVSS7AI score0.12881EPSS
SaveExploits4
Kitploit
Kitploit
added 2026/09/18 1:39 p.m.9 views

CVE-2026-35194

CVE-2026-35194 — Inyección de código SQL en Apache Flink Ejecución remota de código en los TaskManagers de Apache Flink mediante inyección en la generación de código SQL...

8.1CVSS5.9AI score0.00381EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/18 1:30 p.m.6 views

ReClass.NET

ReClass.NET 这是将 ReClass 移植到 .NET 平台的版本,并包含了大量额外功能。 功能特点 支持 x86 / x64 从 ReClass 2007-2016 和 ReClass QT 导入文件 内存节点 数组和指向其他所有节点类型的指针 Hex 8 / 16 / 32 / 64 Int 8 / 16 / 32 / 64 UInt 8 / 16 / 32 / 64 Bool Bits 枚举 Float / Double Vector 2 / 3 / 4 Matrix 3x3 / 3x4 / 4x4 UTF8 / UTF16 / UTF32 文本及指向文本的指针 虚函数表...

6.1AI score
SaveExploits0References18
Kitploit
Kitploit
added 2026/09/18 9:44 a.m.11 views

CVE-2026-52614

CVE-2026-52614 - RuoYi v4.8.3 filterKeyword 绕过SQL注入 中文 | 英文 需要授权 / 仅限授权测试 本仓库仅供安全研究和已获明确授权的测试使用。请勿对未授权系统使用。 本仓库仅用于安全研究与已获明确授权的测试。请勿对未授权系统使用。 中文说明 漏洞简介 RuoYi v4.8.3 代码生成模块的 /tool/gen/createTable 接口允许后台用户提交建表 SQL。接口调用 SqlUtil.filterKeyword 进行关键字黑名单过滤,但实现中先删除输入里的全部空白字符,再匹配包含尾随空格的关键字(例如 select 、inser...

6.2AI score
SaveExploits1
Kitploit
Kitploit
added 2026/09/18 8:57 a.m.13 views

CVE-2024-50498

CVE-2024-50498 描述 LUBUS WP Query Console 中存在生成代码控制不当('Code Injection')漏洞,允许代码注入。此问题影响 WP Query Console:从 n/a 到 1.0。 设置 Netcat 监听器: 在你的机器上打开一个终端并启动 Netcat 监听器,等待反向 shell 连接。 root@kitploit: nc -lvnp 用法 root@kitploit: usage: CVE-2024-50498.py -h -u URL -ip LISTENERIP -P PORT wordpress | Improper...

10CVSS8.6AI score0.52905EPSS
SaveExploits4
Kitploit
Kitploit
added 2026/09/18 6:53 a.m.7 views

wifi-password

wifi-password 快速获取你的 WiFi 密码,如果需要,生成 WiFi 二维码,方便手机轻松连接。 适用于 macOS 、Linux 和 Windows 安装 使用 pip 安装 root@kitploit: $ python3 -m pip install --user wifi-password 使用 git 安装 root@kitploit: $ git clone https://github.com/sdushantha/wifi-password $ cd wifi-password $ python3 setup.py install 使用 AUR 安装 使用...

6AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/18 6:53 a.m.57 views

wifi-password

wifi-password Quickly fetch your WiFi password and if needed, generate a QR code of your WiFi to allow phones to easily connect. Works on macOS and Linux , Windows Installation Install using pip root@kitploit: $ python3 -m pip install --user wifi-password Install using git root@kitploit: $ git...

5.6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/17 6:57 p.m.11 views

CVE-2026-23498

CVE-2026-23498: Shopware 在 Twig 渲染视图中对代码生成的控制不当 概述 字段| 详情 ---|--- CVE ID| CVE-2026-23498 严重性| 高 安全公告| 查看公告 发现者| Lukasz Rybak 受影响产品 shopware/shopware (版本:= 6.7.0.0, = 6.7.0.0, 6.7.6.1) CWE 分类 CWE-94: 代码生成控制不当('代码注入') 详情 影响 我们在 CVE-2023-2017 中修复了 Twig 过滤器,使其仅允许执行通过验证的函数。但是存在一个回归,导致数组和精心构造的 PHP...

7.2CVSS5.9AI score0.00449EPSS
SaveExploits1References5
Kitploit
Kitploit
added 2026/09/17 12:58 a.m.9 views

CVE-2026-23947-PoC

演练:CVE-2026-23947 - Orval 任意代码执行 本演练演示了不受信任的 OpenAPI 规范如何利用 x-enumDescriptions 和 x-enumNames 字段,通过 Orval 将任意代码注入到生成的客户端中。 前提条件 Node.js(v20 或 v22) npm 环境搭建 1. 创建一个项目并安装存在漏洞的 orval 版本(例如 7.10.0): root@kitploit: mkdir orval-poc cd orval-poc npm init -y npm install [email protected] axios 1. 创建...

9.8CVSS6AI score0.00845EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/16 3:35 p.m.12 views

gstack

gstack "I don't think I've typed like a line of code probably since December, basically, which is an extremely large change." — Andrej Karpathy, No Priors podcast, March 2026 When I heard Karpathy say this, I wanted to find out how. How does one person ship like a team of twenty? Peter Steinberge...

5.8AI score
SaveExploits0References1
Rows per page
Query Builder