API 参数发现通常依赖字典爆破或前端 JS 爬取,前者命中率低,后者在 SPA 应用中效果有限。本文提出一种新思路:利用后端 API 自身的错误反馈来发现参数——发送故意缺参数的请求,从 "parameter[user_code] is missing"
▎ 这类错误信息中提取参数名,迭代填充后继续请求直到获取完整参数表。整个过程无需字典、不依赖前端代码,让目标的输入校验逻辑替你做参数枚举。
A vulnerability categorized as problematic has been discovered in Apache Thrift up to 0.23.x. Affected by this vulnerability is an unknown functionality of the component TCompactProtocol. The manipulation results in infinite loop.
This vulnerability was named CVE-2026-43871. The attack needs to be approached within the local network. There is no available exploit.
It is advisable to upgrade the affected component.
A vulnerability has been found in Oracle Enterprise Manager Base Platform 13.5/24.1 and classified as very critical. Affected by this vulnerability is an unknown functionality of the component Agent Next Gen. This manipulation causes improper privilege management.
The identification of this vulnerability is CVE-2026-46994. It is possible to initiate the attack remotely. There is no exploit available.
A vulnerability marked as very critical has been reported in Oracle Enterprise Manager Base Platform 13.5/24.1. This affects an unknown function of the component UI Framework. Performing a manipulation results in improper privilege management.
This vulnerability is reported as CVE-2026-46989. The attack is possible to be carried out remotely. No exploit exists.
A vulnerability, which was classified as very critical, has been found in iba PDA and DatCoordinator up to 8.13.x. This impacts an unknown function. This manipulation causes deserialization.
This vulnerability is registered as CVE-2026-8024. Remote exploitation of the attack is possible. No exploit is available.
It is advisable to upgrade the affected component.
我给了 Claude Code 一句话:"全面信息收集渗透测试这个网站"。三个多小时后,它交给我多个漏洞联合一个完整的纯 API 验证码绕过方案(批量跑敏感信息)——包含 ECDH 密钥交换逆向、AES-GCM 加密还原、NCC 图像识别算法、以及一个能批量注册账号的全自动化脚本。中间我一次都没有打开聊天窗口。