From owner-svn-doc-all@FreeBSD.ORG Sat Apr 5 09:15:14 2014
Return-Path:
Delivered-To: svn-doc-all@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
(No client certificate requested)
by hub.freebsd.org (Postfix) with ESMTPS id D1401754;
Sat, 5 Apr 2014 09:15:14 +0000 (UTC)
Received: from svn.freebsd.org (svn.freebsd.org
[IPv6:2001:1900:2254:2068::e6a:0])
(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
(Client did not present a certificate)
by mx1.freebsd.org (Postfix) with ESMTPS id BE46531D;
Sat, 5 Apr 2014 09:15:14 +0000 (UTC)
Received: from svn.freebsd.org ([127.0.1.70])
by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s359FEBj094889;
Sat, 5 Apr 2014 09:15:14 GMT (envelope-from pgj@svn.freebsd.org)
Received: (from pgj@localhost)
by svn.freebsd.org (8.14.8/8.14.8/Submit) id s359FE0R094888;
Sat, 5 Apr 2014 09:15:14 GMT (envelope-from pgj@svn.freebsd.org)
Message-Id: <201404050915.s359FE0R094888@svn.freebsd.org>
From: Gabor Pali
Date: Sat, 5 Apr 2014 09:15:14 +0000 (UTC)
To: doc-committers@freebsd.org, svn-doc-all@freebsd.org,
svn-doc-head@freebsd.org
Subject: svn commit: r44449 - head/en_US.ISO8859-1/htdocs/news/status
X-SVN-Group: doc-head
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-BeenThere: svn-doc-all@freebsd.org
X-Mailman-Version: 2.1.17
Precedence: list
List-Id: "SVN commit messages for the entire doc trees \(except for "
user" , " projects" , and " translations"
\)"
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Sat, 05 Apr 2014 09:15:15 -0000
Author: pgj
Date: Sat Apr 5 09:15:14 2014
New Revision: 44449
URL: http://svnweb.freebsd.org/changeset/doc/44449
Log:
- Add 2014Q1 status report for ASLR
Submitted by: Shawn Webb
Modified:
head/en_US.ISO8859-1/htdocs/news/status/report-2014-01-2014-03.xml
Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2014-01-2014-03.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2014-01-2014-03.xml Sat Apr 5 02:09:17 2014 (r44448)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2014-01-2014-03.xml Sat Apr 5 09:15:14 2014 (r44449)
@@ -18,7 +18,7 @@
Thanks to all the reporters for the excellent work! This report
- contains 13 entries and we hope you enjoy reading it.
+ contains 14 entries and we hope you enjoy reading it.
The deadline for submissions covering between April and
June 2014 is July 7th, 2014.
@@ -775,4 +775,70 @@
ports tree.
+
+
+ ASLR and PIE
+
+
+
+
+ Shawn
+ Webb
+
+ lattera@gmail.com
+
+
+
+
+ Olivér
+ Pintér
+
+ oliver.pntr@gmail.com
+
+
+
+
+ Blog post with latest status update
+ Shawn's ASLR branch
+ Olivér's ASLR branch
+
+
+
+ Address space layout randomization (ASLR) is a computer
+ security technique involved in protection from buffer overflow
+ attacks. In order to prevent an attacker from reliably jumping
+ to a particular exploited function in memory, ASLR involves
+ randomly arranging the positions of key data areas of a program,
+ including the base of the executable and the positions of the
+ stack, heap, and libraries, in a process' address space.
+
+ We have added (a potentially buggy) ASLR support to all
+ supported &os; architectures. Focus is still on amd64 as
+ that is what the developers have access to. We have added
+ support for Position-Independent Executables (PIEs) in a number
+ of applications in base. We have identified a number of bugs
+ and are actively working on targeting them.
+
+
+
+ Shawn has access to a Raspberry Pi (RPI). PIE is 90%
+ broken. Debug and fix major issues on the RPI. The existing NX
+ stack protections are not obeyed on RPI. Properly implemented
+ ASLR requires NX stack.
+
+ Shawn will be receiving a sparc64 box on April 6,
+ 2014. He will test ASLR on sparc64, identifying and
+ fixing any bugs that pop up.
+
+ Olivér has identified one or more bugs with the Linuxulator.
+ He will be looking into that and fixing those.
+
+ Shawn will be cleaning up code and adding more applications
+ in base to support PIE. He will also add PIE support to the
+ ports framework for general consumption.
+
+ Shawn will be giving a presentation regarding ASLR at
+ BSDCan 2014.
+
+