LiveActive security incident?Get immediate response
CVE Record

CVE-2025-0987: IDOR in CB Project's CVLand

Authorization Bypass Through User-Controlled Key vulnerability in CB Project Ltd. Co. CVLand allows Parameter Injection. This issue affects CVLand: from 2.1.0 through 20251103. NOTE: The vendor was contacted early about this disclosure but did not respond in any way.

CriticalCVSS 9.9Not KEV-listedUpdated
Glexia's TakeAutomated analysiscritical

Security readout for executives and security teams

Plain-English summary

CVLand reportedly lets a logged-in user bypass authorization by controlling an object key or parameter. In practical terms, a lower-privileged user may access or alter data they should not control. The issue is rated critical because confidentiality and integrity impact are high, but the provided sources do not show confirmed active exploitation.

Executive priority

Treat this as urgent for any production CVLand deployment, especially internet-facing systems. Prioritize inventory, exposure reduction, and vendor guidance tracking because no confirmed patch information is included in the provided sources.

Technical view

CVE-2025-0987 is a CWE-639 authorization bypass in CB Project Ltd. Co. CVLand, described as IDOR and parameter injection. CVSS 3.1 is 9.9 with network attack vector, low complexity, low privileges required, no user interaction, changed scope, high confidentiality and integrity impact, and low availability impact.

Likely exposure

Organizations running CVLand versions from 2.1.0 through 20251103 are potentially exposed. Risk is highest for internet-accessible or multi-tenant deployments where ordinary authenticated users can interact with records, profiles, or other keyed resources.

Exploitation context

The CVE is not in KEV, and the provided sources do not confirm active exploitation or public exploit availability. The CVSS vector indicates exploitation would require a valid low-privileged account, not anonymous access.

Researcher notes

Evidence is limited to the CVE record and government advisory references. The vendor reportedly did not respond. Do not assume a patch exists from these sources. Focus validation on CWE-639 object-level authorization failures and user-controlled key handling.

Mitigation direction

  • Inventory all CVLand deployments and identify versions from 2.1.0 through 20251103.
  • Check CB Project and Turkish government advisories for vendor guidance, fixed versions, or workarounds.
  • Restrict external access to CVLand where business operations permit.
  • Review user roles and remove unnecessary low-privileged accounts.
  • Increase monitoring for unusual cross-user record access or permission failures.

Validation and detection

  • Confirm deployed CVLand versions against the affected range in the CVE description.
  • Review application logs for unexpected access to other users' objects or records.
  • Verify authorization checks enforce ownership server-side for keyed resources.
  • Test in a non-production environment using authorized accounts only.
  • Document whether compensating controls limit low-privileged user access.
Prepared
Confidence
medium
Sources
4

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-639: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Privilege behavior lookup

The CVE wording references privilege impact, so privilege escalation and authorization behavior review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2025-0987 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Critical
CVSS
9.9 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:L

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
3Timeline events
1ADP providers
3Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
9.9CVSS 3.1CriticalCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:L3.16TR-CERT

Vulnerability scoring details

Base CVSS 3.1 score

9.9Critical
CVSS 3.1 vector shape for CVE-2025-0987Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:L

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  2. CVE publishedCVE Program

    The CVE record was published.

  3. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
CB Project Ltd. Co.CVLand2.1.0unknown
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-639 · source CWE mapping

Authorization Bypass Through User-Controlled Key

Authorization Bypass Through User-Controlled Key represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.