CVE-2026-92970

8.8

HUBzero · HUBzero CMS

HUBzero CMS contains a path traversal vulnerability in project file upload handlers, allowing authenticated users to write arbitrary files to the server and potentially achieve code execution.

Executive summary

A high-severity path traversal vulnerability in HUBzero CMS allows authenticated project members to execute arbitrary code by writing malicious files outside the intended project directory.

Vulnerability

This vulnerability is a path traversal flaw (CWE-22) located within the project file upload handlers. By supplying crafted traversal sequences in upload parameters, an authenticated attacker can bypass directory restrictions to write files to arbitrary locations on the web server.

Business impact

The ability to write arbitrary files to the web server with application privileges poses a severe risk to the entire infrastructure. A successful exploit could lead to full remote code execution, enabling attackers to gain unauthorized access to sensitive project data, modify system configurations, or pivot into the internal network. Given the CVSS score of 8.8, this vulnerability represents a critical threat to organizational integrity and data confidentiality.

Remediation

Immediate Action: Update HUBzero CMS to the latest version that includes the security patches provided by the vendor. Ensure all deployments are upgraded beyond version 2.2.32 to neutralize the traversal vulnerability.

Proactive Monitoring: Review web server access and error logs for suspicious file upload requests containing directory traversal patterns such as ".." or absolute path indicators. Monitor for the creation of unexpected files in sensitive system directories.

Compensating Controls: Deploy a Web Application Firewall (WAF) with rules configured to inspect file upload parameters and block requests containing path traversal sequences. Implement strict file system permissions to limit the web server process from writing to directories outside of the designated upload paths.

Exploitation status

Public Exploit Available: No

Analyst recommendation

The potential for remote code execution makes this vulnerability a top priority for remediation. Administrators should verify their current CMS version immediately and apply the necessary vendor-provided updates to close the path traversal vector. If patching is not immediately feasible, restrict user access to file upload features and implement strong WAF-based filtering to mitigate the risk of exploitation.

History

  1. Disclosed CVE record published
  2. Collected by CVE Brief via github
  3. Analyst report written
  4. Published in the daily brief high section

Sources

Originally found and disclosed by ayeshaaaa472, per the CVE Program record.