Repositório
mwiede/jsch
Escaneado em 4 de jun. de 2026
Risk score/ 100
Risco alto
Resumo
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
Principais findings
- Crítico3DES / TripleDES
examples/ScpToNoneCipher.java:50
Evidência
session.setConfig("cipher.c2s", "none,aes128-cbc,3des-cbc,blowfish-cbc"); - CríticoRSA key ≤ 2048 bits
src/main/java/com/jcraft/jsch/AgentProxy.java:128
Evidência
} else if (alg.equals("rsa-sha2-512")) { - CríticoRSA key ≤ 2048 bits
src/main/java/com/jcraft/jsch/ChannelAgentForwarding.java:210
Evidência
signature = identity.getSignature(data, "rsa-sha2-512"); - CríticoRSA key ≤ 2048 bits
src/main/java/com/jcraft/jsch/OpenSshCertificateKeyTypes.java:31
Evidência
* RSA certificate key type using SHA-512 for the host key signature. - CríticoRSA key ≤ 2048 bits
src/main/java/com/jcraft/jsch/OpenSshCertificateKeyTypes.java:33
Evidência
static final String RSA_SHA2_512_CERT_V01 = "rsa-sha2-512-cert-v01@openssh.com";
+ 195 findings no relatório completo
Escaneie seu próprio repositório
Grátis. Resultados em ~90 segundos. CBOM + PDF DORA/NIS2 inclusos.