Skip to main content

Database / Vector / Threats / DEV

Index Corruption or Downgrade

CCC.Vector.TH04

Attackers with unauthorized access or excessive permissions may tamper with or roll back index versions, potentially restoring poisoned data or breaking downstream integrations.

Related Capabilities

IDTitleDescription
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.

Related Controls

IDTitleDescription
CCC.Vector.CN02Enforce Role-Based Index Lifecycle ManagementRestrict index lifecycle operations (create, delete, rollback) to privileged identities using fine-grained access controls.
CCC.Vector.CN05Enforce Index Versioning with Rollback ProtectionEnsure vector indexes are versioned and that rollback operations are authorized and auditable.

External Mappings

FrameworkIDRemarks
MITRE-ATT&CKT1565Data Manipulation
MITRE-ATT&CKT1485Data Destruction
MITRE-ATT&CKT1490Inhibit System Recovery
MITRE-ATT&CKT1562Impair Defenses