mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
perl: ensure File::Spec::canonpath() preserves taint [CVE-2015-8607]
Beginning in PathTools 3.47 and/or perl 5.20.0, the File::Spec::canonpath() routine returned untained strings even if passed tainted input. This defect undermines the guarantee of taint propagation, which is sometimes used to ensure that unvalidated user input does not reach sensitive code. This defect was found and reported by David Golden of MongoDB, and a patch was provided by Tony Cook. References: * https://rt.perl.org/Public/Bug/Display.html?id=126862 * https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-8607 Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
This commit is contained in:
@@ -5,10 +5,8 @@ We can't provide either with busybox. Just skip it for now.
|
||||
|
||||
Signed-off-by: Marcel Denia <naoir@gmx.net>
|
||||
|
||||
Index: perl-5.22.0/dist/threads/t/join.t
|
||||
===================================================================
|
||||
--- perl-5.22.0.orig/dist/threads/t/join.t
|
||||
+++ perl-5.22.0/dist/threads/t/join.t
|
||||
--- a/dist/threads/t/join.t
|
||||
+++ b/dist/threads/t/join.t
|
||||
@@ -110,36 +110,41 @@ sub skip {
|
||||
|
||||
# We parse ps output so this is OS-dependent.
|
||||
|
||||
Reference in New Issue
Block a user