Skip to content
  1. Mar 19, 2015
    • Emilia Kasper's avatar
      PKCS#7: avoid NULL pointer dereferences with missing content · 9104dc42
      Emilia Kasper authored
      
      
      In PKCS#7, the ASN.1 content component is optional.
      This typically applies to inner content (detached signatures),
      however we must also handle unexpected missing outer content
      correctly.
      
      This patch only addresses functions reachable from parsing,
      decryption and verification, and functions otherwise associated
      with reading potentially untrusted data.
      
      Correcting all low-level API calls requires further work.
      
      CVE-2015-0289
      
      Thanks to Michal Zalewski (Google) for reporting this issue.
      
      Reviewed-by: default avatarSteve Henson <steve@openssl.org>
      9104dc42
    • Dr. Stephen Henson's avatar
      Fix ASN1_TYPE_cmp · 02758836
      Dr. Stephen Henson authored
      
      
      Fix segmentation violation when ASN1_TYPE_cmp is passed a boolean type. This
      can be triggered during certificate verification so could be a DoS attack
      against a client or a server enabling client authentication.
      
      CVE-2015-0286
      
      Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
      02758836
  2. Mar 18, 2015
  3. Mar 12, 2015
  4. Mar 11, 2015
  5. Mar 09, 2015
  6. Mar 08, 2015
  7. Mar 07, 2015
  8. Mar 06, 2015
  9. Mar 02, 2015
  10. Feb 25, 2015
  11. Feb 24, 2015
  12. Feb 09, 2015
  13. Feb 06, 2015
  14. Feb 05, 2015
  15. Feb 04, 2015
  16. Feb 03, 2015
  17. Jan 22, 2015