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-2024-26144-test — Test tool for CVE-2024-26144 that checks if web servers and CDNs improperly cache HTTP responses containing Set-Cookie headers, revealing cache misconfigurations. | Kitploit
Tools/GitHubGitHub/gmo-ierae/cve-2024-26144-test
Vulnerability AnalysisWeb SecurityMisconfiguration
GitHubgmo-ierae/cve-2024-26144-test

CVE-2024-26144-test

Test tool for CVE-2024-26144 that checks if web servers and CDNs improperly cache HTTP responses containing Set-Cookie headers, revealing cache misconfigurations.

View Repository
22 years 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-2024-26144-test

Requirement:

  • Docker compose
  • Deno
root@kitploit:~
$ deno run --allow-run --allow-net check.ts

If you want to test CDN, please set the URL in argument.

(Make sure all caches are purged before run!)

root@kitploit:~
$ deno run --allow-run --allow-net check.ts https://example.com/

Results

If HTTP response contains Set-Cookie header...

Web serverResponse cached (*1)Cache contains Set-Cookie
Nginx + proxy_cacheNO-
Nginx + PassengerYESYES
Apache + mod_cacheYESYES
HAProxyYESYES
Cloudflare (Free plan)NO-
CloudFront (CachingOptimized)YESNO
CloudFront (UseOriginCacheControlHeaders)NO-
FastlyNO-

*1 It is the result of whether the cache works for anonymous user. Even if it says NO, it may return cache for the request with same cookie.

Download Tool