Leitfaden für Sicherheitslücken

Häufige Web-Sicherheitslücken verstehen und beheben, die von VitaPulse erkannt werden

Hoch
Weak Certificate Signature Algorithm

Your SSL/TLS certificate uses a weak signature algorithm (such as SHA-1 with RSA PKCS#1) that is vulnerable to collision attacks.

Risiko

SHA-1 signatures can be forged through collision attacks, allowing an attacker to create a fraudulent certificate that appears valid. This enables man-in-the-middle attacks where the attacker can impersonate your site, intercept all traffic, and steal sensitive data. Browsers display warnings or reject SHA-1 certificates entirely.

Lösung

Reissue your SSL certificate with SHA-256 (or stronger) signature algorithm. Most modern Certificate Authorities issue SHA-256 by default. Contact your CA or hosting provider to reissue the certificate.

Beispiel
openssl req -new -sha256 -key server.key -out server.csr
Kommentare (0)

Noch keine Kommentare. Beginnen Sie die Diskussion!