Skip to content
Open
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
Expand Up @@ -6,14 +6,35 @@
"aliases": [
"CVE-2026-31309"
],
"summary": "Mysterium Node: Improper authorization in TequilAPI configuration endpoint",
"details": "Improper authorization in the /tequilapi/config/user endpoint of Mysterium Node before v1.36.0 allows unauthenticated attackers to arbitrarily overwrite the node's configuration and achieve a full node takeover via supplying a crafted POST request.",
"severity": [
{
"type": "CVSS_V3",
"score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N"
}
],
"affected": [],
"affected": [
{
"package": {
"ecosystem": "Go",
"name": "github.com/mysteriumnetwork/node"
},
"ranges": [
{
"type": "ECOSYSTEM",
"events": [
{
"introduced": "1.21.1-rc0"
},
{
"fixed": "1.36.0"
}
]
}
]
}
],
"references": [
{
"type": "ADVISORY",
Expand All @@ -28,7 +49,7 @@
"url": "https://github.com/mysteriumnetwork/node/commit/bc099fcaff59fee9c8a8f8e07ffff5b3c5df2bb9"
},
{
"type": "WEB",
"type": "PACKAGE",
"url": "https://github.com/mysteriumnetwork/node"
},
{
Expand Down
Loading