Skip to main content

Uncontrolled Recursion

CVE-2018-0739

Severity Medium
Score 6.5/10

Summary

OpenSSL before 1.0.2o, and 1.1.x before 1.1.0h, is vulnerable to Uncontrolled Recursion leading to Denial Of Service Attack. Constructed ASN.1 types with a recursive definition (such as can be found in PKCS7) could eventually exceed the stack given malicious input with excessive recursion. This could result in a Denial Of Service attack. There are no such structures used within SSL/TLS that come from untrusted sources so this is considered safe.

  • LOW
  • NETWORK
  • NONE
  • UNCHANGED
  • REQUIRED
  • NONE
  • NONE
  • HIGH

CWE-674 - Uncontrolled Recursion

The product does not properly control the amount of recursion which takes place, consuming excessive resources, such as allocated memory or the program stack.

Advisory Timeline

  • Published