Summary: | [regression] www/apache20: mod_ssl doesn't work with CVE-2009-3555 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Kazuo Dohzono <dohzono> | ||||
Component: | Individual Port(s) | Assignee: | freebsd-apache (Nobody) <apache> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Kazuo Dohzono
2010-05-08 09:10:03 UTC
Responsible Changed From-To: freebsd-ports-bugs->apache Over to maintainer (via the GNATS Auto Assign Tool) Here is a patch. pgollucci 2010-05-13 00:30:19 UTC FreeBSD ports repository Modified files: www/apache20 Makefile www/apache20/files patch-CVE-2009-3555 Added files: www/apache20/files patch-CVE-2008-2364 patch-CVE-2010-0434 Log: - Fix openssl rengotiation patch [1] - Fix the openssl from ports flag - Bump PORTREVISION - Also patch 2 more CVEs *) SECURITY: CVE-2010-0434 (cve.mitre.org) Ensure each subrequest has a shallow copy of headers_in so that the parent request headers are not corrupted. Elimiates a problematic optimization in the case of no request body. PR 48359 [Jake Scott, William Rowe, Ruediger Pluem] *) SECURITY: CVE-2008-2364 (cve.mitre.org) mod_proxy_http: Better handling of excessive interim responses from origin server to prevent potential denial of service and high memory usage. Reported by Ryujiro Shibuya. [Ruediger Pluem, Joe Orton, Jim Jagielski] PR: ports/146389 [1] Submitted by: several [1] With Hat: apache@ Revision Changes Path 1.278 +2 -2 ports/www/apache20/Makefile 1.1 +62 -0 ports/www/apache20/files/patch-CVE-2008-2364 (new) 1.2 +73 -271 ports/www/apache20/files/patch-CVE-2009-3555 1.1 +11 -0 ports/www/apache20/files/patch-CVE-2010-0434 (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed. Thanks! |