cve/2007/CVE-2007-5162.md
2024-05-26 14:27:05 +02:00

818 B

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

Github

No PoCs found on GitHub currently.