CVE-2025-46330
Snowflake Connector For C\/C\+\+ 0.5.0 – 2.2.0
Raw vector
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:LSummary
CVE-2025-46330 is a low-severity Improper Following of Specification by Caller (CWE-573) vulnerability in Snowflake Connector For C\/C\+\+. Its CVSS base score is 3.3 (Low).
Operationally, ranked at the 6th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified map to SA-11 (Developer Testing and Evaluation) and SA-15 (Development Process, Standards, and Tools) — see the control section below for these in your framework.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-12611
Vulnerability Data
libsnowflakeclient is the Snowflake Connector for C/C++. Versions starting from 0.5.0 to before 2.2.0, incorrectly treat malformed requests that caused the HTTP response status code 400, as able to be retried. This could hang the application until SF_CON_MAX_RETRY requests were…
more
sent. This issue has been patched in version 2.2.0.
- CWE(s)
Related Threats
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Developer testing and evaluation can discover cases where callers fail to follow required specifications or APIs.
Requiring a documented development process and standards reduces the chance that callers will deviate from language, framework, or protocol specifications.
Mitigating Controls (NIST CSF 2.0) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.
Secure SDLC practices directly enforce correct adherence to language, framework, protocol and platform specifications during implementation.
Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI
Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.
Security testing can detect specification non-compliance but does not itself prevent the weakness.
Secure development life cycle mandates adherence to language, framework and protocol specifications, directly reducing improper caller behavior.
Application security requirements explicitly capture specification compliance obligations that callers must follow.
Secure system architecture and engineering principles include specification adherence as a design constraint.
Secure coding standards enforce correct use of APIs, protocols and language features, mitigating caller specification violations.
Change management can catch specification drift during updates but is not a primary mitigation.