Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 850142 (CVE-2022-1708)

Summary: <app-containers/cri-o-1.24.1: ExecSync using unlimited memory/disk
Product: Gentoo Security Reporter: John Helmert III <ajak>
Component: VulnerabilitiesAssignee: Gentoo Security <security>
Status: RESOLVED FIXED    
Severity: trivial CC: zmedico
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: https://github.com/cri-o/cri-o/releases/tag/v1.24.1
Whiteboard: ~4 [noglsa]
Package list:
Runtime testing required: ---

Description John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2022-06-06 19:47:40 UTC
From URL: "Fix a bug where ExecSync requests (exec probes) could use an arbitrary amount of memory and disk. Output from ExecSync requests is now limited to 16MB (the amount that exec output was limited to in the dockershim). Disk limiting requires conmon 2.1.2 to work. See GHSA-fcm2-6c3h-pg6j and CVE-2022-1708 for more information. (#5935, @haircommander)".

Fix is in 1.24.1, please bump
Comment 1 Larry the Git Cow gentoo-dev 2022-06-07 00:57:58 UTC
The bug has been referenced in the following commit(s):

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

commit 5370c8b0c9b23b96c21ffdf052e606eaa4b10244
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2022-06-07 00:57:13 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2022-06-07 00:57:25 +0000

    app-containers/cri-o: drop 1.24.0
    
    Bug: https://bugs.gentoo.org/850142
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 app-containers/cri-o/Manifest            |   1 -
 app-containers/cri-o/cri-o-1.24.0.ebuild | 101 -------------------------------
 2 files changed, 102 deletions(-)

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

commit 4577c52fcc7430d6bb7132f8fa1665e4775722cc
Author:     Zac Medico <zmedico@gentoo.org>
AuthorDate: 2022-06-07 00:55:59 +0000
Commit:     Zac Medico <zmedico@gentoo.org>
CommitDate: 2022-06-07 00:56:34 +0000

    app-containers/cri-o: add 1.24.1
    
    Bug: https://bugs.gentoo.org/850142
    Signed-off-by: Zac Medico <zmedico@gentoo.org>

 app-containers/cri-o/Manifest            |   1 +
 app-containers/cri-o/cri-o-1.24.1.ebuild | 101 +++++++++++++++++++++++++++++++
 2 files changed, 102 insertions(+)
Comment 2 John Helmert III archtester Gentoo Infrastructure gentoo-dev Security 2022-06-07 02:06:21 UTC
Thanks! All done.