CVE-2026-31309
Deferred Deferred - Pending Action

Improper Authorization in Mysterium Node Configuration

Vulnerability report for CVE-2026-31309, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-07-08

Last updated on: 2026-07-09

Assigner: MITRE

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-07-08
Last Modified
2026-07-09
Generated
2026-07-12
AI Q&A
2026-07-09
EPSS Evaluated
2026-07-10
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
mysterium_network mysterium_node 1.36.0

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-862 The product does not perform an authorization check when an actor attempts to access a resource or perform an action.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Compliance Impact

The vulnerability allows unauthenticated attackers to arbitrarily overwrite the node's configuration and achieve a full node takeover. This improper authorization and potential full control over the node could lead to unauthorized access or manipulation of data handled by the node.

Such unauthorized access and control could impact compliance with standards and regulations like GDPR and HIPAA, which require strict controls over data access, integrity, and confidentiality. A full node takeover could result in data breaches or unauthorized data processing, thereby violating these regulations.

Executive Summary

This vulnerability is an improper authorization issue in the /tequilapi/config/user endpoint of Mysterium Node versions before v1.36.0. It allows unauthenticated attackers to send a specially crafted POST request to arbitrarily overwrite the node's configuration.

By exploiting this, an attacker can achieve a full takeover of the node.

Impact Analysis

The impact of this vulnerability is severe because it allows an unauthenticated attacker to fully take over the affected Mysterium Node.

  • Arbitrary overwriting of the node's configuration.
  • Complete control over the node by the attacker.
Detection Guidance

This vulnerability can be detected by checking if the Mysterium Node is running a version prior to v1.36.0 and if the /tequilapi/config/user endpoint is accessible without authentication.

A practical detection method is to send a crafted POST request with a JSON payload to the /tequilapi/config/user endpoint and observe if the node's configuration can be overwritten without authentication.

Example command using curl to test the vulnerability:

  • curl -X POST http://<node-ip>:<port>/tequilapi/config/user -d '{"someConfigKey":"someValue"}' -H "Content-Type: application/json"

If the request succeeds without authentication and the configuration changes, the node is vulnerable.

Mitigation Strategies

The immediate mitigation step is to upgrade the Mysterium Node software to version 1.36.0 or later, where the vulnerability has been fixed by securing the /tequilapi/config/user endpoint.

Until the upgrade can be performed, restrict network access to the /tequilapi/config/user endpoint to trusted users only, for example by firewall rules or network segmentation.

Additionally, monitor and audit access logs for any unauthorized POST requests to the vulnerable endpoint.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-31309. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart