VDB
KO
MEDIUM 5.9

GHSA-2326-hx7g-3m9r

Apache MINA SSHD: integrity check bypass

Quick fix

GHSA-2326-hx7g-3m9r — org.apache.sshd:sshd-common: upgrade to the fixed version with the command below.

# pom.xml: bump <version>2.12.0</version> for org.apache.sshd:sshd-common

Details

Like many other SSH implementations, Apache MINA SSHD suffered from the issue that is more widely known as CVE-2023-48795. An attacker that can intercept traffic between client and server could drop certain packets from the stream, potentially causing client and server to consequently end up with a connection for which some security features have been downgraded or disabled, aka a Terrapin attack

The mitigations to prevent this type of attack were implemented in Apache MINA SSHD 2.12.0, both client and server side. Users are recommended to upgrade to at least this version. Note that both the client and the server implementation must have mitigations applied against this issue, otherwise the connection may still be affected.

Are you affected?

Enter the version of the package you're using.

Affected packages

Maven / org.apache.sshd:sshd-common
Introduced in: 0 Fixed in: 2.12.0
Fix # pom.xml: bump <version>2.12.0</version> for org.apache.sshd:sshd-common

References