← Vulnerability feed

Vulnerability record · CVE-2019-18952 · published 13 November 2019

CVE-2019-18952: SibSoft Xfilesharing up.cgi unrestricted file upload

Sibsoft · Xfilesharing

SibSoft Xfilesharing through 2.5.1 exposes cgi-bin/up.cgi, which accepts arbitrary file uploads without adequate validation. Chained with CVE-2019-18951, an uploaded .html file containing short codes can be served over HTTP and executed, turning a file upload into remote code execution. The flaw matters because it is network-reachable, unauthenticated and rated critical by CVSS.

9.8 CVSS 3.1 Critical EPSS 45% · top 1.2% CWE-434 · Unrestricted file upload
9.8CVSS 3.1 base score, v2 7.5
45%EPSS exploitation probability, 30 days
NoNot in CISA KEV
1Affected product versions listed by NVD
4References, 4 tagged exploit
17 Jun 2026Last modified by NVD

Description

SibSoft Xfilesharing through 2.5.1 allows cgi-bin/up.cgi arbitrary file upload. This can be combined with CVE-2019-18951 to achieve remote code execution via a .html file, containing short codes, that is served over HTTP.

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

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 20 September 2026. Confidence: medium.

critical priorityUnauthenticated network-reachable arbitrary file upload with a documented RCE chain and CVSS 9.8 warrants critical priority despite the lack of KEV listing.

What it is

SibSoft Xfilesharing through 2.5.1 exposes cgi-bin/up.cgi, which accepts arbitrary file uploads without adequate validation. Chained with CVE-2019-18951, an uploaded .html file containing short codes can be served over HTTP and executed, turning a file upload into remote code execution. The flaw matters because it is network-reachable, unauthenticated and rated critical by CVSS.

Impact

An attacker can upload arbitrary files to the server and, by chaining with CVE-2019-18951, execute code in the context of the web server. That yields full compromise of confidentiality, integrity and availability of the affected host.

Attack surface

Reached over the network via HTTP requests to cgi-bin/up.cgi; the CVSS vector shows no privileges required and no user interaction. The description does not state whether any authentication gate exists on the upload endpoint.

Exploitation

Not listed in CISA KEV, but EPSS is high (0.45361, 98.7th percentile) and public references are tagged Exploit, indicating working exploit material is available. No ransomware association is documented.

What to do

  • Upgrade Xfilesharing past 2.5.1 to a fixed release; if no fixed version is available, restrict or disable cgi-bin/up.cgi.
  • Enforce server-side validation of uploaded file type, extension and content, and store uploads outside the web root.
  • Block direct HTTP access to uploaded files and prevent .html or script content from being served from upload directories.
  • Apply the fix for CVE-2019-18951 as well, since the RCE chain depends on it.
  • Place the application behind a WAF or reverse proxy that rejects unexpected uploads to cgi-bin/up.cgi.

Detection

  • Monitor web logs for POST requests to cgi-bin/up.cgi, especially from unauthenticated or unusual source IPs.
  • Alert on newly written files in web-served directories, particularly .html, .cgi, .pl or script extensions.
  • Inspect uploaded content for short-code or template markers consistent with the documented exploit chain.
  • Correlate upload events with subsequent HTTP requests to the uploaded file path.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

Track CVE-2019-18952 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

7.5CVE-2019-18951Sibsoft xfilesharing path traversal vulnerabilitySibSoft Xfilesharing through 2.5.1 allows op=page&tmpl=../ directory traversal to read arbitrary files.EPSS 20%10.0CVE-2026-56291Balbooa Forms Joomla extension unauthenticated arbitrary file upload RCEThe Balbooa Forms extension for Joomla before version 2.4.1 accepts file uploads without authentication and does not restrict file type, allowing exe…KEVEPSS 15%analysed10.0CVE-2026-48939iCagenda Joomla extension unrestricted file upload leads to PHP RCEThe iCagenda extension for Joomla fails to restrict file types in its file attachment feature, allowing arbitrary file uploads that result in PHP cod…KEVEPSS 20%analysed10.0CVE-2026-56290Joomla Page Builder CK unauthenticated file upload leads to RCEThe Joomla Page Builder CK extension before 3.6.0 allows unauthenticated arbitrary file uploads, letting an attacker place executable files on the se…KEVEPSS 31%analysed10.0CVE-2026-48908SP Page Builder for Joomla unauthenticated arbitrary file upload RCESP Page Builder for Joomla permits unauthenticated users to upload arbitrary files, which can lead to upload and execution of PHP code. The flaw is a…KEVEPSS 89%analysed9.8CVE-2024-7399Samsung MagicINFO 9 Server path traversal allows arbitrary file writeSamsung MagicINFO 9 Server before version 21.1050 contains a path traversal flaw (CWE-22) that also enables unrestricted file upload (CWE-434), letti…KEVEPSS 92%analysed7.2CVE-2025-2749Kentico Xperience path traversal and file upload lead to RCEKentico Xperience through 13.0.178 allows an authenticated Staging Sync Server user to upload arbitrary data to relative paths, enabling path travers…KEVEPSS 4.1%analysed7.2CVE-2024-7694ThreatSonar Anti-Ransomware unrestricted file upload enables command executionThreatSonar Anti-Ransomware from TeamT5 fails to properly validate the content of uploaded files (CWE-434). An attacker holding administrator privile…KEVEPSS 1.8%analysed

Source: NIST National Vulnerability Database (record CVE-2019-18952), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.