Skip to main content

Database / Vector / Threats / DEV

Embedding and Index Poisoning

CCC.Vector.TH02

Adversaries may insert malicious or adversarial vectors into the index through ingestion endpoints, polluting the dataset and degrading search quality, or subtly steering results toward specific outcomes.

Related Capabilities

IDTitleDescription
CCC.Vector.CP02Vector IndexingProvides creation and management of indexes optimized for similarity search, such as HNSW, IVF, or PQ.
CCC.Vector.CP05Batch IngestionAllows for high-throughput batch upload and deletion of vectors and associated metadata.
CCC.Vector.CP07Index Lifecycle ManagementEnables automated or manual creation, optimization, and removal of vector indexes.

Related Controls

IDTitleDescription
CCC.Vector.CN01Validate Embeddings Before IndexingEnsure all incoming embeddings are structurally and statistically validated before indexing to prevent poisoning or corruption.
CCC.Vector.CN02Enforce Role-Based Index Lifecycle ManagementRestrict index lifecycle operations (create, delete, rollback) to privileged identities using fine-grained access controls.
CCC.Vector.CN04Enforce Ingestion Quotas and ThrottlingPrevent ingestion-based DoS or index pollution by rate-limiting vector submissions and enforcing quotas.

External Mappings

FrameworkIDRemarks
FINOS-AIGFAIR-SEC-009Data Poisoning
FINOS-AIGFAIR-OP-014Inadequate System Alignment