| Name | CVE-2015-9019 |
| Description | In libxslt 1.1.29 and earlier, the EXSLT math.random function was not initialized with a random seed during startup, which could cause usage of this function to produce predictable outputs. |
| Source | CVE (at NVD; CERT, ENISA, LWN, oss-sec, fulldisc, Debian ELTS, Red Hat, Ubuntu, Gentoo, SUSE bugzilla/CVE, GitHub advisories/code/issues, web search, more) |
| Debian Bugs | 859796 |
Vulnerable and fixed packages
The table below lists information on source packages.
| Source Package | Release | Version | Status |
|---|
| libxslt (PTS) | bullseye | 1.1.34-4+deb11u1 | vulnerable |
| bullseye (security) | 1.1.34-4+deb11u3 | vulnerable |
| bookworm | 1.1.35-1+deb12u2 | vulnerable |
| bookworm (security) | 1.1.35-1+deb12u3 | vulnerable |
| trixie | 1.1.35-1.2+deb13u1 | vulnerable |
| trixie (security) | 1.1.35-1.2+deb13u2 | vulnerable |
| forky | 1.1.43-0.2 | vulnerable |
| sid | 1.1.43-0.3 | vulnerable |
The information below is based on the following data on fixed versions.
| Package | Type | Release | Fixed Version | Urgency | Origin | Debian Bugs |
|---|
| libxslt | source | (unstable) | (unfixed) | unimportant | | 859796 |
Notes
https://bugzilla.gnome.org/show_bug.cgi?id=758400
https://bugzilla.suse.com/show_bug.cgi?id=934119
There's no indication that math.random() in intended to ensure cryptographic
randomness requirements. Proper seeding needs to happen in the application
using libxslt.