CVE-2026-85525
Received
Received - Intake
Improper OCSP Validation in Snowflake Drivers
Vulnerability report for CVE-2026-85525, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-09-04
Last updated on: 2026-09-04
Assigner: SNOWFLAKE
Description
Description
Improper OCSP response validation in the Snowflake Python, Go, JDBC, and Node.js drivers allowed a revoked TLS certificate to be accepted as valid, because OCSP responses were not reliably bound to the certificate being validated and definitive verification failures were treated as transient. A man-in-the-middle attacker holding a revoked certificate and its private key for a Snowflake or stage hostname could cause the driver to establish a TLS session to the attacker-controlled endpoint anyway, allowing the attacker to read and modify data transmitted within that connection. Successful exploitation requires that on-path position and the corresponding private key, and impact is limited to data carried within the intercepted connection. The fix is available in the patched versions listed above. Users must manually upgrade.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| snowflake | snowflake_python | From patched (inc) |
| snowflake | snowflake_go | From patched (inc) |
| snowflake | snowflake_jdbc | From patched (inc) |
| snowflake | snowflake_node.js | From patched (inc) |
| snowflake | snowflake_connector_python | 4.7.3 |
| snowflake | snowflake_go_driver | 2.2.0 |
| snowflake | snowflake_jdbc_driver | From 4.3.0 (inc) to 4.3.4 (inc) |
| snowflake | snowflake_nodejs_driver | From 3.1.0 (inc) to 3.3.0 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-347 | The product does not verify, or incorrectly verifies, the cryptographic signature for data. |
| CWE-295 | The product does not validate, or incorrectly validates, a certificate. |