CVE-2025-70363
Analyzed Analyzed - Analysis Complete
Insecure Access Control in Ibexa eZ Platform REST API

Publication date: 2026-03-06

Last updated on: 2026-06-02

Assigner: MITRE

Description
Incorrect access control in the REST API of Ibexa & Ciril GROUP eZ Platform / Ciril Platform 2.x allows unauthenticated attackers to access sensitive data via enumerating object IDs.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2026-03-06
Last Modified
2026-06-02
Generated
2026-06-16
AI Q&A
2026-03-06
EPSS Evaluated
2026-06-14
NVD
EUVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
ibexa ez_platform From 2.0.0 (inc) to 2.5.32 (inc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-284 The product does not restrict or incorrectly restricts access to a resource from an unauthorized actor.
Attack-Flow Graph
AI Quick Actions
Instant insights powered by AI
Executive Summary

CVE-2025-70363 is an access control vulnerability in the REST API of Ibexa eZ Platform and Ciril Platform version 2.x.

This flaw allows unauthenticated attackers to enumerate object IDs and thereby gain unauthorized access to sensitive data.

The issue arises due to incorrect access control mechanisms within the API, enabling attackers to bypass authentication and retrieve protected information.

Impact Analysis

This vulnerability can allow unauthenticated attackers to access sensitive data without proper authorization.

By enumerating object IDs through the REST API, attackers can retrieve protected information that should normally be restricted.

Such unauthorized data access can lead to data breaches, loss of confidentiality, and potential misuse of sensitive information.

Compliance Impact

I don't know

Detection Guidance

[{'type': 'paragraph', 'content': 'This vulnerability involves incorrect access control in the REST API of Ibexa eZ Platform and Ciril Platform 2.x, allowing unauthenticated attackers to enumerate object IDs and access sensitive data.'}, {'type': 'paragraph', 'content': 'To detect this vulnerability on your system, you can attempt to access the REST API endpoints without authentication and try to enumerate object IDs to see if sensitive data is accessible.'}, {'type': 'paragraph', 'content': 'A possible command to test this could be using curl to send unauthenticated requests to the API, for example:'}, {'type': 'list_item', 'content': 'curl -X GET "http://<target-host>/api/objects/<object-id>"'}, {'type': 'paragraph', 'content': 'By iterating over different object IDs, if you can retrieve data without authentication, the vulnerability is present.'}] [1]

Mitigation Strategies

Immediate mitigation steps should focus on restricting unauthenticated access to the REST API endpoints that expose sensitive data.

Ensure proper access control mechanisms are enforced on the API to prevent enumeration of object IDs by unauthenticated users.

If possible, apply any available patches or updates from the vendor that address this access control issue.

As a temporary measure, consider restricting network access to the API to trusted users or IP addresses until a permanent fix is applied.

Chat Assistant
Ask questions about this CVE
Hi! I’m here to help you understand CVE-2025-70363. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70
EPSS Chart