Security News > 2021 > December > Apache’s other product: Critical bugs in ‘httpd’ web server, patch now!

Apache’s other product: Critical bugs in ‘httpd’ web server, patch now!
2021-12-21 19:57

With more than 3000 files totalling close to a million line of source code, Apache httpd is a large and capable server, with myriad combinations of modules and options making it both powerful and dangerous at the time.

Apache just published an httpd update that fixes two CVE-numbered security bugs.

If you are using these modules, whether you realise it or not, you could be at risk of server crashes, data leakage, or even remote code execution.

CVE-2021-44790: Possible buffer overflow when parsing multipart content in mod lua of Apache HTTP Server 2.4.51 CVE-2021-44224: Possible NULL dereference or SSRF in forward proxy configurations in Apache HTTP Server 2.4.51 and earlier.

Dealing with CVE-2021-44224 involved numerous code changes, the most obvious being a correction in a file of utility code used by the httpd proxy module.

C alone, which is support code for just one of many httpd modules, is testament to the overall size and complexity of the Apache HTTP Server.


News URL

https://nakedsecurity.sophos.com/2021/12/21/apaches-other-product-critical-bugs-in-httpd-web-server-patch-now/

Related Vulnerability

DATE CVE VULNERABILITY TITLE RISK
2021-12-20 CVE-2021-44790 Out-of-bounds Write vulnerability in multiple products
A carefully crafted request body can cause a buffer overflow in the mod_lua multipart parser (r:parsebody() called from Lua scripts).
network
low complexity
apache fedoraproject debian tenable netapp oracle apple CWE-787
critical
9.8
2021-12-20 CVE-2021-44224 NULL Pointer Dereference vulnerability in multiple products
A crafted URI sent to httpd configured as a forward proxy (ProxyRequests on) can cause a crash (NULL pointer dereference) or, for configurations mixing forward and reverse proxy declarations, can allow for requests to be directed to a declared Unix Domain Socket endpoint (Server Side Request Forgery).
8.2