Skip to main content

Database / Vector / Threats / DEV

Embedding Format or Dimension Attacks

CCC.Vector.TH05

Poor validation of embedding formats or dimensions can cause service crashes or logic errors. This can result in denial of service or incorrect similarity results.

Related Capabilities

IDTitleDescription
CCC.Vector.CP08Embedding Format CompatibilitySupports standard vector formats and integrates with common embedding generators (e.g., OpenAI, HuggingFace, TensorFlow).
CCC.Vector.CP09Vector Dimension ManagementSupports storing and managing vectors of specific or dynamic dimensionality, depending on model needs.

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.CN06Enforce Dimensional and Format ConstraintsReject embeddings that do not conform to expected model specifications (dimensions, format, etc).

External Mappings

FrameworkIDRemarks
MITRE-ATT&CKT1499Endpoint Denial of Service
MITRE-ATT&CKT1565Data Manipulation
MITRE-ATT&CKT1027Obfuscated Files or Information