Files
CVEs-PoC/2012/CVE-2012-2671.md
T
2025-09-29 21:09:30 +02:00

20 lines
857 B
Markdown

### [CVE-2012-2671](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2012-2671)
![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue)
![](https://img.shields.io/static/v1?label=Version&message=n%2Fa%20&color=brightgreen)
![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brightgreen)
### Description
The Rack::Cache rubygem 0.3.0 through 1.1 caches Set-Cookie and other sensitive headers, which allows attackers to obtain sensitive cookie information, hijack web sessions, or have other unspecified impact by accessing the cache.
### POC
#### Reference
- https://github.com/rtomayko/rack-cache/blob/master/CHANGES
- https://github.com/rtomayko/rack-cache/commit/2e3a64d07daac4c757cc57620f2288e865a09b90
- https://github.com/rtomayko/rack-cache/pull/52
#### Github
No PoCs found on GitHub currently.