CVE-2025-1110
22.05.2025, 14:16
An issue has been discovered in GitLab CE/EE affecting all versions from 18.0 before 18.0.1. In certain circumstances, a user with limited permissions could access Job Data via a crafted GraphQL query.Enginsight
Vendor | Product | Version |
---|---|---|
gitlab | gitlab | 18.0.0 |
gitlab | gitlab | 18.0.0 |
𝑥
= Vulnerable software versions
Common Weakness Enumeration
- CWE-1220 - Insufficient Granularity of Access ControlThe product implements access controls via a policy or other feature with the intention to disable or restrict accesses (reads and/or writes) to assets in a system from untrusted agents. However, implemented access controls lack required granularity, which renders the control policy too broad because it allows accesses from unauthorized agents to the security-sensitive assets.
- CWE-863 - Incorrect AuthorizationThe software performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check. This allows attackers to bypass intended access restrictions.