External risk intelligence

Feng Office Arbitrary File Upload Vulnerability

CVE advisorySeverity: CRITICAL (CVSS 9.8)

CVE-2026-36669

The vulnerability exists in a web application upload handler that is accessible via the web. Feng Office is typically deployed as a web-based collaboration platform, making its web interface and associated file handling components commonly exposed to the internet in real-world deployments.

Unrestricted File Upload

Halo Surface Signal: 4 out of 5 — likely to be public-facing.

External exposure likelihood

Horizon Alert

Summary of the vulnerability and why it matters

An unauthenticated file upload vulnerability in a web application component could allow remote attackers to place malicious files on affected systems. This is a critical issue affecting web-based collaboration platforms. The main concern is confirming relevance and exposure to your organization.

  • Upload vulnerability lets anyone add bad files.
  • Critical flaw in web collaboration software.
  • Confirm if our web collaboration is affected.

Attack Path

How an attacker could exploit the issue

An attacker can remotely upload malicious files, like HTML, to the web server without needing to log in. This is possible because a specific script handling uploads has a flaw, allowing unauthorized files to be placed in a temporary directory. If these uploaded files are then accessed, it could lead to the execution of malicious code or other harmful actions.

  • Unauthenticated access to the web application.
  • Uploading a malicious file via the handler.
  • Arbitrary code execution or site compromise.

Live Threat

Current exploitation, exposure, and threat context

This vulnerability could allow remote attackers to upload arbitrary files to the web-accessible `/tmp/` directory of Feng Office. When this upload handler is reachable, an attacker could potentially place malicious files on the server, which could then be executed or accessed by other users or services.

  • Arbitrary files on the server.
  • Via unauthenticated network requests.
  • System compromise or unauthorized access.

Operational Fix

Recommended remediation, mitigation, and detection steps

This vulnerability in Feng Office's file upload functionality requires immediate attention from teams managing web applications and infrastructure. The first practical step is to identify all instances of Feng Office, confirm their exposure to external networks, and determine which are business-critical. Once accountable owners are identified, remediation plans can be developed based on the assessed risk.

  • Application owners should lead remediation efforts.
  • Verify Feng Office deployment and external reachability.
  • Plan and coordinate vendor engagement for fixes.

Supplementary metadata

Validate whether this threat affects your internet-facing exposure.

Halo Threat Intelligence helps prioritize remediation with Halo Surface Signal and H/A/L/O context. Start exposure validation with a free external attack surface trial.

Frequently asked questions

What is the role of Feng Office within an organization?

Feng Office serves as a web-based collaboration platform that integrates project management, document handling, and client communication. It acts as a centralized workspace for managing sensitive data, requiring persistent network connectivity for team access, which makes its file management components critical to the platform's overall security and operational integrity.

How does CWE-434 relate to CVE-2026-36669?

CVE-2026-36669 is categorized under CWE-434, which is the Unrestricted Upload of File with Dangerous Type. This vulnerability indicates that the application's file handling logic fails to adequately validate or limit the file types accepted by the system. Specifically, the ck_upload_handler.php component allows unauthenticated users to upload potentially harmful files, such as HTML documents, directly to a web-accessible directory.

Can this vulnerability be triggered without user interaction?

Yes, this vulnerability is triggered by sending unauthenticated network requests to the affected file upload handler. An attacker does not need prior access, credentials, or session interaction to exploit the flaw. By targeting the script directly, an attacker can bypass standard entry controls to place files into the server's /tmp/ directory, provided the web application component is reachable over the network.

How does Halo Surface Signal assess this risk?

According to the Halo Surface Signal, this vulnerability is classified with a 'Likely' score of 4. This assessment is based on the fact that the flaw exists within a web-accessible upload handler. Since Feng Office is typically deployed as a collaboration platform, its web interface and file handling features are commonly exposed to the internet, increasing the likelihood that this vulnerability is reachable.

What steps should teams take to address this flaw?

Organizations should first perform an inventory to identify all deployed instances of Feng Office and confirm their network exposure. It is essential to verify which instances are business-critical and assign accountable owners to lead the remediation process. Teams should coordinate with the vendor to obtain and apply security updates, ensuring that file upload restrictions are properly implemented to prevent unauthorized access.

References