Description
Aeon load_time_series_segmentation_benchmark Code Injection Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of aeon. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file.

The specific flaw exists within the load_time_series_segmentation_benchmark method. The issue results from the lack of proper validation of a user-supplied string before using it to execute Python code. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-29159.
Published: 2026-08-20
Score: 7.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

Aeon’s load_time_series_segmentation_benchmark method accepts a user‑supplied string and directly feeds it into Python’s execution engine without validation. This omission allows an attacker to craft malicious input that the process will run as code, granting the attacker full control over the application’s runtime environment. The flaw can be triggered only when a user visits a malicious page or opens a crafted file containing the injected string. Once the target renders that content through the benchmark function, arbitrary code runs with the privileges of the Aeon process, enabling data theft, persistence, or further network lateral movement. Because the vulnerability resides in a widely used data‑analysis routine, an attacker could target any AEON installation that exposes the benchmark functionality, potentially affecting multiple systems in an organization.

Affected Systems

The affected product is Aeon Toolkit, specifically the load_time_series_segmentation_benchmark routine. Exact version information is not listed in the advisory, so any installation that includes this routine could be vulnerable. No specific product version identifiers or platform details are provided.

Risk and Exploitability

The CVSS score of 7.8 indicates a high impact vulnerability. EPSS data is not available, and the vulnerability is not currently listed in the CISA KEV catalog. Exploitation requires user interaction— a malicious link or file must be accessed— but no authentication is needed, so the threat is remote. The attack vector likely involves phishing or compromised content served to a user who runs the benchmark function, leading to code execution in the application’s context.

Generated by OpenCVE AI on August 20, 2026 at 20:17 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a vendor patch or upgrade to a version of Aeon that includes proper validation for load_time_series_segmentation_benchmark.
  • Disable or remove the load_time_series_segmentation_benchmark feature if it is not required in your environment.
  • Restrict access to the benchmark functionality so that only trusted, non‑privileged users can trigger it.
  • Monitor application logs for unexpected Python execution patterns and block unusual input strings.

Generated by OpenCVE AI on August 20, 2026 at 20:17 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 20 Aug 2026 18:15:00 +0000

Type Values Removed Values Added
First Time appeared Aeon
Aeon aeon
Vendors & Products Aeon
Aeon aeon

Thu, 20 Aug 2026 16:45:00 +0000

Type Values Removed Values Added
Description Aeon load_time_series_segmentation_benchmark Code Injection Remote Code Execution Vulnerability. This vulnerability allows remote attackers to execute arbitrary code on affected installations of aeon. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. The specific flaw exists within the load_time_series_segmentation_benchmark method. The issue results from the lack of proper validation of a user-supplied string before using it to execute Python code. An attacker can leverage this vulnerability to execute code in the context of the current process. Was ZDI-CAN-29159.
Title Aeon load_time_series_segmentation_benchmark Code Injection Remote Code Execution Vulnerability
Weaknesses CWE-94
References
Metrics cvssV3_0

{'score': 7.8, 'vector': 'CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H'}


cve-icon MITRE

Status: PUBLISHED

Assigner: zdi

Published:

Updated: 2026-08-20T16:20:37.122Z

Reserved: 2026-07-29T17:07:28.541Z

Link: CVE-2026-18287

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

Published: 2026-08-20T17:17:25.263

Modified: 2026-08-20T17:17:25.263

Link: CVE-2026-18287

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-20T20:30:05Z

Weaknesses
  • CWE-94

    Improper Control of Generation of Code ('Code Injection')