Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 806842 (CVE-2021-37156) - <www-apps/redmine-4.2.2: incorrect session termination (CVE-2021-37156)
Summary: <www-apps/redmine-4.2.2: incorrect session termination (CVE-2021-37156)
Status: RESOLVED FIXED
Alias: CVE-2021-37156
Product: Gentoo Security
Classification: Unclassified
Component: Vulnerabilities (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: Gentoo Security
URL: https://www.redmine.org/projects/redm...
Whiteboard: ~4 [noglsa]
Keywords: PullRequest
Depends on: 787533
Blocks:
  Show dependency tree
 
Reported: 2021-08-07 02:26 UTC by John Helmert III
Modified: 2021-09-29 02:12 UTC (History)
2 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 John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2021-08-07 02:26:33 UTC
CVE-2021-37156:

Redmine 4.2.0 and 4.2.1 allow existing user sessions to continue upon enabling two-factor authentication for the user's account, but the intended behavior is for those sessions to be terminated.


Please bump.
Comment 1 Larry the Git Cow gentoo-dev 2021-09-28 20:51:59 UTC
The bug has been referenced in the following commit(s):

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

commit 9e3cd037131f18b31af0ac8b32aa59816d35b27c
Author:     Azamat H. Hackimov <azamat.hackimov@gmail.com>
AuthorDate: 2021-09-28 10:59:51 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-09-28 20:51:43 +0000

    www-apps/redmine: remove old vulnerable version
    
    Bug: https://bugs.gentoo.org/786561
    Bug: https://bugs.gentoo.org/806842
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/22429
    Signed-off-by: Sam James <sam@gentoo.org>

 www-apps/redmine/Manifest             |   1 -
 www-apps/redmine/redmine-4.1.2.ebuild | 231 ----------------------------------
 2 files changed, 232 deletions(-)

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

commit fed382ffbf51b0e4b17b43e13f75b3c9a58628b2
Author:     Azamat H. Hackimov <azamat.hackimov@gmail.com>
AuthorDate: 2021-09-28 10:57:25 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-09-28 20:51:42 +0000

    www-apps/redmine: new version in 4.2 branch
    
    Fixes CVE-2021-37156
    Bug: https://bugs.gentoo.org/806842
    Package-Manager: Portage-3.0.20, Repoman-3.0.3
    Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
    Signed-off-by: Sam James <sam@gentoo.org>

 www-apps/redmine/Manifest             |   1 +
 www-apps/redmine/metadata.xml         |   1 +
 www-apps/redmine/redmine-4.2.2.ebuild | 240 ++++++++++++++++++++++++++++++++++
 3 files changed, 242 insertions(+)
Comment 2 John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2021-09-29 02:12:41 UTC
Thank you!