Description
An issue in Halo 2.25.4 allows a remote attacker to execute arbitrary code via the run.halo.app.migration.impl.MigrationServiceImpl.restoreWorkdir(), and org.springframework.util.FileSystemUtils.copyRecursively() components
Published: 2026-08-18
Score: 8.8 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

A flaw in Halo CMS version 2.25.4 allows a remote attacker to craft a migration request that triggers run.halo.app.migration.impl.MigrationServiceImpl.restoreWorkdir() and uses org.springframework.util.FileSystemUtils.copyRecursively(). This combination can be exploited to write files to arbitrary locations on the server, which in turn enables the attacker to execute arbitrary code on the host system.

Affected Systems

Halo CMS 2.25.4 is the only documented vulnerable product; no other vendors or product variants are listed. The vulnerability resides in the migration service that restores application work directories during data import processes.

Risk and Exploitability

The CVSS score of 8.8 indicates high severity, while the EPSS score of <1% suggests a presently low probability of exploitation. The description does not explicitly state whether the migration endpoint requires privileged or authenticated access; it remains uncertain. Based on the description, it is inferred that the attacker would send a remote HTTP request to the migration endpoint, and that file copy operations may provide a path to execute code with the privileges of the service account. The flaw is not listed in CISA’s KEV catalog, but the lack of default mitigations keeps the risk significant.

Generated by OpenCVE AI on August 21, 2026 at 23:25 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Restrict the migration endpoint to trusted networks and enforce strong authentication so only authorized administrators can trigger migrations.
  • Modify MigrationServiceImpl.restoreWorkdir() to reject any file paths that traverse outside the intended workspace, and configure FileSystemUtils.copyRecursively() to run with safe defaults.
  • Ensure the application server runs with the least privilege and set filesystem permissions on the workspace directory to deny execution of arbitrary files.

Generated by OpenCVE AI on August 21, 2026 at 23:25 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

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

Type Values Removed Values Added
Title Halo CMS 2.25.4 Arbitrary Code Execution via File Copy in Migration Service

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

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

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

Type Values Removed Values Added
Title Remote Code Execution via Migration Service File Copy in Halo CMS 2.25.4
Weaknesses CWE-22
CWE-78

Thu, 20 Aug 2026 17:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-73
Metrics cvssV3_1

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


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

Type Values Removed Values Added
Title Remote Code Execution via Migration Service File Copy in Halo CMS 2.25.4
Weaknesses CWE-22
CWE-78

Tue, 18 Aug 2026 17: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 run.halo.app.migration.impl.MigrationServiceImpl.restoreWorkdir(), and org.springframework.util.FileSystemUtils.copyRecursively() components
References

cve-icon MITRE

Status: PUBLISHED

Assigner: mitre

Published:

Updated: 2026-08-20T17:11:03.368Z

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

Link: CVE-2026-67920

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-08-18T18:19:25.360

Modified: 2026-08-31T20:12:02.273

Link: CVE-2026-67920

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-21T23:30:17Z

Weaknesses
  • CWE-73

    External Control of File Name or Path