-
Notifications
You must be signed in to change notification settings - Fork 11
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
Windows stemcells are vulnerable to https://nvd.nist.gov/vuln/detail/CVE-2023-48795 #25
Comments
Just FYI, it doesn't look like moving to the most recent OpenSSH version will fully fix the issue since they haven't moved to the 9.6 version yet per PowerShell/Win32-OpenSSH#2189. |
Should also be changed in: https://github.com/cloudfoundry/bosh-psmodules/blob/master/modules/BOSH.SSH/BOSH.SSH.psm1#L132 |
Just to clarify, the fix for Win32-OpenSSH is included in version 9.5 (this was released the same day as OpenSSH-Portable's 9.6 but only has this patch not the other 9.6 changes, hence the versioning difference). |
Will a fix for this be available in the next build for this month's patching? |
Hi @amhuber, that's the goal! I'm currently working on this change :) |
The fixes for have been committed, and will work their way through our pipelines. I did run the |
Awesome, thank you. |
A simple fix would be to add this to the sshd_config in https://github.com/cloudfoundry/stembuild/blob/master/modules/BOSH.SSH/BOSH.SSH.psm1#L132-L143:
Presumably something like this (first two lines are already present in the default file):
I've confirmed with https://github.com/RUB-NDS/Terrapin-Scanner that after making that config change sshd is reported as not vulnerable.
The text was updated successfully, but these errors were encountered: