Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.
This repository was archived by the owner on May 20, 2025. It is now read-only.

Windows stemcells are vulnerable to https://nvd.nist.gov/vuln/detail/CVE-2023-48795 #25

@amhuber

Description

@amhuber

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:

Ciphers -chacha20-poly1305@openssh.com

Presumably something like this (first two lines are already present in the default file):

# Ciphers and keying
#RekeyLimit default none
Ciphers -chacha20-poly1305@openssh.com

I've confirmed with https://github.com/RUB-NDS/Terrapin-Scanner that after making that config change sshd is reported as not vulnerable.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions