Skip to content
Snippets Groups Projects
  • Peter Rotich's avatar
    CVE-2017-14396 · 1eaa6910
    Peter Rotich authored
    This commit addresses an SQL injection vulnerability in ORM lookup
    function.
    
    * ORM implementation failed to properly quote fields, used in SQL
    statements, that might originate from unsanitized user input.
    
    * AttachmentFile lookup allowed for key based SQL injection by blindly
    delegating non-string lookup to ORM.
    1eaa6910