Property
Languagepython
Severitymedium
CWECWE-295: Improper Certificate Validation
OWASPA03:2017 - Sensitive Data Exposure
Confidence LevelMedium
Impact LevelMedium
Likelihood LevelLow

Description#

The code creates an SSL context that skips certificate verification, allowing connections to servers without checking their identity. This makes the connection susceptible to man-in-the-middle attacks.

Impact#

If exploited, attackers could intercept or alter sensitive data transmitted over supposedly secure connections, potentially leading to data breaches, credential theft, or loss of integrity and confidentiality for users and the application.