Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Threat Model: AI Privacy & Dataset Security #803

Open
sakshipimpale33 opened this issue Mar 5, 2025 · 0 comments
Open

New Threat Model: AI Privacy & Dataset Security #803

sakshipimpale33 opened this issue Mar 5, 2025 · 0 comments

Comments

@sakshipimpale33
Copy link

Summary:
AI applications often require large datasets for training, which may include sensitive personal information. If unauthorized access, misuse, or improper handling of this data occurs, it can lead to privacy breaches and security vulnerabilities. I propose adding a new AI privacy threat model to the OWASP AI Security project to address these risks.

Threat Details:
Risk: AI datasets may contain personally identifiable information (PII) or confidential data that, if exposed, can lead to security and privacy concerns.
Attack Scenarios:
Unauthorized Data Access: Attackers gain access to sensitive datasets used in AI training.
Data Poisoning Attacks: Malicious actors modify datasets to introduce bias or vulnerabilities.
Unprotected Dataset Storage: AI training data is stored in publicly accessible locations without proper encryption or access controls.
Proposed Mitigations:
Access Control Mechanisms: Implement strong authentication and role-based access control (RBAC) for AI datasets.
Data Anonymization: Apply differential privacy techniques before using datasets in AI models.
Secure Storage: Ensure dataset encryption and proper security measures in cloud-based and local AI environments.

Next Steps:
Would love to get feedback from the OWASP team on whether this fits within the AI Security Project.
If approved, I’d be happy to contribute by:
✅ Writing documentation on AI dataset security risks.
✅ Adding this as a new OWASP AI Security threat model.
✅ Implementing best practices in the OWASP Threat Modeling project.

Looking forward to hearing your thoughts!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant