CVE-2026-62927
Received Received - Intake

Mixed Batch Authorization Bypass in Eclipse Milo

Vulnerability report for CVE-2026-62927, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-08-04

Last updated on: 2026-08-04

Assigner: Eclipse Foundation

Description

In Eclipse Milo versions 1.0.0 through 1.1.4, the Call service dispatches the original mixed batch to address-space handlers after calculating authorization, allowing an anonymous or otherwise low-privileged client to execute a denied method by batching it with an allowed method.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-08-04
Last Modified
2026-08-04
Generated
2026-08-04
AI Q&A
2026-08-04
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
eclipse milo From 1.0.0 (inc) to 1.1.4 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-863 The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

In Eclipse Milo versions 1.0.0 through 1.1.4, the Call service incorrectly processes batch requests by dispatching all methods to handlers even after authorization checks. This allows low-privileged users to bypass restrictions by including a denied method in a batch with an allowed one.

Detection Guidance

To detect this vulnerability, check if your Eclipse Milo version is between 1.0.0 and 1.1.4. Run commands like 'mvn dependency:tree' for Maven projects or inspect package manifests to verify the version. If vulnerable, update to a patched version immediately.

Impact Analysis

An attacker could exploit this to execute unauthorized methods by batching them with permitted ones. This could lead to unauthorized actions, data manipulation, or system compromise depending on the affected methods.

Compliance Impact

This vulnerability could violate compliance requirements that mandate strict access controls and audit logging. Unauthorized method execution may lead to data breaches or unauthorized access, potentially violating GDPR, HIPAA, or other regulatory standards.

Mitigation Strategies

Upgrade Eclipse Milo to a version beyond 1.1.4 where the authorization flaw is fixed. Apply the patch from the commit 'Restrict Call dispatch to authorized methods' to enforce stricter method dispatch checks.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-62927. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart