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.
6 rules matched. Showing 6 loaded rules.
Publish rule
CVE-2026-47889: Cookie Adapter Null Samesitecve-2026-47889-cookie-adapter-null-samesite

The getSameSite() method hardcodes a null return value, dropping the configured SameSite attribute from HTTP response cookies and leaving applications vulnerable to CSRF and cross-site cookie leaks.

by Provallyupdated 2026-09-02Apache-2.0
2750 direct275 via packs
downloads
65quality
CVE-2025-40843: Python Http Server Insecure Cookiecve-2025-40843-python-http-server-insecure-cookie

The application sets a cookie using `send_header` without enforcing 'HttpOnly' or 'SameSite' attributes. This can leave the application vulnerable to Cross-Site Scripting (XSS) and Cross-Site Request Forgery (CSRF). Always ensure sensitive cookies are protected with 'HttpOnly', 'SameSite', and 'Secure' flags.

by Provallyupdated 2026-06-12Apache-2.0
2.3K0 direct2.3K via packs
downloads
69quality
CVE-2025-24900: Client Cookie Missing Samesitecve-2025-24900-client-cookie-missing-samesite

A sensitive cookie is being set without the `SameSite` attribute. Without `SameSite=Strict` or `Lax`, the browser may send this cookie in cross-origin requests, exposing the application to Cross-Site Request Forgery (CSRF) or authentication bypasses.

by Provallyupdated 2026-06-12Apache-2.0
2.5K0 direct2.5K via packs
downloads
74quality
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
CVE-2024-28195: Missing Samesite On Express Cookiecve-2024-28195-missing-samesite-on-express-cookie

A cookie is set via `res.cookie` without specifying the `sameSite` attribute. Without `sameSite` correctly configured to 'lax' or 'strict', the cookie will be sent in third-party contexts, exposing the application to Cross-Site Request Forgery (CSRF). Always supply an options object configuring `{ sameSite: 'lax' }` or stricter, along with 'httpOnly' where a

by Provallyupdated 2026-06-12Apache-2.0
2.6K0 direct2.6K via packs
downloads
74quality
Headers Cookie Session No Samesitegitlab-sast-rules-lgpl-javascript-headers-rule-cookie-session-no-samesite

'Default session middleware settings: `sameSite` attribute is not configured to strict or lax. These configurations provides protection against Cross Site Request Forgery attacks.'

by GitLab Security Productsupdated 2026-06-03LGPL-3.0-only
2.5K0 direct2.5K via packs
downloads
86quality
All matching rules loaded.