Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 876909 (CVE-2022-41316) - <app-admin/vault-{1.10.7,1.11.4}: insufficient certificate revocation list checking
Summary: <app-admin/vault-{1.10.7,1.11.4}: insufficient certificate revocation list ch...
Status: IN_PROGRESS
Alias: CVE-2022-41316
Product: Gentoo Security
Classification: Unclassified
Component: Vulnerabilities (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Gentoo Security
URL: https://discuss.hashicorp.com/t/hcsec...
Whiteboard: B4 [glsa?]
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-13 01:55 UTC by John Helmert III
Modified: 2022-10-13 17:53 UTC (History)
1 user (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 2022-10-13 01:55:14 UTC
CVE-2022-41316:

HashiCorp Vault and Vault Enterprise’s TLS certificate auth method did not initially load the optionally configured CRL issued by the role's CA into memory on startup, resulting in the revocation list not being checked if the CRL has not yet been retrieved. Fixed in 1.12.0, 1.11.4, 1.10.7, and 1.9.10.

Please stabilize 1.10.7 or a newer fixed version.
Comment 1 Larry the Git Cow gentoo-dev 2022-10-13 16:57:24 UTC
The bug has been referenced in the following commit(s):

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

commit c082af2a5813ae35ff992336c03777ddf81e18e9
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2022-10-13 16:56:51 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2022-10-13 16:57:05 +0000

    app-admin/vault: drop 1.10.6, 1.11.3
    
    Bug: https://bugs.gentoo.org/876909
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 app-admin/vault/Manifest            |  4 --
 app-admin/vault/vault-1.10.6.ebuild | 85 ------------------------------------
 app-admin/vault/vault-1.11.3.ebuild | 86 -------------------------------------
 3 files changed, 175 deletions(-)

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

commit 5926052fadf65161fa781e1c2bb3535d710e0442
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2022-10-13 16:55:57 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2022-10-13 16:56:02 +0000

    app-admin/vault: stabilize 1.10.7 for amd64
    
    Bug: https://bugs.gentoo.org/876909
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 app-admin/vault/vault-1.10.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 2 John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2022-10-13 17:53:54 UTC
Thanks!