Skip to content
QuantumScanRelatório público de scan

Repositório

quantumscan-io/vulnerable-demo-repo

Escaneado em 10 de jun. de 2026

89

Risk score/ 100

Risco crítico

Resumo

This repository contains critical cryptographic vulnerabilities with 21 instances of broken algorithms (MD5, 3DES, DES) and 22 quantum-vulnerable implementations (RSA, ECDSA, ECDH). All 8 scanned files contain security issues that expose the system to both current cryptographic attacks and future quantum computing threats.

Crítico

21

Alto

22

Médio

2

Baixo

1

Principais findings

  • CríticoDES

    python/weak_cipher.py:8

    Evidência
    cipher = DES.new(key, DES.MODE_ECB)
  • Crítico3DES / TripleDES

    python/weak_cipher.py:12

    Evidência
    def encrypt_3des(data: bytes, key: bytes) -> bytes:
  • CríticoMD5

    javascript/weak-crypto.js:7

    SHA3-256 or SHA-256

    Evidência
    return crypto.createHash("md5").update(input).digest("hex");
  • CríticoRC4 / ARCFOUR

    python/weak_cipher.py:20

    Evidência
    cipher = ARC4.new(key)
  • CríticoAES-ECB (no IV)

    python/weak_cipher.py:26

    AES-GCM or ChaCha20-Poly1305

    Evidência
    cipher = AES.new(key, AES.MODE_ECB)

+ 41 findings no relatório completo

Escaneie seu próprio repositório

Grátis. Resultados em ~90 segundos. CBOM + PDF DORA/NIS2 inclusos.

Começar scan grátis