Today, the Cybersecurity and Infrastructure Security Agency (CISA) issued Binding Operational Directive (BOD) 22-01, Reducing the Significant Risk of Known Exploited Vulnerabilities, to drive urgent and prioritized remediation of vulnerabilities that are being actively exploited by adversaries.
This directive includes an update to CISA's catalog of “known exploited vulnerabilities,” part of an ongoing effort encourage organizations to reduce risk within their attack surface. Bitsight is proud to partner with CISA on these critical efforts.
In the past few weeks, Bitsight has conducted research on two of the vulnerabilities in the CISA list: CVE-2021-41773 and CVE-2021-42013. These vulnerabilities were introduced via a recent Apache Server update and highlight the importance of an effective software update and patch management strategy as well as the need for third-party risk management.
What happened, exactly?
In September, the Apache HTTP Server Project released Apache HTTP Server version 2.4.49, which included a number of security improvements, feature updates, and bug fixes. However, the update also inadvertently introduced a critical path traversal vulnerability.
Tracked as CVE-2021-41773, the vulnerability is the result of a bug in how Apache Server converts between different URL path schemes known as URL Normalization. CVE-2021-41773 makes it possible for threat actors to download files directly from the server and, under certain conditions, execute remote commands.
Apache issued a fix for CVE-2021-41773 in early October (Apache HTTP Server 2.4.50). However, it was found to be insufficient, because an attacker could perform the same attack using a different path encoding that was not foreseen in the mitigation of the first CVE. This vulnerability is being tracked as CVE-2021-42013. Apache has since issued a fix for this vulnerability (Apache HTTP Server 2.4.51).