All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ian Schram <ischram@telenet.be>
To: Ingo Molnar <mingo@elte.hu>
Cc: Peter Zijlstra <peterz@infradead.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	xiaoguangrong@cn.fujitsu.com, Paul Mackerras <paulus@samba.org>
Subject: Re: perf_copy_attr pointer arithmetic weirdness
Date: Sat, 19 Sep 2009 14:30:00 +0200	[thread overview]
Message-ID: <4AB4CEC8.4060101@telenet.be> (raw)
In-Reply-To: <20090919080609.GA10748@elte.hu>



Ingo Molnar wrote:
> * Peter Zijlstra <peterz@infradead.org> wrote:
> 
>> On Fri, 2009-09-18 at 21:26 +0200, Ian Schram wrote:
>>> There is some -to me at least- weird code in per_copy_attr. Which supposedly
>>> checks that all bytes trailing a struct are zero.
>>>
>>> It doesn't seem to get pointer arithmetic right. Since it increments
>>> an iterating pointer by sizeof(unsigned long) rather than 1.
>>>
>>> I believe this has an impact on the exploitability of the recent buffer overflow
>>> in the perf_copy_attr function. I'm pretty sure I'm not the only one who noticed
>>> this, but i couldn't find it being mentioned. For some reason people prefer
>>> mmaping something at zero these days?
>>>
>>> I have appended a patch locating the issue. The PTR_ALIGN stuff right above it
>>> doesn't seem to take any boundary conditions into account which is probably not
>>> a good thing either.
>> sizeof(struct perf_counter_attr) should always be a multiple of u64, and
I don't think this matters since the starting address is not 'forced' to be
aligned. In which case some bytes in the middle would be unchecked. All in
all seems like an undesirable situation. I'll verify this and try my hand
at fixing it properly. Unless somebody who actually understands the purpose
of these checks wants to have a go..

>> we can indeed read beyond the tail boundary, but that should be ok,
>> worst that can happen is that we fail the read..
>>
>> Ugh on the ptr arith, one wonders how many stupid bugs one can make in
>> such a piece of code... :/
>>
>>> signed-of-by Ian Schram <ischram@telenet.be>
>> Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
> 
> Ian, you meant Signed-off-by, not signed-of-by, right?
> 

exactly right, *shame*, apologies for the extra work for this one line
drive-by patch.

> 	Ingo
> 
> 

  reply	other threads:[~2009-09-19 12:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-18 19:26 perf_copy_attr pointer arithmetic weirdness Ian Schram
2009-09-18 19:57 ` Peter Zijlstra
2009-09-19  8:06   ` Ingo Molnar
2009-09-19 12:30     ` Ian Schram [this message]
2009-09-19 18:04 ` [tip:perfcounters/core] perf_counter: Fix perf_copy_attr() pointer arithmetic tip-bot for Ian Schram

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4AB4CEC8.4060101@telenet.be \
    --to=ischram@telenet.be \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=paulus@samba.org \
    --cc=peterz@infradead.org \
    --cc=xiaoguangrong@cn.fujitsu.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.