Description
An issue in Halo 2.25.4 allows a remote attacker to execute arbitrary code via the PluginEndpoint.java, installFromUri method, and DefaultPluginApplicationContextFactory components
Published: 2026-08-17
Score: 9.8 Critical
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

An attacker can call the installFromUri method exposed by Halo’s PluginEndpoint and the DefaultPluginApplicationContextFactory to load and run arbitrary code with the same privileges as the running application. The flaw, a code injection vulnerability (CWE-94), stems from insufficient validation of external plugin sources and insecure handling of plugin artifacts, which grants remote code execution capability.

Affected Systems

The vulnerability affects Halo 2.25.4. Administrators should verify whether their deployments include the PluginEndpoint and DefaultPluginApplicationContextFactory components and determine if the plugin installation endpoint is exposed to external traffic.

Risk and Exploitability

The CVSS score of 9.8 marks the flaw as critical. The EPSS score of less than 1% indicates a low probability of exploitation at present, and the vulnerability is not listed in CISA’s KEV catalog. The likely attack vector is a remote HTTP request to the plugin installation endpoint and does not require privileged access to the system. Given the high impact of arbitrary code execution, the overall risk remains high, especially for environments where the endpoint is reachable from untrusted networks.

Generated by OpenCVE AI on August 18, 2026 at 22:19 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Apply a patched version of Halo once a vendor release is available.
  • Restrict or disable the /plugin/install endpoint to internal or trusted systems only.
  • Enforce strict validation of plugin URLs and signatures before installation to mitigate code injection.
  • Implement network segmentation or firewall rules to block external access to the plugin installation service.

Generated by OpenCVE AI on August 18, 2026 at 22:19 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 21 Aug 2026 21:45:00 +0000

Type Values Removed Values Added
First Time appeared Halo
Halo halo
Vendors & Products Halo
Halo halo

Tue, 18 Aug 2026 22:45:00 +0000

Type Values Removed Values Added
Title Remote Code Execution via Unvalidated Plugin Installation in Halo

Tue, 18 Aug 2026 14:30:00 +0000

Type Values Removed Values Added
Title Remote Code Execution via Plugin Installation in Halo 2.25.4
Weaknesses CWE-20

Tue, 18 Aug 2026 12:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

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

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'total'}, 'version': '2.0.3'}


Tue, 18 Aug 2026 01:15:00 +0000

Type Values Removed Values Added
Title Remote Code Execution via Plugin Installation in Halo 2.25.4
Weaknesses CWE-20
CWE-94

Mon, 17 Aug 2026 22:45:00 +0000

Type Values Removed Values Added
Description An issue in Halo 2.25.4 allows a remote attacker to execute arbitrary code via the PluginEndpoint.java, installFromUri method, and DefaultPluginApplicationContextFactory components
References

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-08-18T12:04:53.167Z

Reserved: 2026-07-30T00:00:00.000Z

Link: CVE-2026-67919

cve-icon Vulnrichment

Updated: 2026-08-18T12:01:36.331Z

cve-icon NVD

Status : Received

Published: 2026-08-17T23:16:52.240

Modified: 2026-08-18T12:19:28.363

Link: CVE-2026-67919

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T21:20:00Z

Weaknesses
  • CWE-94

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