You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all
i'm use ossec 2.9 ,find a dos vul in the test
in os_crypto/shared/msgs.c file
/* Check if it is a duplicated message */
if (msg_global == keys->keyentries[id]->global) {
return (NULL);
}
when reinstall ossec agent ,and use old authentication key to connect ossec server,
server think the new message is a duplicated message and return (NULL)
in remoted/secure.c file
if (tmp_msg == NULL) {
/* If duplicated, a warning was already generated */
continue;
}
but tmg_msg == NULL is false, the ossec-remoted process will crash in
IsValidHeader(tmp_msg) function
please fix the bug,thx
The text was updated successfully, but these errors were encountered:
Hi all
i'm use ossec 2.9 ,find a dos vul in the test
please fix the bug,thx
The text was updated successfully, but these errors were encountered: