Repository
mwiede/jsch
Scanned on Jun 4, 2026
Risk score/ 100
High risk
Summary
The JSch library has critical quantum vulnerability exposure across 33 files with 206 total findings. The codebase extensively uses quantum-vulnerable algorithms including RSA, ECDSA, and DSA, with particular concern around hardcoded weak key sizes (1024-bit RSA) and deprecated ciphers (3DES, Blowfish). Immediate migration planning to NIST-approved post-quantum cryptography standards is essential to maintain security in the quantum era.
30
165
5
0
Top findings
- Critical3DES / TripleDES
examples/ScpToNoneCipher.java:50
Raw evidence
session.setConfig("cipher.c2s", "none,aes128-cbc,3des-cbc,blowfish-cbc"); - CriticalRSA key ≤ 2048 bits
src/main/java/com/jcraft/jsch/AgentProxy.java:128
Raw evidence
} else if (alg.equals("rsa-sha2-512")) { - CriticalRSA key ≤ 2048 bits
src/main/java/com/jcraft/jsch/ChannelAgentForwarding.java:210
Raw evidence
signature = identity.getSignature(data, "rsa-sha2-512"); - CriticalRSA key ≤ 2048 bits
src/main/java/com/jcraft/jsch/OpenSshCertificateKeyTypes.java:31
Raw evidence
* RSA certificate key type using SHA-512 for the host key signature. - CriticalRSA key ≤ 2048 bits
src/main/java/com/jcraft/jsch/OpenSshCertificateKeyTypes.java:33
Raw evidence
static final String RSA_SHA2_512_CERT_V01 = "rsa-sha2-512-cert-v01@openssh.com";
+ 195 more findings in the full report
Scan your own repository
Free. Results in ~90 seconds. CBOM + DORA/NIS2 PDF included.