Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date: Fri, 28 Oct 2011 11:37:46 -0400 (EDT)
From: Ramon de C Valle <rcvalle@...hat.com>
To: oss-security@...ts.openwall.com
Subject: Re: CVE Request: openldap2 UTF8StringNormalize() can cause a (one-byte) buffer overflow

> > |I wonder if this is really security relevant as it seem the worst
> > |that might
> > |happen is that an authenticated user can crash the daemon. I was
> > |not able to do
> > |so during a short test but I guess that is just a matter of trying
> > |long enough.
Doug Lea's Malloc stores chunks whose size is small than 512 bytes in one of the small bins, which holds identically sized chunks. The size of a chunk is always a multiple of 8 bytes, and the first small bin holds 16 bytes chunks. Since the minimum allocated size is 16 bytes, it seems no data that can result in application crash can be overwritten as a result of this.


-- 
Ramon de C Valle / Red Hat Security Response Team

Powered by blists - more mailing lists

Please check out the Open Source Software Security Wiki, which is counterpart to this mailing list.

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.