CVE-2026-31309: Improper authorization in the /tequilapi/config/user endpoint of Mysterium Node from v1.21.1-rc0 before v1....
Improper authorization in the /tequilapi/config/user endpoint of Mysterium Node from v1.21.1-rc0 before v1.36.0 allows an unauthenticated attacker to arbitrarily overwrite the node's configuration and achieve a full node takeover via a crafted POST request.
Security readout for executives and security teams
Plain-English summary
Mysterium Node versions from v1.21.1-rc0 before v1.36.0 can let an unauthenticated network attacker change node configuration and take over the node. This is critical because no login or user interaction is required, and the CVSS record rates confidentiality, integrity, and availability impact as high.
Executive priority
Treat this as urgent for any organization operating Mysterium Node. The business risk is complete node takeover without authentication if the management API is reachable. Prioritize upgrade and network restriction, then investigate whether configuration was changed unexpectedly.
Technical view
The issue is CWE-862 improper authorization in /tequilapi/config/user. The CVE states a crafted POST request can arbitrarily overwrite configuration and lead to full node takeover. Affected scope is Mysterium Node v1.21.1-rc0 through versions before v1.36.0. CVSS v3.1 is 9.8: AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H.
Likely exposure
Exposure is likely where Mysterium Node runs an affected version and the Tequilapi configuration endpoint is reachable by untrusted networks. The bundle does not provide CPEs, deployment defaults, or internet-exposure measurements, so asset owners must verify actual endpoint reachability and version locally.
Exploitation context
The CVE is not listed as KEV in the provided bundle, so active exploitation is not established here. The bundle references a public CVE-specific GitHub repository and a vendor commit, indicating public technical visibility. The described attack requires network access to the affected endpoint, no credentials, and no user interaction.
Researcher notes
The source bundle gives a precise vulnerable endpoint, version range, CWE, CVSS vector, vendor commit, and CVE-specific repository reference. It does not provide CPEs, confirmed exploitation, deployment defaults, or detailed patch notes. Avoid assuming exposure unless Tequilapi reachability and affected versions are confirmed.
Mitigation direction
Upgrade Mysterium Node to v1.36.0 or later if vendor guidance confirms that version remediates it.
Restrict Tequilapi access to trusted management networks only.
Block unauthenticated external access to /tequilapi/config/user.
Review vendor repository and advisory sources for updated remediation guidance.
Rotate credentials or sensitive node configuration if compromise is suspected.
Validation and detection
Inventory all Mysterium Node instances and record exact versions.
Confirm whether any instance is v1.21.1-rc0 or later but before v1.36.0.
Check whether the Tequilapi service is reachable from untrusted networks.
Review logs for unexpected configuration changes around /tequilapi/config/user.
Verify upgraded nodes no longer expose the vulnerable behavior per vendor guidance.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · medium confidence lookup
CWE-862: Authorization and privilege behavior lookup
Authorization weaknesses can support privilege escalation and valid-account review, depending on exploit path. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
1CVSS vectors
3Timeline events
1ADP providers
4Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: yesTechnical Impact: total
CVSS vector scores
1 official score
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-862 · source CWE mapping
Missing Authorization
Missing Authorization represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.