'Exposure of confidential secret or token SSH (DSA) private key'
Description
The response body contains content that matches the pattern of an SSH private key was identified. Private SSH keys are used for authentication and symmetric key exchange. A malicious actor with access to this key can use it to impersonate an application or service. Exposing this value could allow attackers to gain access to all resources granted by this token.
Remediation
For general guidance on handling security incidents with regards to leaked keys, please see the GitLab documentation on Credential exposure to the internet.
To generate a new DSA key, use the ssh-keygen
tool:
console ssh-keygen -t dsa
Newer versions of SSH may output -----BEGIN OPENSSH PRIVATE KEY-----
instead of -----BEGIN DSA PRIVATE KEY-----
For more information, please see the ssh-keygen
documentation.
Details
ID | Aggregated | CWE | Type | Risk |
---|---|---|---|---|
798.173 | false | 798 | Passive | High |