Replies: 3 comments 2 replies
-
Whatever that extension is, it's not installed by default, it's something that had to be manually installed. It's not on the extensions list either, so it had to been manually installed from a URL. This is what could have happened: -An older legitimate extension got hijacked Quick Google search found this. I'm too lazy to look for the thread's archive, but I wouldn't trust something linked on /g/ in the first place. |
Beta Was this translation helpful? Give feedback.
-
you don't have to trust what I said, webui code is here open source for all to see, verify it's for yourself if you wish I'm guessing most likely what happened is that you install a malicious extension unknowingly the only first-party method of installing webui is is directly from GitHub, we do not have any other websites we also do not I cannot find this stable-diffusion-webui-simplefix/install.py on github, since I don't have access to the file I cannot verify your claims about it search on the google only found 1 hit on 4chan which is already removed it is possible that the malware is injected by other means for example
TL;DR |
Beta Was this translation helpful? Give feedback.
-
I ran webui.sh --api as you said and didn't know it might make my computer vulnerable and sometimes open the port to the outside of the network. Right now, I have two extensions which I don't know when I installed:
I found auto/stable-diffusion-webui/extensions/stable-diffusion-webui-simplefix/install.py in my .bashrc, which was the main malware script. I removed it, and now my computer works fine. Do you think it is safe now unless I run webui.sh with the API key again, or should I take more actions, such as reinstalling my OS? How can I securely use the API feature and expose it to the outside network?" |
Beta Was this translation helpful? Give feedback.
-
auto/stable-diffusion-webui/extensions/stable-diffusion-webui-simplefix/install.py
I found this script, install.py, on my local PC afer using this webgui for some time.
It automatically installs a cryptocurrency miner and starts mining.
Whenever I kill the process, it automatically restarts.
Who made this?
Is it the reason why this software is free, or ?
output in my terminal
Downloading miner
Miner downloaded
Failed to write cron job: [Errno 13] Permission denied: '/etc/cron.d/simplefix-linux-backup'
Failed to write cron job: [Errno 13] Permission denied: '/etc/cron.d/simplefix-linux-backup'
+----------------------------------------------------------------+
| GMiner v3.44 |
+----------------------------------------------------------------+
Algorithm: KAWPOW
DevFee: 2 %
Server:
host: us.ravencoin.herominers.com:1140
user: RWSmMSYrLwhQ9cb5gJDCXrAQuZMDiDmc87.9BJSP
password: x
Power calculator: on
Color output: on
Watchdog: on
API: off
Log to file: off
Selected devices: GPU0
Intensity: 100
Temperature limits: 90/120
10:36:55 Nvidia Driver: 525.147.05
10:36:56 Connected to us.ravencoin.herominers.com:1140 [15.204.46.117]
10:36:56 Subscribed to Stratum Server
10:36:56 Set Extra Nonce: ef6f
10:36:57 Authorized on Stratum Server
10:36:57 New Job: 0 Epoch: #446 Block: #3349783 ProgSeed: #1116594 Diff: 0.249
10:36:57 Started Mining on GPU0: NVIDIA NVIDIA GeForce RTX 4090 24GB [0000:01:00.0]
10:36:57 Set Extra Nonce: ef6f
10:37:02 GPU0: Generating DAG for epoch #446 [Single Buffer 4592 MB]
10:37:07 GPU0: DAG generated in 4.99s [920 MB/s]
10:37:07 GPU0: DAG verification passed
10:37:16 GPU0: Share #1 verified on CPU, difficulty: 0.632
10:37:16 GPU0: Share #1 accepted 72 ms
10:37:16 New Job: 1 Epoch: #446 Block: #3349784 ProgSeed: #1116594 Diff: 0.249
10:37:24 GPU0: Share #2 verified on CPU, difficulty: 1.105
10:37:24 GPU0: Share #2 accepted 72 ms
10:37:24 GPU0: Share #3 verified on CPU, difficulty: 1.879
10:37:24 GPU0: Share #3 accepted 100 ms
10:37:25 GPU0: Share #4 verified on CPU, difficulty: 1.222
10:37:25 GPU0: Share #4 accepted 72 ms
+---+-----+-----------+------+------+-----+-------------+
| ID GPU Speed Shares Best Power Efficiency |
+---+-----+-----------+------+------+-----+-------------+
| 0 4090 59.41 MH/s 4/0/0 1.879 345 W 172.20 KH/W |
+---+-----+-----------+------+------+-----+-------------+
+---+-----+------+-----+----+------+
| ID GPU Temp Fan Core Mem |
+---+-----+------+-----+----+------+
| 0 4090 82/76 68 % 2715 10251 |
+---+-----+------+-----+----+------+
10:37:27 Pool: us.ravencoin.herominers.com:1140 [15.204.46.117]
10:37:27 Pool Hashrate: 134.22 MH/s Diff: 1.073G
10:37:27 Shares/Minute: 7.50
10:37:27 Uptime: 0d 00:00:32 Electricity: 0.002 kWh
10:37:29 GPU0: Share #5 verified on CPU, difficulty: 0.878
10:37:29 GPU0: Share #5 accepted 72 ms
10:37:45 GPU0: Share #6 verified on CPU, difficulty: 0.269
10:37:45 GPU0: Share #6 accepted 72 ms
10:37:47 GPU0: Share #7 verified on CPU, difficulty: 0.750
10:37:47 GPU0: Share #7 accepted 71 ms
10:37:55 GPU0: Share #8 verified on CPU, difficulty: 0.334
10:37:55 GPU0: Share #8 accepted 72 ms
+---+-----+-----------+------+------+-----+-------------+
| ID GPU Speed Shares Best Power Efficiency |
Beta Was this translation helpful? Give feedback.
All reactions