Explore

Rule Explorer

Search the public rule index by CVE, GHSA, CWE, language, framework, author, or rule slug. Filter by language, framework, severity, confidence, license, and validation status.

Public rules
4797
Downloads
7.4M
Verified
4797
Authors
2
Search the rule indexUse CVE, GHSA, CWE, language, framework, package, or rule slug.
1 rules matched. Showing 1 loaded rules.
Publish rule
CVE-2025-1300: Python Http Server Insecure Cookie Missing Samesitecve-2025-1300-python-http-server-insecure-cookie-missing-samesite

Setting a session cookie via `send_header` without specifying the `SameSite` attribute can expose the application to Cross-Site Request Forgery (CSRF) and other cross-origin attacks. Browsers may send the associated cookie in cross-site requests. Explicitly include `SameSite=Lax` or `SameSite=Strict` in the cookie string.

by Provallyupdated 2026-06-12Apache-2.0
2.3K0 direct2.3K via packs
downloads
69quality
All matching rules loaded.