CVE-2026-44312: Ruby Insecure Ssl Verify None

Explicitly disabling SSL certificate verification by setting `verify_mode = OpenSSL::SSL::VERIFY_NONE` completely bypasses TLS validation. This allows a Man-in-the-Middle (MitM) attacker to intercept and modify communications.

Provally CuratedPublic repositoryHighMedium confidenceVerifiedApache-2.0Ruby
greprules fetch cve-2026-44312-ruby-insecure-ssl-verify-none --engine opengrep

Description

Explicitly disabling SSL certificate verification by setting `verify_mode = OpenSSL::SSL::VERIFY_NONE` completely bypasses TLS validation. This allows a Man-in-the-Middle (MitM) attacker to intercept and modify communications.