mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
18 lines
818 B
Markdown
18 lines
818 B
Markdown
### [CVE-2007-5162](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2007-5162)
|
|

|
|

|
|

|
|
|
|
### Description
|
|
|
|
The connect method in lib/net/http.rb in the (1) Net::HTTP and (2) Net::HTTPS libraries in Ruby 1.8.5 and 1.8.6 does not verify that the commonName (CN) field in a server certificate matches the domain name in an HTTPS request, which makes it easier for remote attackers to intercept SSL transmissions via a man-in-the-middle attack or spoofed web site.
|
|
|
|
### POC
|
|
|
|
#### Reference
|
|
- http://securityreason.com/securityalert/3180
|
|
|
|
#### Github
|
|
No PoCs found on GitHub currently.
|
|
|