Name | CVE-2014-4000 |
Description | Cacti before 1.0.0 allows remote authenticated users to conduct PHP object injection attacks and execute arbitrary PHP code via a crafted serialized object, related to calling unserialize(stripslashes()). |
Source | CVE (at NVD; CERT, LWN, oss-sec, fulldisc, Red Hat, Ubuntu, Gentoo, SUSE bugzilla/CVE, GitHub advisories/code/issues, web search, more) |
Vulnerable and fixed packages
The table below lists information on source packages.
Source Package | Release | Version | Status |
---|
cacti (PTS) | jessie, jessie (lts) | 0.8.8b+dfsg-8+deb8u10 | fixed |
| stretch (security), stretch (lts), stretch | 0.8.8h+ds1-10+deb9u2 | fixed |
| buster (security), buster, buster (lts) | 1.2.2+ds1-2+deb10u6 | fixed |
| bullseye | 1.2.16+ds1-2+deb11u3 | fixed |
| bullseye (security) | 1.2.16+ds1-2+deb11u4 | fixed |
| bookworm | 1.2.24+ds1-1+deb12u4 | fixed |
| bookworm (security) | 1.2.24+ds1-1+deb12u2 | fixed |
| sid, trixie | 1.2.28+ds1-2 | fixed |
The information below is based on the following data on fixed versions.
Package | Type | Release | Fixed Version | Urgency | Origin | Debian Bugs |
---|
cacti | source | wheezy | 0.8.8a+dfsg-5+deb7u6 | | | |
cacti | source | jessie | 0.8.8b+dfsg-8+deb8u2 | | | |
cacti | source | (unstable) | 0.8.8e+ds1-1 | low | | |
Notes
http://www.cacti.net/release_notes_1_0_0.php
http://bugs.cacti.net/view.php?id=2452 (not accessible: marked as security issue)
http://svn.cacti.net/viewvc?view=rev&revision=7731
This CVE was fixed by introduction of the function sanitize_unserialize_selected_items
in version 0.8.8e and calling it instead of unserialize(stripslashes()).
Affected files require authenticated users.