Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,17 +1,36 @@
{
"schema_version": "1.2.0",
"id": "GHSA-cppw-2mf8-qpm5",
"modified": "2022-05-24T22:01:05Z",
"modified": "2022-09-05T15:15:40Z",
"published": "2022-05-24T22:01:05Z",
"aliases": [
"CVE-2019-18835"
],
"summary": "Improper Verification of Cryptographic Signature in matrix-synapse",
"details": "Matrix Synapse before 1.5.0 mishandles signature checking on some federation APIs. Events sent over /send_join, /send_leave, and /invite may not be correctly signed, or may not come from the expected servers.",
"severity": [

],
"affected": [

{
"package": {
"ecosystem": "PyPI",
"name": "matrix-synapse"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "0"
},
{
"fixed": "1.5.0"
}
]
}
]
}
],
"references": [
{
Expand All @@ -22,14 +41,18 @@
"type": "WEB",
"url": "https://github.com/matrix-org/synapse/pull/6262"
},
{
"type": "PACKAGE",
"url": "https://github.com/matrix-org/synapse"
},
{
"type": "WEB",
"url": "https://github.com/matrix-org/synapse/releases/tag/v1.5.0"
}
],
"database_specific": {
"cwe_ids": [

"CWE-347"
],
"severity": "HIGH",
"github_reviewed": false
Expand Down