Raised This Month: $7 Target: $400
 1% 

[ANY] SRCDS Server Crasher Exploit Patch [6/27/19]


Post New Thread Reply   
 
Thread Tools Display Modes
StivJ
Junior Member
Join Date: Feb 2018
Old 02-07-2020 , 06:19   Re: [ANY] SRCDS Server Crasher Exploit Patch [6/27/19]
Reply With Quote #21

Wanted to say thabk you!
For me this plugin helped very well!!

Also what about sv_allowdownload 0, is it really working in CsGo?
I havent tried it yet, but if @september says so, maybe it's true?
StivJ is offline
SM9
Veteran Member
Join Date: Sep 2013
Location: United Kingdom
Old 02-07-2020 , 09:55   Re: [ANY] SRCDS Server Crasher Exploit Patch [6/27/19]
Reply With Quote #22

Quote:
Originally Posted by StivJ View Post
Also what about sv_allowdownload 0, is it really working in CsGo?
Yes, I have tested it.
SM9 is offline
eyal282
Veteran Member
Join Date: Aug 2011
Old 02-08-2020 , 08:22   Re: [ANY] SRCDS Server Crasher Exploit Patch [6/27/19]
Reply With Quote #23

Quote:
Originally Posted by Wanheda View Post
Code:
RequestCount[client] -= 32;
why exactly 32?

Code:
for (new client = 0; client <= MaxClients; client++)
iterating through 32 entities and checking if <= is wrong, you should start your for loop with 1 for that, there's no '0' client (let me mention i might be wrong, not sure)

Code:
for (new client = 1; client <= MaxClients; client++)
after some lines you do the same exact thing but correctly, you should always start with 1 if you're checking <=

anyways, i didnt find any other wrong code besides that
You should always start with 1 period.
Code:
for(new i=1;i <= MaxClients;i++)
{
    if(!IsClientInGame(i)) // i is just an entity that can be assigned to a player if it's in the range of 1 <= i <= MaxClients, it is not guaranteed it has been assigned to a player.
        continue;

     KickClient(i, "i i i i i i i i i i i");
}
__________________
I am available to make plugins for pay.

Discord: Eyal282#1334
eyal282 is offline
Sandervraun
Senior Member
Join Date: May 2019
Location: Denmark
Old 04-19-2020 , 18:06   Re: [ANY] SRCDS Server Crasher Exploit Patch [6/27/19]
Reply With Quote #24

Is this exploit still active or is it patched by valve?
Sandervraun is offline
Flotz
Member
Join Date: Aug 2016
Old 05-13-2020 , 13:22   Re: [ANY] SRCDS Server Crasher Exploit Patch [6/27/19]
Reply With Quote #25

CreateFragmentsFromFile: '.txt' doesn't exist.
CreateFragmentsFromFile: '

Receiving failed: too many fragments 38/35 from 79.118.29.217:27005
Receiving failed: too many fragments 72/42 from 86.120.251.36:27005
Receiving failed: too many fragments 41/35 from 79.118.29.217:27005
Receiving failed: too many fragments 76/42 from 86.120.251.36:27005
Receiving failed: too many fragments 45/35 from 79.118.29.217:27005
Receiving failed: too many fragments 80/42 from 86.120.251.36:27005
Receiving failed: too many fragments 49/35 from 79.118.29.217:27005
Receiving failed: too many fragments 84/42 from 86.120.251.36:27005
Receiving failed: too many fragments 68/67 from 86.122.216.112:27005
Receiving failed: too many fragments 53/35 from 79.118.29.217:27005

I think this exploit is back, have your plugin and still got this.
All players are kicked with timed out reason......

also getting this: IP rate limit detected distributed packet load (50001 buckets, 2147694531 global count)

Last edited by Flotz; 05-13-2020 at 17:29.
Flotz is offline
Kellan123
AlliedModders Donor
Join Date: Aug 2012
Old 08-06-2020 , 15:16   Re: [ANY] SRCDS Server Crasher Exploit Patch [6/27/19]
Reply With Quote #26

new syntax (updated plugin)
Attached Files
File Type: sp Get Plugin or Get Source (SendFileExploitFixV2.sp - 593 views - 1.8 KB)
Kellan123 is offline
Physicus
New Member
Join Date: Oct 2010
Location: Germany
Old 01-27-2021 , 15:22   Re: [ANY] SRCDS Server Crasher Exploit Patch [6/27/19]
Reply With Quote #27

Hi there,


Who knows the problem and can help me?
https://crash.limetech.org/a5veex3osw5s

My server crashes with the new version

"SendFile Exploit Fix (v3.1)"

Last edited by Physicus; 01-28-2021 at 13:50.
Physicus is offline
Fastkill91
Junior Member
Join Date: Apr 2020
Old 05-05-2021 , 03:54   Re: [ANY] SRCDS Server Crasher Exploit Patch [6/27/19]
Reply With Quote #28

This is still relevant, the last attack was on 04/02/2021, I think the valve has not been fixed yet. Put SendFileFix 3.1 working for a month now, and the attacks stopped!

report
CreateFragmentsFromFile: '.txt' doesn't exist.
CreateFragmentsFromFile: '.txt' doesn't exist.
Fastkill91 is offline
NeQ
Junior Member
Join Date: May 2020
Old 05-06-2021 , 16:42   Re: [ANY] SRCDS Server Crasher Exploit Patch [6/27/19]
Reply With Quote #29

Today, I observed several attempted attacks. This security patch is still needed.
NeQ is offline
mrdiega
Member
Join Date: Dec 2020
Old 05-10-2021 , 11:44   Re: [ANY] SRCDS Server Crasher Exploit Patch [6/27/19]
Reply With Quote #30

i have SendFile Exploit Fix (v3.1) on my server, but it didn't help

my cvars
sv_downloadurl ..... (fastdl)
sv_allowupload 0
sv_allowdownload 1
Attached Thumbnails
Click image for larger version

Name:	1.png
Views:	215
Size:	47.1 KB
ID:	189223   Click image for larger version

Name:	2.png
Views:	205
Size:	77.0 KB
ID:	189224  
mrdiega is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 00:48.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode