WS-2020-0129
Published:July 14, 2020
Updated:August 27, 2026
Inside "Gos\Bundle\WebSocketBundle\Server\App\Dispatcher\TopicDispatcher::onPublish()", messages are arbitrarily broadcasted to the related Topic if "Gos\Bundle\WebSocketBundle\Server\App\Dispatcher\TopicDispatcher::dispatch()" does not succeed. The "dispatch()" method can be considered to not succeed if (depending on the version of the bundle) the callback defined on a topic route is misconfigured, a "Gos\Bundle\WebSocketBundle\Topic\TopicInterface" implementation is not found for the callback, a topic which also implements "Gos\Bundle\WebSocketBundle\Topic\SecuredTopicInterface" rejects the connection, or an Exception is unhandled. This can result in an unintended broadcast to the websocket server potentially with data that should be considered sensitive.
Related Resources (4)
Do you need more information?
Contact UsCVSS v4
Base Score:
8.2
Attack Vector
NETWORK
Attack Complexity
HIGH
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
HIGH
Vulnerable System Integrity
NONE
Vulnerable System Availability
NONE
Subsequent System Confidentiality
NONE
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
5.9
Attack Vector
NETWORK
Attack Complexity
HIGH
Privileges Required
NONE
User Interaction
NONE
Scope
UNCHANGED
Confidentiality
HIGH
Integrity
NONE
Availability
NONE
Weakness Type (CWE)
Exposure of Sensitive Information to an Unauthorized Actor