Skip to content

Commit f968473

Browse files
committed
publishing release httpd-2.4.66
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1930252 13f79535-47bb-0310-9956-ffa450edef68
1 parent 869bf6b commit f968473

File tree

363 files changed

+1467
-1320
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

363 files changed

+1467
-1320
lines changed

CHANGES

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,48 @@
11
-*- coding: utf-8 -*-
2+
Changes with Apache 2.4.67
3+
24
Changes with Apache 2.4.66
35

6+
*) SECURITY: CVE-2025-66200: Apache HTTP Server: mod_userdir+suexec
7+
bypass via AllowOverride FileInfo (cve.mitre.org)
8+
mod_userdir+suexec bypass via AllowOverride FileInfo
9+
vulnerability in Apache HTTP Server. Users with access to use
10+
the RequestHeader directive in htaccess can cause some CGI
11+
scripts to run under an unexpected userid.
12+
Credits: Mattias Åsander (Umeå University)
13+
14+
*) SECURITY: CVE-2025-65082: Apache HTTP Server: CGI environment
15+
variable override (cve.mitre.org)
16+
Improper Neutralization of Escape, Meta, or Control Sequences
17+
vulnerability in Apache HTTP Server through environment
18+
variables set via the Apache configuration unexpectedly
19+
superseding variables calculated by the server for CGI programs.
20+
Credits: Mattias Åsander (Umeå University)
21+
22+
*) SECURITY: CVE-2025-59775: Apache HTTP Server: NTLM Leakage on
23+
Windows through UNC SSRF (cve.mitre.org)
24+
Server-Side Request Forgery (SSRF) vulnerability
25+
in Apache HTTP Server on Windows with AllowEncodedSlashes On and
26+
MergeSlashes Off allows to potentially leak NTLM hashes to a malicious
27+
server via SSRF and malicious requests or content
28+
Credits: Orange Tsai (@orange_8361) from DEVCORE
29+
30+
*) SECURITY: CVE-2025-58098: Apache HTTP Server: Server Side
31+
Includes adds query string to #exec cmd=... (cve.mitre.org)
32+
Apache HTTP Server 2.4.65 and earlier with Server Side Includes
33+
(SSI) enabled and mod_cgid (but not mod_cgi) passes the
34+
shell-escaped query string to #exec cmd="..." directives.
35+
Credits: Anthony Parfenov (United Rentals, Inc.)
36+
37+
*) SECURITY: CVE-2025-55753: Apache HTTP Server: mod_md (ACME),
38+
unintended retry intervals (cve.mitre.org)
39+
An integer overflow in the case of failed ACME certificate
40+
renewal leads, after a number of failures (~30 days in default
41+
configurations), to the backoff timer becoming 0. Attempts to
42+
renew the certificate then are repeated without delays until it
43+
succeeds.
44+
Credits: Aisle Research
45+
446
*) mod_http2: Fix handling of 304 responses from mod_cache. PR 69580.
547
[Stefan Eissing]
648

STATUS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ Release history:
2929
[NOTE that x.{odd}.z versions are strictly Alpha/Beta releases,
3030
while x.{even}.z versions are Stable/GA releases.]
3131

32-
2.4.66 : In development
32+
2.4.67 : In development
33+
2.4.66 : Released on December 04, 2025
3334
2.4.65 : Released on July 23, 2025
3435
2.4.64 : Released on July 10, 2025
3536
2.4.63 : Released on January 23, 2025

docs/manual/bind.html.de

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<script src="./style/scripts/prettify.min.js" type="text/javascript">
1515
</script>
1616

17-
<link href="./images/favicon.ico" rel="shortcut icon" /></head>
17+
<link href="./images/favicon.png" rel="shortcut icon" /></head>
1818
<body id="manual-page"><div id="page-header">
1919
<p class="menu"><a href="./mod/">Module</a> | <a href="./mod/directives.html">Direktiven</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">Glossar</a> | <a href="./sitemap.html">Seitenindex</a></p>
2020
<p class="apache">Apache HTTP Server Version 2.4</p>

docs/manual/bind.html.ja.utf8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<script src="./style/scripts/prettify.min.js" type="text/javascript">
1515
</script>
1616

