Azerothcore-wotlk: Crash server and "ChatStrictLinkChecking.Severity"

Created on 13 Nov 2019  路  7Comments  路  Source: azerothcore/azerothcore-wotlk

This following script allows to make crash the server when ChatStrictLinkChecking.Severity = 3 in worldserver.conf.

Script:

/run function CrashServer() SendChatMessage("\124cffffd000\124Henchant:59387\124h[Inscription]\124h\124r", "SAY") end CrashServer()

Thanks @avatar789 (ZIC on discord) to discover this critical issue.
Issue related to https://github.com/azerothcore/azerothcore-wotlk/issues/2409


STEPS TO REPRODUCE THE PROBLEM:
  1. put ChatStrictLinkChecking.Severity = 3 in worldserver.conf
  2. login and write this in chat:
/run function CrashServer() SendChatMessage("\124cffffd000\124Henchant:59387\124h[Inscription]\124h\124r", "SAY") end CrashServer()
  1. the server will crash
BRANCH(ES):

master

AC HASH/COMMIT:

1914571cbac9206a71e0601c19345ced190d7d52

OPERATING SYSTEM:

Tested on Ubuntu 18.04.3 LTS

MODULES:

no modules

Confirmed Priority - Critical

Most helpful comment

Tested and my Server crashed after executing the script with a level 1 player character (commit: fae7ae9).

All 7 comments

Why doesn't my server crash....

  1. ChatStrictLinkChecking.Severity = 0
    image
  2. ChatStrictLinkChecking.Severity = 3
    image
    No display after sending

I don't know, my server crash, be sure that your server is loading the right worldserver.conf with severity = 3.

@avatar789 tested too and got the same results.

I use this script, nothing else:

/run function CrashServer() SendChatMessage("\124cffffd000\124Henchant:59387\124h[Inscription]\124h\124r", "SAY") end CrashServer()

Tested and my Server crashed after executing the script with a level 1 player character (commit: fae7ae9).

Why doesn't my server crash....

  1. ChatStrictLinkChecking

change ChatFakeMessagePreventing from 0 to 1.

I have ChatFakeMessagePreventing = 0 and the server still crashes when I put severity=3.

Fixed, you can test the PR :wink:

Was this page helpful?
0 / 5 - 0 ratings

Related issues

cts17 picture cts17  路  3Comments

Franklampardst picture Franklampardst  路  4Comments

dev-master21 picture dev-master21  路  3Comments

FrancescoBorzi picture FrancescoBorzi  路  3Comments

wowissues picture wowissues  路  3Comments