diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2021-10-08 03:23:28 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2021-10-08 08:59:45 +0200 |
commit | 0807d59d4d04dc3199b7b479808ee9693bb36119 (patch) | |
tree | 5430c2d6006e177ffeb21b2441318fbe00fdbd51 /source/k | |
parent | 0e0679dee7c2f114f3531eb31cbfacc9414d30bd (diff) | |
download | current-0807d59d4d04dc3199b7b479808ee9693bb36119.tar.gz current-0807d59d4d04dc3199b7b479808ee9693bb36119.tar.xz |
Fri Oct 8 03:23:28 UTC 202120211008032328
n/httpd-2.4.51-x86_64-1.txz: Upgraded.
SECURITY: CVE-2021-42013: Path Traversal and Remote Code
Execution in Apache HTTP Server 2.4.49 and 2.4.50 (incomplete
fix of CVE-2021-41773) (cve.mitre.org)
It was found that the fix for CVE-2021-41773 in Apache HTTP
Server 2.4.50 was insufficient. An attacker could use a path
traversal attack to map URLs to files outside the directories
configured by Alias-like directives.
If files outside of these directories are not protected by the
usual default configuration "require all denied", these requests
can succeed. If CGI scripts are also enabled for these aliased
pathes, this could allow for remote code execution.
This issue only affects Apache 2.4.49 and Apache 2.4.50 and not
earlier versions.
Credits: Reported by Juan Escobar from Dreamlab Technologies,
Fernando MuA+-oz from NULL Life CTF Team, and Shungo Kumasaka
For more information, see:
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42013
(* Security fix *)
Diffstat (limited to 'source/k')
-rw-r--r-- | source/k/kernel-configs/config-generic-5.14.10 (renamed from source/k/kernel-configs/config-generic-5.14.9) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-generic-5.14.10.x64 (renamed from source/k/kernel-configs/config-generic-5.14.9.x64) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-generic-smp-5.14.10-smp (renamed from source/k/kernel-configs/config-generic-smp-5.14.9-smp) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-huge-5.14.10 (renamed from source/k/kernel-configs/config-huge-5.14.9) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-huge-5.14.10.x64 (renamed from source/k/kernel-configs/config-huge-5.14.9.x64) | 2 | ||||
-rw-r--r-- | source/k/kernel-configs/config-huge-smp-5.14.10-smp (renamed from source/k/kernel-configs/config-huge-smp-5.14.9-smp) | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/source/k/kernel-configs/config-generic-5.14.9 b/source/k/kernel-configs/config-generic-5.14.10 index f51ff955c..19e0598a7 100644 --- a/source/k/kernel-configs/config-generic-5.14.9 +++ b/source/k/kernel-configs/config-generic-5.14.10 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.14.9 Kernel Configuration +# Linux/x86 5.14.10 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0" CONFIG_CC_IS_GCC=y diff --git a/source/k/kernel-configs/config-generic-5.14.9.x64 b/source/k/kernel-configs/config-generic-5.14.10.x64 index 7abe4afd9..765322a19 100644 --- a/source/k/kernel-configs/config-generic-5.14.9.x64 +++ b/source/k/kernel-configs/config-generic-5.14.10.x64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.14.9 Kernel Configuration +# Linux/x86 5.14.10 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0" CONFIG_CC_IS_GCC=y diff --git a/source/k/kernel-configs/config-generic-smp-5.14.9-smp b/source/k/kernel-configs/config-generic-smp-5.14.10-smp index 3ac1eedb0..945f1d72e 100644 --- a/source/k/kernel-configs/config-generic-smp-5.14.9-smp +++ b/source/k/kernel-configs/config-generic-smp-5.14.10-smp @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.14.9 Kernel Configuration +# Linux/x86 5.14.10 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0" CONFIG_CC_IS_GCC=y diff --git a/source/k/kernel-configs/config-huge-5.14.9 b/source/k/kernel-configs/config-huge-5.14.10 index faeed6aa7..00def25b0 100644 --- a/source/k/kernel-configs/config-huge-5.14.9 +++ b/source/k/kernel-configs/config-huge-5.14.10 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.14.9 Kernel Configuration +# Linux/x86 5.14.10 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0" CONFIG_CC_IS_GCC=y diff --git a/source/k/kernel-configs/config-huge-5.14.9.x64 b/source/k/kernel-configs/config-huge-5.14.10.x64 index a8c107f4f..fd7e75a0d 100644 --- a/source/k/kernel-configs/config-huge-5.14.9.x64 +++ b/source/k/kernel-configs/config-huge-5.14.10.x64 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.14.9 Kernel Configuration +# Linux/x86 5.14.10 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0" CONFIG_CC_IS_GCC=y diff --git a/source/k/kernel-configs/config-huge-smp-5.14.9-smp b/source/k/kernel-configs/config-huge-smp-5.14.10-smp index 6f51ba4b7..fa171baff 100644 --- a/source/k/kernel-configs/config-huge-smp-5.14.9-smp +++ b/source/k/kernel-configs/config-huge-smp-5.14.10-smp @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 5.14.9 Kernel Configuration +# Linux/x86 5.14.10 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (GCC) 11.2.0" CONFIG_CC_IS_GCC=y |