ghsa-gvrq-cg5r-7chp
Vulnerability from github
Published
2023-05-12 20:20
Modified
2023-05-12 20:20
Severity ?
Summary
Vert.x STOMP server process client frames that would not send initially a connect frame
Details
Impact
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.
Patches
The issue is patched in Vert.x 4.4.2 and Vert.x 3.9.16
Workarounds
No trivial workaround.
{ "affected": [ { "package": { "ecosystem": "Maven", "name": "io.vertx:vertx-stomp" }, "ranges": [ { "events": [ { "introduced": "3.1.0" }, { "fixed": "3.9.16" } ], "type": "ECOSYSTEM" } ] }, { "package": { "ecosystem": "Maven", "name": "io.vertx:vertx-stomp" }, "ranges": [ { "events": [ { "introduced": "4.0.0" }, { "fixed": "4.4.2" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2023-32081" ], "database_specific": { "cwe_ids": [ "CWE-287" ], "github_reviewed": true, "github_reviewed_at": "2023-05-12T20:20:19Z", "nvd_published_at": "2023-05-12T14:15:10Z", "severity": "MODERATE" }, "details": "### Impact\nA 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.\n\n### Patches\nThe issue is patched in Vert.x 4.4.2 and Vert.x 3.9.16\n\n### Workarounds\nNo trivial workaround.\n", "id": "GHSA-gvrq-cg5r-7chp", "modified": "2023-05-12T20:20:19Z", "published": "2023-05-12T20:20:19Z", "references": [ { "type": "WEB", "url": "https://github.com/vert-x3/vertx-stomp/security/advisories/GHSA-gvrq-cg5r-7chp" }, { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2023-32081" }, { "type": "WEB", "url": "https://github.com/vert-x3/vertx-stomp/commit/0de4bc5a44ddb57e74d92c445f16456fa03f265b" }, { "type": "PACKAGE", "url": "https://github.com/vert-x3/vertx-stomp" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N", "type": "CVSS_V3" } ], "summary": "Vert.x STOMP server process client frames that would not send initially a connect frame" }
Loading...
Loading...
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.