Name | CVE-2019-16723 |
Description | In Cacti through 1.2.6, authenticated users may bypass authorization checks (for viewing a graph) via a direct graph_json.php request with a modified local_graph_id parameter. |
Source | CVE (at NVD; CERT, LWN, oss-sec, fulldisc, Red Hat, Ubuntu, Gentoo, SUSE bugzilla/CVE, GitHub advisories/code/issues, web search, more) |
Debian Bugs | 941036 |
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 | (unfixed) | end-of-life | | |
cacti | source | jessie | (not affected) | | | |
cacti | source | stretch | (not affected) | | | |
cacti | source | buster | 1.2.2+ds1-2+deb10u2 | | | |
cacti | source | (unstable) | 1.2.7+ds1-1 | | | 941036 |
Notes
[stretch] - cacti <not-affected> (vulnerability introduced later)
[jessie] - cacti <not-affected> (vulnerability introduced later)
vulnerability introduced in
https://github.com/Cacti/cacti/commit/cf73ae1a9f65b5a27d7f9d10c8e14835c3a76326 (release/1.0.0)
see Debian bug report for more information
https://github.com/Cacti/cacti/issues/2964
https://github.com/Cacti/cacti/commit/7a6a17252a1cbda180b61fff244cb3ce797d5264 (release/1.2.7)
https://github.com/Cacti/cacti/commit/c7cf4a26e4848872b48094e67f8d0a01dd7613d2 (release/1.2.7)
after further discussion, upstream issued a new fix which reverts previous commits
https://github.com/Cacti/cacti/commit/cfb0733597af97abc92270de4f47cbfa32f9ce8b (release/1.2.8)
which turned out to be insufficient to fix the issue, follow up patches:
https://github.com/Cacti/cacti/commit/9a1d2ec46d2dde23826c134ca70a0cd3bef43ee7 (release/1.2.8)
https://github.com/Cacti/cacti/commit/d5f98679a06aa96adfe04f60908f9108cfc9f7f7 (release/1.2.8)
https://github.com/Cacti/cacti/commit/4cecb19f6be8b84fa1c7b6450b66176007cb53df (release/1.2.8)
The original issue mentions only a bypass via graph_json.php but there are
additional permission checks missed while checking the issue fixed with the
upstream commits.