Skip to content

Commit 91a2c5e

Browse files
jasnowRubySec CI
authored andcommitted
Updated advisory posts against rubysec/ruby-advisory-db@14adbb4
1 parent 8d3d5ef commit 91a2c5e

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
layout: advisory
3+
title: 'CVE-2009-2422 (rails): High Security Vulnerability with authenticate_with_http_digest
4+
of Rails'
5+
comments: false
6+
categories:
7+
- rails
8+
- rails
9+
advisory:
10+
gem: rails
11+
framework: rails
12+
cve: 2009-2422
13+
ghsa: rxq3-gm4p-5fj4
14+
url: http://weblog.rubyonrails.org/2009/6/3/security-problem-with-authenticate_with_http_digest
15+
title: High Security Vulnerability with authenticate_with_http_digest of Rails
16+
date: 2009-07-10
17+
description: |
18+
The example code for the digest authentication functionality
19+
(http_authentication.rb) in Ruby on Rails before 2.3.3 defines
20+
an authenticate_or_request_with_http_digest block that returns
21+
nil instead of false when the user does not exist, which allows
22+
context-dependent attackers to bypass authentication for
23+
applications that are derived from this example by sending an
24+
invalid username without a password.
25+
cvss_v2: 7.5
26+
cvss_v3: 9.8
27+
patched_versions:
28+
- ">= 2.3.3"
29+
related:
30+
url:
31+
- https://nvd.nist.gov/vuln/detail/CVE-2009-2422
32+
- http://weblog.rubyonrails.org/2009/6/3/security-problem-with-authenticate_with_http_digest
33+
- https://lists.apple.com/archives/security-announce/2010/Mar/msg00001.html
34+
- https://exchange.xforce.ibmcloud.com/vulnerabilities/51528
35+
- http://support.apple.com/kb/HT4077
36+
- http://n8.tumblr.com/post/117477059/security-hole-found-in-rails-2-3s
37+
- https://github.com/advisories/GHSA-rxq3-gm4p-5fj4
38+
---

0 commit comments

Comments
 (0)