diff --git a/advisories/github-reviewed/2023/12/GHSA-mhpq-9638-x6pw/GHSA-mhpq-9638-x6pw.json b/advisories/github-reviewed/2023/12/GHSA-mhpq-9638-x6pw/GHSA-mhpq-9638-x6pw.json index 5b868eb730d..828f5d2a468 100644 --- a/advisories/github-reviewed/2023/12/GHSA-mhpq-9638-x6pw/GHSA-mhpq-9638-x6pw.json +++ b/advisories/github-reviewed/2023/12/GHSA-mhpq-9638-x6pw/GHSA-mhpq-9638-x6pw.json @@ -1,13 +1,13 @@ { "schema_version": "1.4.0", "id": "GHSA-mhpq-9638-x6pw", - "modified": "2023-12-20T20:31:57Z", + "modified": "2024-07-05T21:36:26Z", "published": "2023-12-20T20:31:57Z", "aliases": [ ], "summary": "Denial of service when decrypting attack controlled input in github.com/dvsekhvalnov/jose2go", - "details": "An attacker controlled input of a PBES2 encrypted JWE blob can have a very large p2c value that, when decrypted, produces a denial-of-service.", + "details": "An attacker controlled input of a PBES2 encrypted JWE blob can have a very large p2c value that, when decrypted, produces a denial-of-service. ", "severity": [ { "type": "CVSS_V3", diff --git a/advisories/github-reviewed/2024/06/GHSA-w9jx-4g6g-rp7x/GHSA-w9jx-4g6g-rp7x.json b/advisories/github-reviewed/2024/06/GHSA-w9jx-4g6g-rp7x/GHSA-w9jx-4g6g-rp7x.json index 43755c7c275..82722295d99 100644 --- a/advisories/github-reviewed/2024/06/GHSA-w9jx-4g6g-rp7x/GHSA-w9jx-4g6g-rp7x.json +++ b/advisories/github-reviewed/2024/06/GHSA-w9jx-4g6g-rp7x/GHSA-w9jx-4g6g-rp7x.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-w9jx-4g6g-rp7x", - "modified": "2024-07-02T02:41:41Z", + "modified": "2024-07-05T21:37:05Z", "published": "2024-06-19T15:07:03Z", "aliases": [ "CVE-2024-38357" diff --git a/advisories/github-reviewed/2024/07/GHSA-w9mh-5x8j-9754/GHSA-w9mh-5x8j-9754.json b/advisories/github-reviewed/2024/07/GHSA-w9mh-5x8j-9754/GHSA-w9mh-5x8j-9754.json index 8f9816b89e0..93f7cd38079 100644 --- a/advisories/github-reviewed/2024/07/GHSA-w9mh-5x8j-9754/GHSA-w9mh-5x8j-9754.json +++ b/advisories/github-reviewed/2024/07/GHSA-w9mh-5x8j-9754/GHSA-w9mh-5x8j-9754.json @@ -1,7 +1,7 @@ { "schema_version": "1.4.0", "id": "GHSA-w9mh-5x8j-9754", - "modified": "2024-07-05T20:06:07Z", + "modified": "2024-07-05T21:37:31Z", "published": "2024-07-05T20:06:06Z", "aliases": [ "CVE-2024-39691" @@ -9,7 +9,10 @@ "summary": "Malicious Matrix homeserver can leak truncated message content of messages it shouldn't have access to", "details": "### Impact\n\nThe fix for GHSA-wm4w-7h2q-3pf7 / [CVE-2024-32000](https://www.cve.org/CVERecord?id=CVE-2024-32000) included in matrix-appservice-irc 2.0.0 relied on the Matrix homeserver-provided timestamp to determine whether a user has access to the event they're replying to when determining whether or not to include a truncated version of the original event in the IRC message. Since this value is controlled by external entities, a malicious Matrix homeserver joined to a room in which a matrix-appservice-irc bridge instance (before version 2.0.1) is present can fabricate the timestamp with the intent of tricking the bridge into leaking room messages the homeserver should not have access to.\n\n### Patches\n\nmatrix-appservice-irc 2.0.1 [drops the reliance](https://github.com/matrix-org/matrix-appservice-irc/pull/1804) on `origin_server_ts` when determining whether or not an event should be visible to a user, instead tracking the event timestamps internally.\n\n### Workarounds\n\nIt's possible to limit the amount of information leaked by setting a reply template that doesn't contain the original message. See [these lines](https://github.com/matrix-org/matrix-appservice-irc/blob/d5d67d1d3ea3f0f6962a0af2cc57b56af3ad2129/config.sample.yaml#L601-L604) in the configuration file.\n\n### References\n\n- Patch: https://github.com/matrix-org/matrix-appservice-irc/pull/1804\n\n### For more information\n\nIf you have any questions or comments about this advisory, please email us at [security at matrix.org](mailto:security@matrix.org).", "severity": [ - + { + "type": "CVSS_V3", + "score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N" + } ], "affected": [ { @@ -40,6 +43,10 @@ "type": "WEB", "url": "https://github.com/matrix-org/matrix-appservice-irc/security/advisories/GHSA-w9mh-5x8j-9754" }, + { + "type": "ADVISORY", + "url": "https://nvd.nist.gov/vuln/detail/CVE-2024-39691" + }, { "type": "WEB", "url": "https://github.com/matrix-org/matrix-appservice-irc/pull/1804" @@ -51,6 +58,10 @@ { "type": "PACKAGE", "url": "https://github.com/matrix-org/matrix-appservice-irc" + }, + { + "type": "WEB", + "url": "https://github.com/matrix-org/matrix-appservice-irc/blob/d5d67d1d3ea3f0f6962a0af2cc57b56af3ad2129/config.sample.yaml#L601-L604" } ], "database_specific": { @@ -58,9 +69,9 @@ "CWE-280", "CWE-755" ], - "severity": "LOW", + "severity": "MODERATE", "github_reviewed": true, "github_reviewed_at": "2024-07-05T20:06:06Z", - "nvd_published_at": null + "nvd_published_at": "2024-07-05T19:15:10Z" } } \ No newline at end of file