Description
Insecure Permission vulnerability in MBS-Solutions X-Serie Gateway firmware V6_00_05 allows the low-privileged service user to execute /usr/bin/tcpdump as root without a password. By leveraging the tcpdump -z option, an authenticated attacker can achieve arbitrary command execution.
Published: 2026-09-04
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: Remote code execution
Action: Immediate Patch
AI Analysis

Impact

The firmware contains an insecure permission setting that allows the low‑privileged service user to execute the system utility /usr/bin/tcpdump as root without any authentication. By invoking tcpdump with the -z option, an authenticated attacker can cause the utility to run arbitrary commands as root. This flaw is a classic example of privilege escalation, corresponding to CWE‑269.

Affected Systems

The vulnerability applies to MBS‑Solutions X‑Serie Gateway firmware version 6.00.05. Devices running this exact release are affected.

Risk and Exploitability

Based on the description, it is inferred that an attacker who can authenticate to the device can execute any command as root by using the tcpdump -z option. The exploit requires only local authenticated access to the gateway and does not depend on additional network exposure. The EPSS score of < 1% indicates that the likelihood of recent exploitation is very low; however the vulnerability is not listed in the CISA KEV catalog. The ability to run arbitrary code as root means that a successful exploit could compromise the gateway and potentially pivot to other network assets.

Generated by OpenCVE AI on September 10, 2026 at 06:38 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the latest firmware upgrade for MBS‑Solutions X‑Serie Gateway that corrects the insecure permission on /usr/bin/tcpdump.
  • Explicitly deny the service user execution rights to /usr/bin/tcpdump by adjusting file permissions or using sudoers restrictions.
  • Disable or restrict the tcpdump -z command by removing the binary from the $PATH or limiting its execution to trusted users.

Generated by OpenCVE AI on September 10, 2026 at 06:38 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 10 Sep 2026 10:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Thu, 10 Sep 2026 05:15:00 +0000

Type Values Removed Values Added
Title Privilege Escalation via tcpdump on MBS‑Solutions X‑Serie Gateway firmware
Weaknesses CWE-284

Wed, 09 Sep 2026 20:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-276
Metrics cvssV3_1

{'score': 8.8, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H'}


Mon, 07 Sep 2026 08:45:00 +0000

Type Values Removed Values Added
First Time appeared Mbs-solutions
Mbs-solutions x-serie Gateway
Vendors & Products Mbs-solutions
Mbs-solutions x-serie Gateway

Fri, 04 Sep 2026 23:15:00 +0000

Type Values Removed Values Added
Title Privilege Escalation via tcpdump on MBS‑Solutions X‑Serie Gateway firmware
Weaknesses CWE-269
CWE-284

Fri, 04 Sep 2026 16:00:00 +0000

Type Values Removed Values Added
Description Insecure Permission vulnerability in MBS-Solutions X-Serie Gateway firmware V6_00_05 allows the low-privileged service user to execute /usr/bin/tcpdump as root without a password. By leveraging the tcpdump -z option, an authenticated attacker can achieve arbitrary command execution.
References

Subscriptions

Mbs-solutions X-serie Gateway
cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-09-09T19:50:11.801Z

Reserved: 2026-08-17T00:00:00.000Z

Link: CVE-2026-75166

cve-icon Vulnrichment

Updated: 2026-09-09T19:49:26.055Z

cve-icon NVD

Status : Deferred

Published: 2026-09-04T16:17:58.570

Modified: 2026-09-09T20:20:34.103

Link: CVE-2026-75166

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-09-10T06:45:12Z

Weaknesses
  • CWE-269

    Improper Privilege Management

  • CWE-276

    Incorrect Default Permissions