From 8718e6f8d383ddd44e4b07e67102ec6555c180b1 Mon Sep 17 00:00:00 2001 From: markj Date: Wed, 30 Sep 2015 03:30:24 +0000 Subject: [PATCH] 6266 harden dtrace_difo_chunksize() with respect to malicious DIF illumos/illumos-gate@395c7a3dcfc66b8b671dc4b3c4a2f0ca26449922 Reviewed by: Alex Wilson Reviewed by: Dan McDonald Approved by: Garrett D'Amore Author: Bryan Cantrill --- .../test/tst/common/privs/tst.kpriv.ksh | 112 ++++++++++++++++++ .../test/tst/common/scalars/err.bigglobal.d | 26 ++++ .../test/tst/common/scalars/err.biglocal.d | 26 ++++ 3 files changed, 164 insertions(+) create mode 100644 cmd/dtrace/test/tst/common/privs/tst.kpriv.ksh create mode 100644 cmd/dtrace/test/tst/common/scalars/err.bigglobal.d create mode 100644 cmd/dtrace/test/tst/common/scalars/err.biglocal.d diff --git a/cmd/dtrace/test/tst/common/privs/tst.kpriv.ksh b/cmd/dtrace/test/tst/common/privs/tst.kpriv.ksh new file mode 100644 index 000000000000..da776d042eb3 --- /dev/null +++ b/cmd/dtrace/test/tst/common/privs/tst.kpriv.ksh @@ -0,0 +1,112 @@ +# +# This file and its contents are supplied under the terms of the +# Common Development and Distribution License ("CDDL"), version 1.0. +# You may only use this file in accordance with the terms of version +# 1.0 of the CDDL. +# +# A full copy of the text of the CDDL should have accompanied this +# source. A copy of the CDDL is also available via the Internet at +# http://www.illumos.org/license/CDDL. +# + +# +# Copyright (c) 2015, Joyent, Inc. All rights reserved. +# + +err=/tmp/err.$$ + +ppriv -s A=basic,dtrace_user $$ + +# +# When we lack dtrace_kernel, we expect to not be able to get at kernel memory +# via any subroutine or other vector. +# +# trace(func((void *)&\`utsname)); } +/usr/sbin/dtrace -wq -Cs /dev/stdin 2> $err <mrbig.toomany[0] = '!'; + exit(0); +}