CVE-2013-7458
Description
linenoise, as used in Redis before 3.2.3, uses world-readable permissions for .rediscli_history, which allows local users to obtain sensitive information by reading the file.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
Vendor advisory: debian — https://security-tracker.debian.org/tracker/CVE-2013-7458
Vendor advisory: security@debian.org — https://github.com/antirez/redis/pull/3322
Vendor advisory: security@debian.org — https://github.com/antirez/redis/pull/1418
Vendor advisory: security@debian.org — https://github.com/antirez/redis/issues/3284
Vendor advisory: security@debian.org — https://github.com/antirez/redis/blob/3.2/00-RELEASENOTES
Vendor advisory: security@debian.org — https://github.com/antirez/linenoise/pull/122
Vendor advisory: security@debian.org — https://github.com/antirez/linenoise/issues/121
Vendor advisory: suse — https://www.suse.com/security/cve/CVE-2013-7458.html
OS impact
| OS | Version | Status | Fixed in |
|---|---|---|---|
| sles | affected | | |
| debian | 8.0 | affected | |
| debian | bookworm | fixed | 2:3.2.1-4 |
| debian | bullseye | fixed | 2:3.2.1-4 |
| debian | forky | fixed | 2:3.2.1-4 |
| debian | sid | fixed | 2:3.2.1-4 |
| debian | trixie | fixed | 2:3.2.1-4 |
References
- https://www.suse.com/security/cve/CVE-2013-7458.html
- http://lists.opensuse.org/opensuse-updates/2016-08/msg00029.html
- http://lists.opensuse.org/opensuse-updates/2016-08/msg00030.html
- http://www.debian.org/security/2016/dsa-3634
- https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=832460
- https://github.com/antirez/linenoise/issues/121
- https://github.com/antirez/linenoise/pull/122
- https://github.com/antirez/redis/blob/3.2/00-RELEASENOTES
- https://github.com/antirez/redis/issues/3284
- https://github.com/antirez/redis/pull/1418
- https://github.com/antirez/redis/pull/3322
- https://security-tracker.debian.org/tracker/CVE-2013-7458
CWEs
CWE-200
Verify integrity in audit chain (admin only). AS-IS.