v8.0.1
Security
馃敀 Fixed Protobuf Denial-of-Service Vulnerability (CVE-2025-4565)
Updated protobuf dependency to address a denial-of-service vulnerability when parsing deeply nested recursive structures in a Pure-Python backend.
Affected users: Only users of the grpc extras (pip install pinecone[grpc]) and PineconeGRPC client will be affected by the change. Users of the default REST client (Pinecone) are not affected.
Changes:
- Upgraded
protobuffrom5.xto6.33.0+ - Upgraded
googleapis-common-protosfrom1.66.0to1.72.0+for compatibility - Regenerated gRPC code with protobuf v33.0
Impact:
- Breaking Change: Minimum protobuf version is now
6.33.0(was5.29.5) - Users with pinned protobuf versions
<6.33.0will need to upgrade - No API or functionality changes for end users
- All existing code continues to work with the new protobuf version
References: