|
Message-ID: <20170406054400.GC32355@suse.de> Date: Thu, 6 Apr 2017 07:44:00 +0200 From: Marcus Meissner <meissner@...e.de> To: OSS Security List <oss-security@...ts.openwall.com> Subject: libxslt math.random issue Hi, CVE-2015-9019 has been assigned to use of libexslt (in libxslt) usage of "math.random" without initializing the randomseed. https://bugzilla.gnome.org/show_bug.cgi?id=758400 https://bugzilla.suse.com/show_bug.cgi?id=934119 Surely, one can argue that the calling program should do srand() or similar, but its too easy to forget. FWIW, why is glibc not doing srand(RANDOMVECTOR) during startup... :/ Ciao, Marcus
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.