Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 8 Dec 2010 14:27:22 +0000 (UTC)
From: Maksymilian Arciemowicz <cxib@...urityreason.com>
To: oss-security@...ts.openwall.com
Subject: Re: CVE request (PHP 5.3.x getSymbol() DoS; CERT VU#479900)

Tomas Hoger <thoger@...> writes:

> 
> On Tue, 7 Dec 2010 22:43:17 +0000 (UTC) Maksymilian Arciemowicz wrote:
> 
> > > Btw, setSymbol() is affected too, and does not seem to be addressed
> > > in r305571.  In both cases, it's PHP exposing ICU bug.
> > 
> > setSymbol() give only DoS with strlen(NULL) [CWE-170].
> 
> I don't see that with ICU 4.2.1 and PHP 5.3.3.   Please clarify if you
> see some different results with different ICU or PHP.  Or maybe using
> different way to call setSymbol().

my mistake, not setSybol() but getLocale()

$nx=new IntlDateFormatter("pl", IntlDateFormatter::FULL,
IntlDateFormatter::FULL);
$nx->getLocale(1);


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.