Files
CVEs-PoC/2010/CVE-2010-2450.md
T
2024-05-26 14:27:05 +02:00

802 B

CVE-2010-2450

Description

The keygen.sh script in Shibboleth SP 2.0 (located in /usr/local/etc/shibboleth by default) uses OpenSSL to create a DES private key which is placed in sp-key.pm. It relies on the root umask (default 22) instead of chmoding the resulting file itself, so the generated private key is world readable by default.

POC

Reference

No PoCs from references.

Github