-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CVE-2022-44640 (Remote code execution) #642
Comments
will cut a new release v1.12.0 since registry.k8s.io/sig-storage/smbplugin:canary does not have CVE |
pls try with registry.k8s.io/sig-storage/smbplugin:v1.12.0 |
Hello @andyzhangx, Thanks for your support |
@thrivikramgit we only fix the package with fixed version, there is no fix version for libwbclient0 package.
|
would be fixed by #657 |
Summary
It was observed that the Image registry.k8s.io/sig-storage/smbplugin:v1.11.0 was using heimdal that was vulnerable for CVE-2022-44640.
Details
because of an invalid free in the ASN.1 codec used by the Key Distribution Center (KDC) which leads to execute arbitrary code.
PoC
Scan the Image registry.k8s.io/sig-storage/smbplugin:v1.11.0 using any docker image scanner like Trivy. We should see the affected CVE.
https://github.com/kubernetes-csi/csi-driver-smb/blob/master/deploy/v1.11.0/csi-smb-controller.yaml#L72
Impact
This is potentially a remote code execution (RCE) against Heimdal KDCs.
References
https://nvd.nist.gov/vuln/detail/CVE-2022-44640
GHSA-88pm-hfmq-7vv4
The text was updated successfully, but these errors were encountered: