Skip to main content

Database / Vector / Controls / DEV

Enforce Role-Based Index Lifecycle Management

CCC.Vector.CN02 · Access

Restrict index lifecycle operations (create, delete, rollback) to privileged identities using fine-grained access controls.

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.
CCC.Vector.CP11Query Access ControlProvides the ability to restrict who can run vector similarity or metadata filter queries, separate from data modification rights.
CCC.Core.CP06Access ControlThe service automatically enforces user configurations to restrict or allow access to a specific component or a child resource based on factors such as user identities, roles, groups, or attributes.
CCC.Core.CP29Active IngestionWhile running, the service itself can fetch or reach out to some other service or external source to get data, inputs or commands for the service to process or operate on.

Related Threats

IDTitleDescription
CCC.Vector.TH02Embedding and Index PoisoningAdversaries 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.
CCC.Vector.TH04Index Corruption or DowngradeAttackers with unauthorized access or excessive permissions may tamper with or roll back index versions, potentially restoring poisoned data or breaking downstream integrations.
CCC.Core.TH01Access is Granted to Unauthorized UsersLogic designed to give different permissions to different entities may be misconfigured or manipulated, allowing unauthorized entities to access restricted parts of the service, its data, or its child resources. This could result in a loss of data confidentiality or tolerance of unauthorized actions which impact the integrity and availability of resources and data.

Assessment Requirements

IDTextApplicability
CCC.Vector.CN02.AR01When an index lifecycle event is triggered, the service MUST verify that the actor has explicit permissions for the operation type.tlp-clear, tlp-green, tlp-amber, tlp-red

Guideline Mappings

FrameworkIDRemarks
FINOS-AIGFAIR-PREV-012Role-Based Access Control for AI Data