mirror of
https://github.com/0xMarcio/cve.git
synced 2026-06-03 08:48:00 +02:00
18 lines
839 B
Markdown
18 lines
839 B
Markdown
### [CVE-2013-0263](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-0263)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
Rack::Session::Cookie in Rack 1.5.x before 1.5.2, 1.4.x before 1.4.5, 1.3.x before 1.3.10, 1.2.x before 1.2.8, and 1.1.x before 1.1.6 allows remote attackers to guess the session cookie, gain privileges, and execute arbitrary code via a timing attack involving an HMAC comparison function that does not run in constant time.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- https://groups.google.com/forum/#!msg/rack-devel/RnQxm6i13C4/xfakH81yWvgJ
|
|
|
|
#### Github
|
|
- https://github.com/bchurchill/rack-timesec
|
|
|