Im ServerApplication · Wildfirechat

CVE-2025-66480

CRITICAL · 9.8 CVSS v3.1 Published 2026-02-02
Fix available
A fix is available. Upgrade to 1.4.3 or later.
See remediation →
100/100
Remediation priority · Urgent
Remotely reachable No privileges Zero-click Patch available

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
Wildfire IM is an instant messaging and real-time audio/video solution. Prior to 1.4.3, a critical vulnerability exists in the im-server component related to the file upload functionality found in com.xiaoleilu.loServer.action.UploadFileAction. The application exposes an endpoint (/fs) that handles multipart file uploads but fails to properly sanitize the filename provided by the user. Specifically, the writeFileUploadData method directly concatenates the configured storage directory with the filename extracted from the upload request without stripping directory traversal sequences (e.g., ../../). This vulnerability allows an attacker to write arbitrary files to any location on the server's filesystem where the application process has write permissions. By uploading malicious files (such as scripts, executables, or overwriting configuration files like authorized_keys or cron jobs), an attacker can achieve Remote Code Execution (RCE) and completely compromise the server. This vulnerability is fixed in 1.4.3.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · high confidence

Wildfire IM versions prior to 1.4.3 contain a path traversal vulnerability in the /fs endpoint's file upload functionality. The writeFileUploadData method in UploadFileAction concatenates user-supplied filenames directly with the storage directory without sanitizing directory traversal sequences (../), allowing attackers to write arbitrary files to any writable location on the server filesystem and achieve RCE.

MitigationUpgrade to version 1.4.3 or later which includes proper filename sanitization to strip directory traversal sequences. As an immediate mitigation, restrict file upload permissions and monitor the /fs endpoint for suspicious upload patterns.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
Im ServerApplication
Affected:< 1.4.3

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
None
User interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Determine installed Wildfirechat Im Server version
    Check the application's version file, startup logs, or API endpoint that reports version information. Common locations include: version manifest in the deployment directory, Docker image tags, or the server's /api/version endpoint if available.
    Affected if The installed version is lower than 1.4.3 (e.g., 1.4.2, 1.4.1, 1.4.0, or earlier).
  2. Verify if /fs endpoint is exposed and accessible
    Send an HTTP request to the /fs endpoint (e.g., GET https://your-server/fs) or check the server's reverse proxy and firewall rules to determine if this endpoint is internet-facing or accessible from untrusted networks.
    Affected if The /fs endpoint is publicly accessible without authentication or accessible to untrusted users.
  3. Inspect upload directory configuration
    Examine the server configuration files (typically in conf/ or config/ directories) for the upload.file.directory or similar setting that defines where uploaded files are stored. Verify if this directory is writable by the application process.
    Affected if The upload directory is writable and the server runs with elevated privileges, allowing arbitrary file write to affect system directories.
  4. Audit filesystem for files written outside intended upload directory
    Review server filesystem logs and compare against the expected upload directory. Search for any files in system directories (e.g., /, /tmp, /var, /home, /root) or configuration directories that were created around the time of upload activity.
    Affected if Files exist outside the configured upload directory, indicating exploitation has occurred.

A user is affected if the Wildfirechat Im Server version is below 1.4.3 AND the /fs endpoint is accessible to untrusted users, allowing path traversal in uploaded filenames.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to 1.4.3 or later
Fixed in 1.4.3
Vendor patch github.com →
Interim mitigation

Upgrade to version 1.4.3 or later which includes proper filename sanitization to strip directory traversal sequences. As an immediate mitigation, restrict file upload permissions and monitor the /fs endpoint for suspicious upload patterns.

Recommended fix High confidence

version 1.4.3

  1. 1. Backup the current im-server installation and database before proceeding with any upgrade.
  2. 2. Obtain version 1.4.3 or later of the im-server from the official WildfireChat repository (https://github.com/wildfirechat/im-server).
  3. 3. Stop the currently running im-server service.
  4. 4. Replace the existing im-server installation with the new version 1.4.3.
  5. 5. Review the application configuration to ensure compatibility with the new version.
  6. 6. Start the im-server service and verify it runs correctly.
  7. 7. Test the file upload functionality at the /fs endpoint to confirm path traversal is now properly sanitized.
  8. 8. Monitor logs for any errors or suspicious file upload attempts.
Caveat Review release notes for any configuration or API changes between your current version and 1.4.3

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Im Server Scoped from the published advisory
  • Consultation4.0 h
  • Implementation2.0 h
  • Testing4.0 h
  • Review / QA2.0 h
12.0 hours of engineering $2,120
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,392.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2025-66480 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2025-66480 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data