Bug 1211943 (CVE-2023-34091) - VUL-0: CVE-2023-34091: kyverno: policy bypass during resource deletion
Summary: VUL-0: CVE-2023-34091: kyverno: policy bypass during resource deletion
Status: RESOLVED FIXED
Alias: CVE-2023-34091
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Security (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Johannes Kastl
QA Contact: Security Team bot
URL: https://smash.suse.de/issue/368138/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-02 07:57 UTC by Carlos López
Modified: 2023-06-02 07:58 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos López 2023-06-02 07:57:22 UTC
CVE-2023-34091

Kyverno is a policy engine designed for Kubernetes. In versions of Kyverno prior
to 1.10.0, resources which have the `deletionTimestamp` field defined can bypass
validate, generate, or mutate-existing policies, even in cases where the
`validationFailureAction` field is set to `Enforce`. This situation occurs as
resources pending deletion were being consciously exempted by Kyverno, as a way
to reduce processing load as policies are typically not applied to objects which
are being deleted. However, this could potentially result in allowing a
malicious user to leverage the Kubernetes finalizers feature by setting a
finalizer which causes the Kubernetes API server to set the `deletionTimestamp`
and then not completing the delete operation as a way to explicitly to bypass a
Kyverno policy. Note that this is not applicable to Kubernetes Pods but, as an
example, a Kubernetes Service resource can be manipulated using an indefinite
finalizer to bypass policies. This is resolved in Kyverno 1.10.0. There is no
known workaround.

References:
http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2023-34091
https://www.cve.org/CVERecord?id=CVE-2023-34091
https://github.com/kyverno/kyverno/releases/tag/v1.10.0
https://github.com/kyverno/kyverno/security/advisories/GHSA-hq4m-4948-64cc
Comment 1 Carlos López 2023-06-02 07:58:21 UTC
(In reply to Carlos López from comment #0)
> This is resolved in Kyverno 1.10.0.

We already have this in Factory, so nothing to do. Closing.