vert-x3 / vertx-stomp

STOMP client/server implementation
Apache License 2.0
31 stars 28 forks source link

STOMP server process client frames that would not send initially a connect frame #88

Closed vietj closed 1 year ago

vietj commented 1 year ago

A Vert.x STOMP server processes client STOMP frames without checking that the client send an initial CONNECT frame replied with a successful CONNECTED frame. The client can subscribe to a destination or publish message without prior authentication. Any Vert.x STOMP server configured with an authentication handler is impacted.

See https://github.com/vert-x3/vertx-stomp/security/advisories/GHSA-gvrq-cg5r-7chp