CVE-2026-33357
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedIn Meari client applications embedding "com.meari.sdk" (including CloudEdge 5.5.0 build 220, Arenti 1.8.1 build 220, and related white-label <= 1.8.x), the integrated call path to openapi-euce.mearicloud.com can be abused to retrieve WAN IP data for arbitrary devices. The root cause is a server-side authorization failure in "GET /openapi/device/status".
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceA server-side authorization failure in the GET /openapi/device/status endpoint allows attackers to retrieve WAN IP addresses for arbitrary devices by manipulating device identifiers in requests to openapi-euce.mearicloud.com. The vulnerability stems from missing or insufficient access control checks that should verify the requesting user owns or has permission to access the target device.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify MeariCloud integrationReview your application codebase and configuration files for references to 'openapi-euce.mearicloud.com' or 'mearicloud' API endpoints. Check API client configurations, environment variables, and service definitions.Affected if Your system integrates with or calls the openapi-euce.mearicloud.com API service.
-
Locate the /openapi/device/status endpointSearch your API proxy configurations, route definitions, and web server logs for access to '/openapi/device/status' path. Use grep or log analysis tools to find requests matching this endpoint pattern.Affected if The /openapi/device/status endpoint is exposed in your environment.
-
Verify authorization is enforced on the endpointExamine the authentication and authorization logic for the device status endpoint. Review access control middleware, session validation code, and ownership verification routines. Test by attempting to access device status for a device you do not own using valid but unauthorized credentials.Affected if The endpoint allows retrieval of device WAN IP addresses without verifying that the requesting user owns or is authorized to access the target device.
-
Check for device identifier manipulation vulnerabilityPerform a controlled test: send requests to /openapi/device/status with different device identifiers (not belonging to your authenticated session). Compare the responses to determine if arbitrary device data is returned.Affected if Requesting device status with a manipulated device identifier returns WAN IP information for devices outside your authorization scope.
Your environment is affected if it integrates with the MeariCloud openapi-euce.mearicloud.com service and the /openapi/device/status endpoint returns WAN IP addresses for devices without proper ownership verification.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
From vendor dataImplement proper server-side authorization checks to ensure users can only access device status information for devices they own or are authorized to view. Validate session tokens and device ownership before returning any device data.
- Consultation4.0 h
- Implementation16.0 h
- Testing8.0 h
- Review / QA4.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $8,960.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-33357 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-33357 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data