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 /slackware64 | |
parent | 0e0679dee7c2f114f3531eb31cbfacc9414d30bd (diff) | |
download | current-0807d59d4d04dc3199b7b479808ee9693bb36119.tar.gz |
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 'slackware64')
-rw-r--r-- | slackware64/a/maketag | 6 | ||||
-rw-r--r-- | slackware64/a/maketag.ez | 6 | ||||
-rw-r--r-- | slackware64/k/maketag | 2 | ||||
-rw-r--r-- | slackware64/k/maketag.ez | 2 |
4 files changed, 8 insertions, 8 deletions
diff --git a/slackware64/a/maketag b/slackware64/a/maketag index 4e09b167..08171259 100644 --- a/slackware64/a/maketag +++ b/slackware64/a/maketag @@ -65,9 +65,9 @@ system. :^) Press ENTER when you are done." 21 76 10 \ "jfsutils" "Utilities for IBM's Journaled Filesystem" "on" \ "kbd" "Change keyboard and console mappings" "on" \ "kernel-firmware" "Linux kernel firmware -- REQUIRED" "on" \ -"kernel-generic" "Generic 5.14.9 kernel (needs an initrd)" "on" \ -"kernel-huge" "Loaded 5.14.9 Linux kernel" "on" \ -"kernel-modules" "Linux 5.14.9 kernel modules -- REQUIRED" "on" \ +"kernel-generic" "Generic 5.14.10 kernel (needs an initrd)" "on" \ +"kernel-huge" "Loaded 5.14.10 Linux kernel" "on" \ +"kernel-modules" "Linux 5.14.10 kernel modules -- REQUIRED" "on" \ "kmod" "Kernel module utilities -- REQUIRED" "on" \ "lbzip2" "Parallel bzip2 compressor" "on" \ "less" "A text pager utility - REQUIRED" "on" \ diff --git a/slackware64/a/maketag.ez b/slackware64/a/maketag.ez index 4e09b167..08171259 100644 --- a/slackware64/a/maketag.ez +++ b/slackware64/a/maketag.ez @@ -65,9 +65,9 @@ system. :^) Press ENTER when you are done." 21 76 10 \ "jfsutils" "Utilities for IBM's Journaled Filesystem" "on" \ "kbd" "Change keyboard and console mappings" "on" \ "kernel-firmware" "Linux kernel firmware -- REQUIRED" "on" \ -"kernel-generic" "Generic 5.14.9 kernel (needs an initrd)" "on" \ -"kernel-huge" "Loaded 5.14.9 Linux kernel" "on" \ -"kernel-modules" "Linux 5.14.9 kernel modules -- REQUIRED" "on" \ +"kernel-generic" "Generic 5.14.10 kernel (needs an initrd)" "on" \ +"kernel-huge" "Loaded 5.14.10 Linux kernel" "on" \ +"kernel-modules" "Linux 5.14.10 kernel modules -- REQUIRED" "on" \ "kmod" "Kernel module utilities -- REQUIRED" "on" \ "lbzip2" "Parallel bzip2 compressor" "on" \ "less" "A text pager utility - REQUIRED" "on" \ diff --git a/slackware64/k/maketag b/slackware64/k/maketag index d999709f..c5a3511e 100644 --- a/slackware64/k/maketag +++ b/slackware64/k/maketag @@ -21,7 +21,7 @@ from series K. Use the UP/DOWN keys to scroll through the list, and \ the SPACE key to deselect any items you don't want to install. \ Press ENTER when you are \ done." 11 70 1 \ -"kernel-source" "Linux 5.14.9 kernel source" "on" \ +"kernel-source" "Linux 5.14.10 kernel source" "on" \ 2> $TMP/SeTpkgs if [ $? = 1 -o $? = 255 ]; then rm -f $TMP/SeTpkgs diff --git a/slackware64/k/maketag.ez b/slackware64/k/maketag.ez index d999709f..c5a3511e 100644 --- a/slackware64/k/maketag.ez +++ b/slackware64/k/maketag.ez @@ -21,7 +21,7 @@ from series K. Use the UP/DOWN keys to scroll through the list, and \ the SPACE key to deselect any items you don't want to install. \ Press ENTER when you are \ done." 11 70 1 \ -"kernel-source" "Linux 5.14.9 kernel source" "on" \ +"kernel-source" "Linux 5.14.10 kernel source" "on" \ 2> $TMP/SeTpkgs if [ $? = 1 -o $? = 255 ]; then rm -f $TMP/SeTpkgs |