-
CVSS Score
-| Package Name | Ecosystem | Vulnerable Versions | First Patched Version |
|---|---|---|---|
| txaws | pip | < 0.4.0 | 0.4.0 |
The vulnerability stemmed from insecure default configuration in the AWSServiceEndpoint constructor. The commit diff shows the parameter was changed from 'ssl_hostname_verification=False' to 'ssl_hostname_verification=True', and a warning was added when verification is disabled. This matches the CVE description about missing certificate verification. The test case added in test_service.py specifically validates the warning behavior when verification is disabled, confirming this was the attack vector.
A Semantic Attack on Google Gemini - Read the Latest Research