Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 626196 (CVE-2016-6127, CVE-2017-5361, CVE-2017-5943, CVE-2017-5944) - <www-apps/rt-4.4.2: Multiple Vulnerabilities (CVE-2017-{5944,5943,5361,6127})
Summary: <www-apps/rt-4.4.2: Multiple Vulnerabilities (CVE-2017-{5944,5943,5361,6127})
Status: RESOLVED FIXED
Alias: CVE-2016-6127, CVE-2017-5361, CVE-2017-5943, CVE-2017-5944
Product: Gentoo Security
Classification: Unclassified
Component: Vulnerabilities (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Security
URL:
Whiteboard: ~2 [noglsa cve]
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-26 07:49 UTC by Aleksandr Wagner (Kivak)
Modified: 2018-01-26 23:14 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aleksandr Wagner (Kivak) 2017-07-26 07:49:41 UTC
CVE-2017-5944 (https://nvd.nist.gov/vuln/detail/CVE-2017-5944):

The dashboard subscription interface in Request Tracker (RT) 4.x before 4.0.25, 4.2.x before 4.2.14, and 4.4.x before 4.4.2 might allow remote authenticated users with certain privileges to execute arbitrary code via a crafted saved search name.

Upstream patch:

https://forum.bestpractical.com/t/security-vulnerabilities-in-rt-2017-06-15/32016

References:

https://bugzilla.redhat.com/show_bug.cgi?id=1475081
https://www.debian.org/security/2017/dsa-3882
http://www.securityfocus.com/bid/99381

CVE-2017-5943 (https://nvd.nist.gov/vuln/detail/CVE-2017-5943):

Request Tracker (RT) 4.x before 4.0.25, 4.2.x before 4.2.14, and 4.4.x before 4.4.2 allows remote attackers to obtain sensitive information about cross-site request forgery (CSRF) verification tokens via a crafted URL.

Upstream patch:

https://forum.bestpractical.com/t/security-vulnerabilities-in-rt-2017-06-15/32016

References:

https://bugzilla.redhat.com/show_bug.cgi?id=1475076
https://www.debian.org/security/2017/dsa-3882
http://www.securityfocus.com/bid/99384/info

CVE-2017-5361 (https://nvd.nist.gov/vuln/detail/CVE-2017-5361):

Request Tracker (RT) 4.x before 4.0.25, 4.2.x before 4.2.14, and 4.4.x before 4.4.2 does not use a constant-time comparison algorithm for secrets, which makes it easier for remote attackers to obtain sensitive user password information via a timing side-channel attack.

Upstream patch:

https://forum.bestpractical.com/t/security-vulnerabilities-in-rt-2017-06-15/32016

References:

https://bugzilla.redhat.com/show_bug.cgi?id=1475072
https://www.debian.org/security/2017/dsa-3882
https://www.debian.org/security/2017/dsa-3883

CVE-2016-6127 (https://nvd.nist.gov/vuln/detail/CVE-2016-6127):

Cross-site scripting (XSS) vulnerability in Request Tracker (RT) 4.x before 4.0.25, 4.2.x before 4.2.14, and 4.4.x before 4.4.2, when the AlwaysDownloadAttachments config setting is not in use, allows remote attackers to inject arbitrary web script or HTML via a file upload with an unspecified content type.

Upstream patch:

https://forum.bestpractical.com/t/security-vulnerabilities-in-rt-2017-06-15/32016

References:

https://bugzilla.redhat.com/show_bug.cgi?id=1475068
http://www.securityfocus.com/bid/99375/info
https://www.debian.org/security/2017/dsa-3882
Comment 1 Aaron Bauman (RETIRED) gentoo-dev 2018-01-25 21:20:15 UTC
CC'ing treecleaners due to inactivity and outstanding vulnerabilities that remain unpatched.
Comment 2 Larry the Git Cow gentoo-dev 2018-01-26 17:03:04 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=935b1fda4c552a223ea23a8bc405571c0743c375

commit 935b1fda4c552a223ea23a8bc405571c0743c375
Author:     Aaron W. Swenson <titanofold@gentoo.org>
AuthorDate: 2018-01-26 17:02:47 +0000
Commit:     Aaron W. Swenson <titanofold@gentoo.org>
CommitDate: 2018-01-26 17:02:47 +0000

    www-apps/rt: Cleanup old and insecure
    
    Bug: https://bugs.gentoo.org/603328
    Bug: https://bugs.gentoo.org/626196
    Package-Manager: Portage-2.3.19, Repoman-2.3.6

 www-apps/rt/Manifest            |   2 -
 www-apps/rt/files/rt.conf.d.2   |  10 --
 www-apps/rt/files/rt.init.d.2   |  50 -------
 www-apps/rt/rt-4.2.12-r2.ebuild | 295 ---------------------------------------
 www-apps/rt/rt-4.4.1-r1.ebuild  | 300 ----------------------------------------
 5 files changed, 657 deletions(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6d148f87ec34a6a433d80d3a57fde9c9e78f70d

commit e6d148f87ec34a6a433d80d3a57fde9c9e78f70d
Author:     Aaron W. Swenson <titanofold@gentoo.org>
AuthorDate: 2018-01-26 16:59:37 +0000
Commit:     Aaron W. Swenson <titanofold@gentoo.org>
CommitDate: 2018-01-26 17:00:00 +0000

    www-apps/rt: Bump to 4.4.2
    
    Bug: https://bugs.gentoo.org/626196
    Package-Manager: Portage-2.3.19, Repoman-2.3.6

 www-apps/rt/Manifest        |   1 +
 www-apps/rt/rt-4.4.2.ebuild | 306 ++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 307 insertions(+)}
Comment 3 Aaron Bauman (RETIRED) gentoo-dev 2018-01-26 23:14:49 UTC
(In reply to Larry the Git Cow from comment #2)
> The bug has been referenced in the following commit(s):
> 
> https://gitweb.gentoo.org/repo/gentoo.git/commit/
> ?id=935b1fda4c552a223ea23a8bc405571c0743c375
> 
> commit 935b1fda4c552a223ea23a8bc405571c0743c375
> Author:     Aaron W. Swenson <titanofold@gentoo.org>
> AuthorDate: 2018-01-26 17:02:47 +0000
> Commit:     Aaron W. Swenson <titanofold@gentoo.org>
> CommitDate: 2018-01-26 17:02:47 +0000
> 
>     www-apps/rt: Cleanup old and insecure
>     
>     Bug: https://bugs.gentoo.org/603328
>     Bug: https://bugs.gentoo.org/626196
>     Package-Manager: Portage-2.3.19, Repoman-2.3.6
> 
>  www-apps/rt/Manifest            |   2 -
>  www-apps/rt/files/rt.conf.d.2   |  10 --
>  www-apps/rt/files/rt.init.d.2   |  50 -------
>  www-apps/rt/rt-4.2.12-r2.ebuild | 295
> ---------------------------------------
>  www-apps/rt/rt-4.4.1-r1.ebuild  | 300
> ----------------------------------------
>  5 files changed, 657 deletions(-)
> 
> https://gitweb.gentoo.org/repo/gentoo.git/commit/
> ?id=e6d148f87ec34a6a433d80d3a57fde9c9e78f70d
> 
> commit e6d148f87ec34a6a433d80d3a57fde9c9e78f70d
> Author:     Aaron W. Swenson <titanofold@gentoo.org>
> AuthorDate: 2018-01-26 16:59:37 +0000
> Commit:     Aaron W. Swenson <titanofold@gentoo.org>
> CommitDate: 2018-01-26 17:00:00 +0000
> 
>     www-apps/rt: Bump to 4.4.2
>     
>     Bug: https://bugs.gentoo.org/626196
>     Package-Manager: Portage-2.3.19, Repoman-2.3.6
> 
>  www-apps/rt/Manifest        |   1 +
>  www-apps/rt/rt-4.4.2.ebuild | 306
> ++++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 307 insertions(+)}

Awesome, thanks Aaron!