Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2026-27886 — Strapi CVE-2026-27886. Leaking sensitive data via relational filtering due to lack of query sanitization | Kitploit
Tools/GitHubGitHub/evtdanya/cve-2026-27886
Web Vulnerability ScannersVulnerability AnalysisExploitationWeb Application ExploitationAPI Security TestingPenetration Testing
GitHubevtdanya/cve-2026-27886

CVE-2026-27886

Strapi CVE-2026-27886. Leaking sensitive data via relational filtering due to lack of query sanitization

View Repository
2 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2026-27886 Strapi PoC

For authorized security testing only.

Strapi leaking sensitive data via relational filtering due to lack of query sanitization.

Includes:

  • CVE-2026-27886.py - Python PoC
  • CVE-2026-27886.yaml - Nuclei template for detection

What it checks

The checker sends two requests to a public Strapi Content API collection endpoint:

root@kitploit:~
GET /api/<collection>
GET /api/<collection>?where[id][$lt]=-1

If the baseline response has records and the false where predicate collapses the result set to zero, the endpoint is likely vulnerable.

Usage

Python

Safe check:

root@kitploit:~
python3 CVE-2026-27886.py http://strapi/api/articles

Field enumeration:

root@kitploit:~
python3 CVE-2026-27886.py http://strapi/api/articles --enum-fields

Nuclei

root@kitploit:~
nuclei -t CVE-2026-27886.yaml -u http://strapi/api/articles
Download Tool