Skip to main content

Questions tagged [cwe]

For CWE, Common Weakness Enumeration. Not to be confused with CVE.

2 questions with no upvoted or accepted answers
1 vote
0 answers
123 views

CWEs for Language Machine Learning Models

I'm looking for the relevant CWE's for specific attacks against prompt-based language ML models, such as GPT-3, GPT-4 etc. Specifically: Prompt Injection: Amending prompts with malicious input to ...
Vjz's user avatar
  • 11
1 vote
0 answers
259 views

CWE-611: Improper Restriction of XML External Entity Reference with XSL include

Veracode reports that the below code is susceptible to CWE-611: Improper Restriction of XML External Entity Reference. XslCompiledTransform transform = new XslCompiledTransform(); transform.Load(...
Hoppe's user avatar
  • 143