17-
<link href="./images/favicon.ico" rel="shortcut icon" /></head>
17+
<link href="./images/favicon.png" rel="shortcut icon" /></head>
1818
<body id="manual-page"><div id="page-header">
1919
<p class="menu"><a href="./mod/">モジュール</a> | <a href="./mod/directives.html">ディレクティブ</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">用語</a> | <a href="./sitemap.html">サイトマップ</a></p>
2020
<p class="apache">Apache HTTP サーバ バージョン 2.4</p>

docs/manual/bind.html.ko.euc-kr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<script src="./style/scripts/prettify.min.js" type="text/javascript">
1515
</script>
1616

17-
<link href="./images/favicon.ico" rel="shortcut icon" /></head>
17+
<link href="./images/favicon.png" rel="shortcut icon" /></head>
1818
<body id="manual-page"><div id="page-header">
1919
<p class="menu"><a href="./mod/">모듈</a> | <a href="./mod/directives.html">지시어들</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">용어</a> | <a href="./sitemap.html">사이트맵</a></p>
2020
<p class="apache">Apache HTTP Server Version 2.4</p>

docs/manual/bind.html.tr.utf8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<script src="./style/scripts/prettify.min.js" type="text/javascript">
1515
</script>
1616

17-
<link href="./images/favicon.ico" rel="shortcut icon" /></head>
17+
<link href="./images/favicon.png" rel="shortcut icon" /></head>
1818
<body id="manual-page"><div id="page-header">
1919
<p class="menu"><a href="./mod/">Modüller</a> | <a href="./mod/directives.html">Yönergeler</a> | <a href="http://wiki.apache.org/httpd/FAQ">SSS</a> | <a href="./glossary.html">Terimler</a> | <a href="./sitemap.html">Site Haritası</a></p>
2020
<p class="apache">Apache HTTP Sunucusu Sürüm 2.4</p>

docs/manual/caching.html.tr.utf8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<script src="./style/scripts/prettify.min.js" type="text/javascript">
1515
</script>
1616

17-
<link href="./images/favicon.ico" rel="shortcut icon" /></head>
17+
<link href="./images/favicon.png" rel="shortcut icon" /></head>
1818
<body id="manual-page"><div id="page-header">
1919
<p class="menu"><a href="./mod/">Modüller</a> | <a href="./mod/directives.html">Yönergeler</a> | <a href="http://wiki.apache.org/httpd/FAQ">SSS</a> | <a href="./glossary.html">Terimler</a> | <a href="./sitemap.html">Site Haritası</a></p>
2020
<p class="apache">Apache HTTP Sunucusu Sürüm 2.4</p>

docs/manual/configuring.html.de

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<script src="./style/scripts/prettify.min.js" type="text/javascript">
1515
</script>
1616

17-
<link href="./images/favicon.ico" rel="shortcut icon" /></head>
17+
<link href="./images/favicon.png" rel="shortcut icon" /></head>
1818
<body id="manual-page"><div id="page-header">
1919
<p class="menu"><a href="./mod/">Module</a> | <a href="./mod/directives.html">Direktiven</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">Glossar</a> | <a href="./sitemap.html">Seitenindex</a></p>
2020
<p class="apache">Apache HTTP Server Version 2.4</p>

docs/manual/configuring.html.ja.utf8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<script src="./style/scripts/prettify.min.js" type="text/javascript">
1515
</script>
1616

17-
<link href="./images/favicon.ico" rel="shortcut icon" /></head>
17+
<link href="./images/favicon.png" rel="shortcut icon" /></head>
1818
<body id="manual-page"><div id="page-header">
1919
<p class="menu"><a href="./mod/">モジュール</a> | <a href="./mod/directives.html">ディレクティブ</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">用語</a> | <a href="./sitemap.html">サイトマップ</a></p>
2020
<p class="apache">Apache HTTP サーバ バージョン 2.4</p>

docs/manual/configuring.html.ko.euc-kr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<script src="./style/scripts/prettify.min.js" type="text/javascript">
1515
</script>
1616

17-
<link href="./images/favicon.ico" rel="shortcut icon" /></head>
17+
<link href="./images/favicon.png" rel="shortcut icon" /></head>
1818
<body id="manual-page"><div id="page-header">
1919
<p class="menu"><a href="./mod/">모듈</a> | <a href="./mod/directives.html">지시어들</a> | <a href="http://wiki.apache.org/httpd/FAQ">FAQ</a> | <a href="./glossary.html">용어</a> | <a href="./sitemap.html">사이트맵</a></p>
2020
<p class="apache">Apache HTTP Server Version 2.4</p>

0 commit comments

Comments
 (0)