Description
A vulnerability in the foreUP customer REST API allows any authenticated, low-privilege customer to access an endpoint that
returns the records of other users without checking that the caller owns the data associated with that record.
Published: 2026-07-30
Score: 8.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in foreUP’s customer REST API allows an authenticated low‑privilege customer to call a data‑retrieval endpoint that returns records belonging to other users without verifying ownership. This flaw represents a CWE-639 information‑disclosure vulnerability due to improper authorization. The consequence is that sensitive user information can be exposed across customer boundaries, constituting a confidentiality breach.

Affected Systems

The vulnerability exists in any foreUP deployment that does not include ownership validation for the affected API endpoint. No explicit version information is available, so the risk applies to all foreUP releases lacking the fix.

Risk and Exploitability

An attacker must possess valid customer credentials, so the vector is authenticated. The CVSS score of 8.1 categorizes this vulnerability as high severity, indicating significant potential impact. The EPSS score is below 1 % and the issue is not listed in CISA’s KEV catalog, suggesting that, so far, there is no known exploit traffic. Despite the low exploitation probability, the vulnerability can lead to cross‑customer data leakage, presenting a high confidentiality risk. Organizations should monitor for updates and apply a fix when it becomes available.

Generated by OpenCVE AI on August 4, 2026 at 11:44 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply the foreUP patch or upgrade to the latest release that includes proper ownership validation for the customer REST API.
  • Implement role‑based access controls to limit low‑privilege customer accounts from invoking data‑retrieval endpoints that could expose other users’ data.
  • Enforce API request validation so that each request checks the owner of the requested record before returning the data.

Generated by OpenCVE AI on August 4, 2026 at 11:44 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

References
History

Fri, 31 Jul 2026 20:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-639
Metrics cvssV3_1

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

ssvc

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


Thu, 30 Jul 2026 20:45:00 +0000

Type Values Removed Values Added
First Time appeared Foreup
Foreup foreup
Vendors & Products Foreup
Foreup foreup

Thu, 30 Jul 2026 15:45:00 +0000

Type Values Removed Values Added
Description A vulnerability in the foreUP customer REST API allows any authenticated, low-privilege customer to access an endpoint that returns the records of other users without checking that the caller owns the data associated with that record.
Title foreUP customer REST API allows unauthenticated endpoint access
References

cve-icon MITRE

Status: PUBLISHED

Assigner: certcc

Published:

Updated: 2026-07-31T19:33:37.040Z

Reserved: 2026-07-13T19:52:45.444Z

Link: CVE-2026-15658

cve-icon Vulnrichment

Updated: 2026-07-31T19:32:28.687Z

cve-icon NVD

Status : Deferred

Published: 2026-07-30T16:16:56.700

Modified: 2026-07-31T20:16:48.523

Link: CVE-2026-15658

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-04T11:45:03Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key