Skip to content

"=" not escaped when the CEF message constructed #26

@ArmsSec

Description

@ArmsSec

the __sanitize function in cef.py is missing the escape of the "=" character.
The CEF message will not get parsed correctly if there are values that will include "=" since it will treat that as a new set of key-value pair.
this should be included in the code:
value = value.replace('=', '=')
As an example if the logs include the URI requested by the user, that usually have "=" sign, the message will not get parsed correctly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions