Skip to main content

AI/ML / Gen AI / Threats / DEV

Sensitive Information Disclosure

CCC.GenAI.TH03

Sensitive data can be memorised by the model from user interaction or training and may then be leaked to unintended and unauthorised parties by querying the model, for example through crafted prompts.

Related Capabilities

IDTitleDescription
CCC.Core.CP02Encryption at Rest Enabled by DefaultThe service automatically encrypts all data using industry-standard cryptographic protocols prior to being written to a storage medium.
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.GenAI.CP22Data ControlEnsures prompts, model outputs, embeddings, and training data fed by customers are not used to train foundation models.
CCC.GenAI.CP22Data ControlEnsures prompts, model outputs, embeddings, and training data fed by customers are not used to train foundation models.

Related Controls

IDTitleDescription
CCC.GenAI.CN01Model Input Filtering and SanitisationInspect and validate input before it is passed to a GenAI model in order to filter or sanitise adversarial queries and prevent sensitive data leakage.
CCC.GenAI.CN02Model Output Filtering and SanitisationInspect and validate GenAI model output before passing it to users, applications or plugins in order to filter or sanitise insecure or unreliable output and prevent sensitive data leakage.
CCC.GenAI.CN03Data Provenance and Source VettingEnsure that all data for training, fine-tuning or RAG comes from trusted, approved sources and is authorised for the intended purposes in order to prevent the initial introduction of malicious content or leaked sensitive data.
CCC.GenAI.CN04Sanitisation of Ingested DataValidate and sanitise all data ingested by GenAI systems from extenal sources or internal knowledge bases, whether for training, conversion to vector embeddings, or real-time retireval, in order to remove or redact poisoned or sensitive data before further processing.

External Mappings

FrameworkIDRemarks
FINOS-AIGFAIR-RC-001Information Leaked To Hosted Model
FINOS-AIGFAIR-SEC-002Information Leaked to Vector Store
FINOS-AIGFAIR-RC-023Intellectual Property (IP) and Copyright
SAIFSDDSensitive Data Disclosure
OWASP-LLM-TOP10LLM02:2025Sensitive Information Disclosure
MITRE-ATLASAML.T0057LLM Data Leakage