ts3server using %100 CPU

tayyaraga

Member
Nov 3, 2015
3
0
33
Hello, someone joined my server today and he told me i will crash your server and he did crash my server. When I look at the htop and I saw ts3server using %100 cpu. Im using 3.0.12.3 . How did he do that? Is it exploit or what? Also he is still crashing my server. Im using ddos protected vps from blazingfast. How can I fix this help me please.

s5ydfWm.png
 

ehthe

Retired Staff
Contributor
Apr 26, 2015
1,028
896
216
Try cutting access to file transfer and / or query port to see if that helps.
 
Last edited:

kingston

Contributor
Feb 10, 2016
243
151
128
Just wondering if that's an isolated incident related to misconf of this particular teamspeak or perhaps the newest exploit has been leaked? :D
 

Qraktzyl

Retired Staff
Contributor
Nov 2, 2015
997
728
161
I don't know, I just see you are running a TeamSpeak server, one of the most dangerous application out there, with the root user. Even the developpers of this application do not trust their capacity in making a secure app and recommend running it under a normal user.
 

vupyC

Member
Mar 2, 2016
29
0
36
I also have this problem I run the php bot and CPU 100%
OS: ubuntu-10.04-minimal_10.04_i386
Resource limits: Virtual CPU 4000Mhz, 2000Mb memory, 80000Mb disk
 

Shockru

Member
Mar 4, 2016
10
1
35
Code:
useradd ts3
passwd ts3
---
---
mv /your/ts3/folder/ /home/ts3/server/
chown -hR ts3 /home/ts3/
chmod -R 0777 /home/ts3/
su ts3
cd /home/ts3/server
./Accounting... (if you)
./ts3server_minimal_runscript.sh createinifile=1
---
---
---
Ctrl + C
nano / vim / edit your ts3server.ini , change filetransfer and query port

My way to start ts3 server:
screen -dmS ts ./ts3server_minimal_runscript.sh inifile=ts3server.ini serveradmin_password=uououo
 

ehthe

Retired Staff
Contributor
Apr 26, 2015
1,028
896
216
Well you could try running a dummy (new server) server for a while and see if he can crash it too.
 

Rijndael

Member
Mar 12, 2016
16
25
45
Im not using root user for ts3 anymore but he can still crash my server -.-
It's a problem on your end. Limit the available resources the server has access to, and monitor incoming traffic. As for the "Possible Leak" part. That's very unlikely. I've seen the professionality of the r4p3 dev team (just watch their threads) and I don't think they'd allow such thing happen, beside, even if that did happen, I'm sure they'd come up with an official announcement and a binary patch addressing the leaked exploit.
 
Last edited:

iAndrewGG

Member
Mar 9, 2016
34
4
40
Why don't you just set a swap file? Check how *Adf.Ly Link Removed*
 
Last edited by a moderator:

Derp

Retired Staff
Contributor
Apr 30, 2015
933
1,017
217
What do you mean by CPU Paging?
It was referred to what @iAndrewGG said, He was talking about swap memory (paging). But that doesn't apply to CPU Usage, there's no such thing as CPU Paging and that's why I linked him to the wikipedia Paging article

-Derp
 

GustavoBretas

Member
May 12, 2016
13
2
35
Then what might it be? I'm curious because I run +20 ts servers and they don't eat up my 2vCores neither 500mb of ram...
 
Top