CVE-2026-8127 — Eladmin Improper Access Control
CVE-2026-8127 — A vulnerability has been found in eladmin up to 2.7. Impacted is the function checkLevel of the file /rest/UserController.java of the component Users API Endpoint. Such manipulation leads to improper access controls. The attack can be executed remotely. The exploit has been disclosed
What This Means For You
- If your environment is affected by CWE-266, CWE-284, review your exposure and prioritize patching based on your environment. Monitor vendor advisories for CVE-2026-8127 updates and patches.
Related ATT&CK Techniques
🛡️ Detection Rules
2 rules · 6 SIEM formats2 detection rules auto-generated for this incident, mapped to MITRE ATT&CK. Sigma YAML is free — export to any SIEM format via the Intel Bot.
CVE-2026-8127 Eladmin UserController checkLevel Improper Access Control
title: CVE-2026-8127 Eladmin UserController checkLevel Improper Access Control
id: scw-2026-05-08-ai-1
status: experimental
level: high
description: |
Detects attempts to exploit CVE-2026-8127 by accessing the /rest/users endpoint with the checkLevel parameter, indicating an attempt to bypass access controls in Eladmin up to version 2.7.
author: SCW Feed Engine (AI-generated)
date: 2026-05-08
references:
- https://shimiscyberworld.com/posts/nvd-CVE-2026-8127/
tags:
- attack.initial_access
- attack.t1190
logsource:
category: webserver
detection:
selection:
uri|contains:
- '/rest/users'
cs-method|exact:
- 'GET'
cs-uri-query|contains:
- 'checkLevel'
condition: selection
falsepositives:
- Legitimate administrative activity
Source: Shimi's Cyber World · License & reuse
Indicators of Compromise
| ID | Type | Indicator |
|---|---|---|
| CVE-2026-8127 | vulnerability | CVE-2026-8127 |
| CWE-266 | weakness | CWE-266 |
| CWE-284 | weakness | CWE-284 |
Source & Attribution
| Source Platform | NVD |
| Channel | National Vulnerability Database |
| Published | May 08, 2026 at 06:16 UTC |
This content was curated and summarized by Shimi's Cyber World for informational purposes. It is not copied or republished in full. All intellectual property rights remain with the original author and source.
Believe this infringes your rights? Submit a takedown request.