Event Timeline
Comment Actions
Apache vulnerabilities are:
- mod_proxy_fcgi: Fix a potential crash due to buffer over-read, with response headers' size above 8K. We don't use this mod.
- mod_cache: Avoid a crash when Content-Type has an empty value. PR 56924. We don't use this mod.
- mod_lua: Fix handling of the Require line when a LuaAuthzProvider is used in multiple Require directives with different arguments. PR57204. We don't use this mod.
- core: HTTP trailers could be used to replace HTTP headers late during request processing, potentially undoing or otherwise confusing modules that examined or modified request headers earlier. Adds "MergeTrailers" directive to restore legacy behavior. No web page served by Apache currently uses trailer headers.
So this can clearly wait a more careful update process.