Description
Broken object-level access controls and the use of a deterministic pattern during random ID generation in MicroRealEstate allows attackers to access documents uploaded by landlords or tenants without authorization.

This issue affects MicroRealEstate: through 1.0.0-alpha3.
Published: 2026-07-07
Score: 7.1 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

MicroRealEstate implements object‑level access controls that are broken (CWE‑1241) and uses a deterministic pattern for ID generation can guess or enumerate the identifiers for documents uploaded by landlords or tenants and fetch them without authorization. This results in the disclosure of confidential tenant and landlord documents, potentially violating privacy regulations and compromising sensitive information.

Affected Systems

The vulnerability is present in MicroRealEstate versions up to and including 1.0.0-alpha3. Any installation that has not been upgraded beyond that release is affected, especially deployments that expose the web interface allowing direct access to document URLs.

Risk and Exploitability

The CVSS score of 7.1 indicates moderate to high severity. The EPSS score of < 1% indicates a very low probability of exploitation; however the web interface is reachable. Likely attack vector is through the web interface enabling direct access to document URLs, and based on the description it is inferred that the deterministic IDs enable the attacker to fetch documents. The vulnerability is not listed in the CISA KEV catalog, so no publicly known active exploitation exists at this time.

Generated by OpenCVE AI on July 26, 2026 at 19:36 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade MicroRealEstate to a release newer than 1.0.0-alpha3 that corrects the random ID generation and enforces proper object‑level access controls.
  • Replace deterministic identifiers with cryptographically secure random identifiers for all document URLs to eliminate predictable patterns.
  • Enforce authentication and proper access control before serving tenant and landlord files, and consider disabling unauthenticated access to the document storage.

Generated by OpenCVE AI on July 26, 2026 at 19:36 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 26 Jul 2026 20:00:00 +0000

Type Values Removed Values Added
Title Predictable Document ID Enables Unauthorized Access to Tenant and Landlord Files

Thu, 23 Jul 2026 14:15:00 +0000

Type Values Removed Values Added
Title Deterministic Document IDs Allow Unauthorized Access to Tenant and Landlord Files

Tue, 21 Jul 2026 06:15:00 +0000

Type Values Removed Values Added
Title Deterministic Document IDs Allow Unauthorized Access to Tenant and Landlord Files

Fri, 17 Jul 2026 09:30:00 +0000

Type Values Removed Values Added
Title Unauthorized Document Access in MicroRealEstate via Deterministic ID Generation

Wed, 15 Jul 2026 15:00:00 +0000

Type Values Removed Values Added
Title Unauthorized Document Access in MicroRealEstate via Deterministic ID Generation

Mon, 13 Jul 2026 22:00:00 +0000

Type Values Removed Values Added
Title Unauthorized Access to Tenant and Landlord Documents via Deterministic ID Generation

Sun, 12 Jul 2026 08:30:00 +0000

Type Values Removed Values Added
Title Unauthorized Access to Tenant and Landlord Documents via Deterministic ID Generation

Sat, 11 Jul 2026 05:00:00 +0000

Type Values Removed Values Added
Title Unauthorized Document Retrieval via Predictable ID in MicroRealEstate

Fri, 10 Jul 2026 10:15:00 +0000

Type Values Removed Values Added
First Time appeared Microrealestate
Microrealestate microrealestate
Vendors & Products Microrealestate
Microrealestate microrealestate

Thu, 09 Jul 2026 11:45:00 +0000

Type Values Removed Values Added
Title Unauthorized Document Retrieval via Predictable ID in MicroRealEstate

Wed, 08 Jul 2026 21:15:00 +0000

Type Values Removed Values Added
Title Unauthorized Document Access via Predictable Identifiers in MicroRealEstate

Wed, 08 Jul 2026 05:15:00 +0000

Type Values Removed Values Added
Title Unauthorized Document Access via Predictable Identifiers in MicroRealEstate

Tue, 07 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Tue, 07 Jul 2026 06:15:00 +0000

Type Values Removed Values Added
Description Broken object-level access controls and the use of a deterministic pattern during random ID generation in MicroRealEstate allows attackers to access documents uploaded by landlords or tenants without authorization. This issue affects MicroRealEstate: through 1.0.0-alpha3.
Weaknesses CWE-1241
CWE-639
References
Metrics cvssV4_0

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


Subscriptions

Microrealestate Microrealestate
cve-icon MITRE

Status: PUBLISHED

Assigner: TML

Published:

Updated: 2026-07-07T13:32:42.313Z

Reserved: 2026-06-26T00:40:34.057Z

Link: CVE-2026-57869

cve-icon Vulnrichment

Updated: 2026-07-07T13:32:37.481Z

cve-icon NVD

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-26T19:45:03Z

Weaknesses
  • CWE-1241

    Use of Predictable Algorithm in Random Number Generator

  • CWE-639

    Authorization Bypass Through User-Controlled Key