CVE-2022-3616
28.10.2022, 07:15
Attackers can create long chains of CAs that would lead to OctoRPKI exceeding its max iterations parameter. In consequence it would cause the program to crash, preventing it from finishing the validation and leading to a denial of service. Credits toDonika Mirdita andHaya Shulman - Fraunhofer SIT, ATHENE, who discovered and reported this vulnerability.Enginsight
Vendor | Product | Version |
---|---|---|
cloudflare | octorpki | 𝑥 < 1.4.4 |
𝑥
= Vulnerable software versions

Debian Releases

Ubuntu Releases
Common Weakness Enumeration
- CWE-754 - Improper Check for Unusual or Exceptional ConditionsThe software does not check or incorrectly checks for unusual or exceptional conditions that are not expected to occur frequently during day to day operation of the software.
- CWE-834 - Excessive IterationThe software performs an iteration or loop without sufficiently limiting the number of times that the loop is executed.