Commit Graph

20 Commits

Author SHA1 Message Date
Christian Wiese 906ad1f9fc apache: Updated (2.2.20 -> 2.2.21) (SECURITY: CVE-2011-3348 CVE-2011-3192)
Note:

* SECURITY: CVE-2011-3348 (cve.mitre.org)

  mod_proxy_ajp when combined with mod_proxy_balancer: Prevents unrecognized
  HTTP methods from marking ajp: balancer members in an error state, avoiding
  denial of service.

* SECURITY: CVE-2011-3192 (cve.mitre.org)

  core: Further fixes to the handling of byte-range requests to use less
  memory, to avoid denial of service. This patch includes fixes to the patch
  introduced in release 2.2.20 for protocol compliance, as well as the
  MaxRanges directive.
2011-09-14 16:26:02 +02:00
Christian Wiese 40c0518a98 apache: Updated (2.2.19 -> 2.2.20) (SECURITY: CVE-2011-3192) 2011-08-31 15:49:24 +02:00
Christian Wiese 97aae2a041 apache: Updated (2.2.17 -> 2.2.19) 2011-08-25 16:19:07 +02:00
Christian Wiese 9b6a113e7b apache: fixed to use a dedicated sysconfdir, includedir and libexecdir 2011-05-28 20:59:20 +02:00
Christian Wiese 0431c1cfd0 apache: changed install prefix (opt/apache -> usr) (IssueID #90) 2011-05-28 20:59:20 +02:00
Aldas Nabazas 8c3a128d52 massive cache files update from compiling packages <400.000 , ref build 2011-02-07 2011-02-09 16:52:51 +01:00
Aldas Nabazas 78d2df917f apache: Updated (2.2.12 -> 2.2.17) 2010-11-25 20:23:25 +01:00
amery cb24a9d033 apache: changed description of 'http' user to simply 'Webserver' 2010-10-15 17:46:34 +02:00
Aldas Nabazas 4d5e5a679e apache: Updated (2.2.11 -> 2.2.12) 2009-08-02 01:14:49 +03:00
Nagy Karoly Gabriel 99990291d9 apache: Updated (2.2.10 -> 2.2.11) 2009-04-29 13:46:25 +03:00
Aldas Nabazas 0757c58911 apache: Updated (2.2.9 -> 2.2.10) 2008-11-16 15:02:09 +02:00
Alejandro Mery 1a16d26e5e apache: changed download location 2008-09-03 12:55:49 -04:00
Aldas Nabazas 51af4c2a2d apache: Updated (2.2.8 -> 2.2.9) : SECURITY - MEDIUM
CVE-2008-2939 - (Medium) :
Cross-site scripting (XSS) vulnerability in proxy_ftp.c in the mod_proxy_ftp module in Apache
2.0.63 and earlier, and mod_proxy_ftp.c in the mod_proxy_ftp module in Apache 2.2.9 and
earlier 2.2 versions, allows remote attackers to inject arbitrary web script or HTML via wildcards
in a pathname in an FTP URI.
2008-08-07 19:49:55 +02:00
Aldas Nabazas 808f8237d1 Updated apache (2.2.4 -> 2.2.8) : SECURITY - HIGH
CVE-2006-5752 (Medium) :
Cross-site scripting (XSS) vulnerability in mod_status.c in the mod_status module in Apache HTTP
Server (httpd), when ExtendedStatus is enabled and a public server-status page is used, allows
remote attackers to inject arbitrary web script or HTML via unspecified vectors involving charsets
with browsers that perform "charset detection" when the content-type is not specified.

CVE-2007-1862 (Medium) :
The recall_headers function in mod_mem_cache in Apache 2.2.4 does not properly copy all levels
of header data, which can cause Apache to return HTTP headers containing previously used data,
which could be used by remote attackers to obtain potentially sensitive information.

CVE-2007-1863 (Medium) :
cache_util.c in the mod_cache module in Apache HTTP Server (httpd), when caching is enabled
and a threaded Multi-Processing Module (MPM) is used, allows remote attackers to cause a
denial of service (child processing handler crash) via a request with the (1) s-maxage, (2)
max-age, (3) min-fresh, or (4) max-stale Cache-Control headers without a value.

CVE-2007-3304 (Medium) :
Apache httpd 1.3.37, 2.0.59, and 2.2.4 with the Prefork MPM module, allows local users to cause a
denial of service by modifying the worker_score and process_score arrays to reference an
arbitrary process ID, which is sent a SIGUSR1 signal from the master process, aka "SIGUSR1
killer."

CVE-2007-3847 (Medium) :
The date handling code in modules/proxy/proxy_util.c (mod_proxy) in Apache 2.3.0, when using a
threaded MPM, allows remote origin servers to cause a denial of service (caching forward proxy
process crash) via crafted date headers that trigger a buffer over-read.

CVE-2007-5000 (Medium) :
Cross-site scripting (XSS) vulnerability in the (1) mod_imap module in the Apache HTTP Server
1.3.0 through 1.3.39 and 2.0.35 through 2.0.61 and the (2) mod_imagemap module in the Apache
HTTP Server 2.2.0 through 2.2.6 allows remote attackers to inject arbitrary web script or HTML via
unspecified vectors.

CVE-2007-6388 (Medium) :
Cross-site scripting (XSS) vulnerability in mod_status in the Apache HTTP Server 2.2.0 through
2.2.6, 2.0.35 through 2.0.61, and 1.3.2 through 1.3.39, when the server-status page is enabled,
allows remote attackers to inject arbitrary web script or HTML via unspecified vectors.

CVE-2007-6421 (Low) :
Cross-site scripting (XSS) vulnerability in balancer-manager in mod_proxy_balancer in the Apache
HTTP Server 2.2.0 through 2.2.6 allows remote attackers to inject arbitrary web script or HTML via
the (1) ss, (2) wr, or (3) rr parameters, or (4) the URL.

CVE-2007-6422 (Medium) :
The balancer_handler function in mod_proxy_balancer in the Apache HTTP Server 2.2.0 through
2.2.6, when a threaded Multi-Processing Module is used, allows remote authenticated users to
cause a denial of service (child process crash) via an invalid bb variable.

CVE-2008-0005 (Medium) :
mod_proxy_ftp in Apache 2.2.x before 2.2.7-dev, 2.0.x before 2.0.62-dev, and 1.3.x before
1.3.40-dev does not define a charset, which allows remote attackers to conduct cross-site
scripting (XSS) attacks using UTF-7 encoding.
2008-02-25 14:18:16 +01:00
Alejandro Mery d8cf15a66c Regenerated copyright notes broadly, without renewing them. 2008-02-04 22:52:39 -03:00
Alejandro Mery d15769f41d Removed trailing spaces massively, hoping to not break anything. Copyright notes not renewed 2008-02-04 21:00:25 -03:00
Alejandro Mery 29fd8b1601 Removed more superfluous ""s and ''s 2008-01-25 22:11:46 -05:00
Alejandro Mery 0b9e401255 Removed #! lines from .conf files 2007-08-20 20:50:15 -04:00
Alejandro Mery 34c591d8ef * updated apache (2.2.3 -> 2.2.4)
git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20590 10447126-35f2-4685-b0cf-6dd780d3921f
2007-03-28 20:53:43 +00:00
Alejandro Mery 12b79fecfa * relocated current package database to the trunk of the package sub-project
git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20072 10447126-35f2-4685-b0cf-6dd780d3921f
2007-01-27 18:03:57 +00:00