Issue #1890
closedpulp-qpid-ssl-cfg echoes the NSS DB password
Description
Sander Bos reported that the pulp-qpid-ssl-cfg script echoes the NSS DB password. The password likely has little use for the admin, so there is no need for it to be printed. Echoing it will allow an observer to view the password on an admin's screen. However, since the script's shebang invokes bash and echo is a bash built-in, this password does not end up in the process table.
This password is stored in a file for qpidd to use. I recommend printing the path to that file for the user, rather than telling the password directly. If the user really wants to know the password, they can retrieve it that way.
I spoke with Red Hat Product Security, and we agreed that this was not a CVE but rather a silly behavior and so we should fix it as security hardening, but not as a security vulnerability.
Updated by dkliban@redhat.com almost 7 years ago
- Platform Release set to 2.8.4
- Triaged changed from No to Yes
Updated by semyers almost 7 years ago
- Platform Release changed from 2.8.4 to 2.8.5
Updated by jortel@redhat.com almost 7 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to jortel@redhat.com
Added by jortel@redhat.com almost 7 years ago
Added by jortel@redhat.com almost 7 years ago
NSS DB password no longer printed. closes #1890
Updated by jortel@redhat.com almost 7 years ago
- Status changed from ASSIGNED to POST
Updated by jortel@redhat.com almost 7 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulp|76e3e93db3734a9b71eaced884cb620e10cf7e87.
Updated by semyers over 6 years ago
- Status changed from 5 to CLOSED - CURRENTRELEASE
NSS DB password no longer printed. closes #1890