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

Description#

Disabling SSL certificate verification in HTTP requests (using ‘verify=False’ with the requests library) allows connections to servers without confirming their identity. This exposes your application to insecure connections.

Impact#

Attackers could intercept or manipulate network traffic (man-in-the-middle attacks), potentially stealing sensitive data or injecting malicious content. This undermines the security guarantees of HTTPS and puts user data and application integrity at risk.