Bug 1592892 (CVE-2018-12453)
Summary: | CVE-2018-12453 redis: type confusion in the xgroupCommand function in t_stream.c | ||
---|---|---|---|
Product: | [Other] Security Response | Reporter: | Laura Pardo <lpardo> |
Component: | vulnerability | Assignee: | Red Hat Product Security <security-response-team> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | unspecified | CC: | apevec, chrisw, dffrench, drusso, fabian.deutsch, fpercoco, hghasemb, hhorak, hvyas, jal233, jjoyce, jmadigan, jorton, jschluet, jshepherd, kbasil, lgriffin, lhh, lpeer, markmc, mburns, nathans, ngough, ppenicka, pwright, rbryant, rcollet, rhos-maint, sclewis, sisharma, slinaber, tdecacqu, tjay, trepel |
Target Milestone: | --- | Keywords: | Security |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | redis 5.0-rc3 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2018-06-20 08:38:45 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1592893, 1592894, 1592895 | ||
Bug Blocks: | 1592896 |
Description
Laura Pardo
2018-06-19 14:33:25 UTC
Created redis tracking bugs for this issue: Affects: epel-all [bug 1592893] Affects: fedora-all [bug 1592895] The Streams implementation was first committed in 5.0-rc1: https://github.com/antirez/redis/tree/5.0-rc1/src This fix is for 5.0-rc3. The flawed code is not in earlier versions; openstack uses at the latest, redis-3.2.8-2.el7ost Setting all openstack to notaffected. This code (t_stream.c) is part of the not-yet-released-upstream redis-5 series - its still in beta upstream, is not released, and is not in any Red Hat product. |