Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When the nebula-console software is used, the plaintext password is leaked by running the ps -ef command #5869

Open
cccxgit opened this issue Apr 28, 2024 · 4 comments
Labels
type/question Type: question about the product

Comments

@cccxgit
Copy link

cccxgit commented Apr 28, 2024

In the startup script of the storaged service container, the nebula-console software is used to perform the add host operation. Also, when I developed the k8s probe, I also used the nebula-console software to check the node serviceability and status.

This has the risk of compromising plaintext password security. When you run the ps -ef command to view the process information, the plaintext password is displayed.

UID        PID  PPID    C STIME  TTY     TIME      CMD
root    33235 32818  0 21:58   pts/1    00:00:00 nebula-console --addr infinitygraph-graphd-headless --port 8888 -u root -p xxxxxxx
@QingZ11 QingZ11 added the type/question Type: question about the product label Apr 29, 2024
@QingZ11
Copy link
Contributor

QingZ11 commented Apr 29, 2024

We will optimize the plaintext display issue and make the modifications in the latest version.

@cccxgit
Copy link
Author

cccxgit commented Apr 29, 2024

Thanks, for your reply
When will the plaintext password issue be resolved? Also, which repository will be modified: nebula-console or nebula?

@MegaByte875
Copy link

nebula-console support it now vesoft-inc/nebula-console#239, operator will support in release 1.8.1 recently

@cccxgit
Copy link
Author

cccxgit commented May 6, 2024

Thanks, for your reply. Your support has helped us a lot.

I still have some questions and requests for help:

  1. I found that the code for this issue has been submitted in the master repository of nebula-console. Is there a compiled binary available for testing?
  2. The latest release of nebula-console is 3.6 (this issue is not resolved). Is it possible to incorporate the code of this problem into the V3.6 version? Because we're currently blocked by this security issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/question Type: question about the product
Projects
None yet
Development

No branches or pull requests

3 participants