Description
A flaw has been found in MegaEase EaseProbe up to 2.3.0. Affected is the function realIP of the file web/server.go of the component Middleware. This manipulation of the argument X-Forwarded-For/X-Real-IP/True-Client-IP causes improper access controls. The attack can be initiated remotely. The exploit has been published and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
Published: 2026-08-31
Score: 6.9 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Access Control Bypass
Action: Apply Patch
AI Analysis

Impact

A flaw in the realIP function of MegaEase EaseProbe’s middleware allows an attacker to manipulate the X-Forwarded-For, X-Real-IP and True-Client-IP headers. By forging these headers, the middleware can be tricked into treating traffic as originating from an authorized IP address, thereby bypassing its intended IP‑based access controls and potentially gaining unauthorized access to protected resources.

Affected Systems

All installations of MegaEase EaseProbe up to version 2.3.0 are affected. The vulnerability resides in the web/server.go component of the middleware.

Risk and Exploitability

The CVSS score of 6.9 indicates moderate severity, and the EPSS score is not available. The vulnerability is not listed in the CISA KEV catalog. An attacker can initiate the exploit remotely by sending a crafted HTTP request that includes forged X-Forwarded-For, X-Real-IP or True-Client-IP headers, thereby bypassing authorization checks that occur before the application processes the request. The exploit has been published, raising the risk of in‑the‑wild attacks.

Generated by OpenCVE AI on August 31, 2026 at 18:50 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade MegaEase EaseProbe to a patched version that resolves the realIP access control flaw.
  • If a patch is not available, configure the deployment to ignore or strip X-Forwarded-For, X-Real-IP, and True-Client-IP headers at the middleware level.
  • Configure the deployment to accept these headers only from a trusted reverse proxy that sanitizes or removes them before they reach EaseProbe.

Generated by OpenCVE AI on August 31, 2026 at 18:50 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Mon, 31 Aug 2026 18:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 31 Aug 2026 17:45:00 +0000

Type Values Removed Values Added
Description A flaw has been found in MegaEase EaseProbe up to 2.3.0. Affected is the function realIP of the file web/server.go of the component Middleware. This manipulation of the argument X-Forwarded-For/X-Real-IP/True-Client-IP causes improper access controls. The attack can be initiated remotely. The exploit has been published and may be used. The vendor was contacted early about this disclosure but did not respond in any way.
Title MegaEase EaseProbe Middleware server.go realIP access control
First Time appeared Megaease
Megaease easeprobe
Weaknesses CWE-266
CWE-284
CPEs cpe:2.3:a:megaease:easeprobe:*:*:*:*:*:*:*:*
Vendors & Products Megaease
Megaease easeprobe
References
Metrics cvssV2_0

{'score': 7.5, 'vector': 'AV:N/AC:L/Au:N/C:P/I:P/A:P/E:POC/RL:ND/RC:UR'}

cvssV3_0

{'score': 7.3, 'vector': 'CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV3_1

{'score': 7.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L/E:P/RL:X/RC:R'}

cvssV4_0

{'score': 6.9, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:L/VI:L/VA:L/SC:N/SI:N/SA:N/E:P'}


Subscriptions

Megaease Easeprobe
cve-icon MITRE

Status: PUBLISHED

Assigner: VulDB

Published:

Updated: 2026-08-31T17:51:14.790Z

Reserved: 2026-08-31T05:22:27.257Z

Link: CVE-2026-82815

cve-icon Vulnrichment

Updated: 2026-08-31T17:51:08.342Z

cve-icon NVD

Status : Deferred

Published: 2026-08-31T18:17:24.280

Modified: 2026-09-01T20:48:22.513

Link: CVE-2026-82815

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-31T19:00:04Z

Weaknesses
  • CWE-266

    Incorrect Privilege Assignment

  • CWE-284

    Improper Access Control