NitroShare Desktop 0.3.4 Path Traversal
🗓️ 27 Aug 2026 00:00:00Reported by Christopher Duram, NotCVEType
packetstorm🔗 packetstorm.news👁 8 Views
| Reporter | Title | Published | Views | Family All 19 |
|---|---|---|---|---|
| Exploit for Improper Privilege Management in Google Android | 12 Apr 202606:00 | – | githubexploit | |
| CVE-2026-0009 | 1 Jun 202621:14 | – | attackerkb | |
| The vulnerability of the Framework component in Android operating systems, which allows a hacker to increase their privileges | 2 Jun 202600:00 | – | bdu_fstec | |
| CVE-2026-0009 | 1 Jun 202618:00 | – | circl | |
| Google Android 安全漏洞 | 1 Jun 202600:00 | – | cnnvd | |
| CVE-2026-0009 | 1 Jun 202621:14 | – | cve | |
| CVE-2026-0009 | 1 Jun 202621:14 | – | cvelist | |
| EUVD-2026-33766 | 2 Jun 202600:31 | – | euvd | |
| EUVD-2026-49255 | 27 Jul 202614:19 | – | euvd | |
| NotCVE-2026-0009 — Updated! | 31 Jul 202622:01 | – | kitploit |
10
----------------------------------------------------------------------------
NotCVE Advisory — NotCVE-2026-0009
----------------------------------------------------------------------------
[-] Summary:
NitroShare Desktop 0.3.4 contains a path traversal vulnerability in its LAN
file transfer receive path. The transfer service is reachable from the local
network on TCP port 40818 and processes incoming transfer metadata without
authentication in the reported default configuration. A LAN-adjacent attacker
can write attacker-controlled file content outside the intended download
directory. CVSS:3.1 7.1 (AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L).
[-] Affected:
NitroShare Desktop, versions through 0.3.4 (application).
No fixed version is currently verified.
[-] Technical Description:
When receiving a transfer, NitroShare parses sender-controlled JSON item
metadata, creates a receive-side filesystem item from that metadata, opens
the item for writing, and writes subsequent binary packet content to it.
In the filesystem plugin, the received item name is used as a relative
filename and combined with the configured transfer directory using
QDir::cleanPath(root + QDir::separator() + mRelativeFilename), without a
visible check that the resolved path remains inside the transfer directory.
An attacker on the same local network can send a crafted transfer item name
containing relative path traversal sequences such as ../, causing NitroShare
to write received file content outside the intended download directory. The
write is limited to locations accessible to the NitroShare process user. On
Windows, writing to the current user's Startup folder can result in code
execution when the affected user next logs in.
Weaknesses:
CWE-22: Improper Limitation of a Pathname to a Restricted Directory
CWE-35: Path Traversal: '.../...//'
CAPEC-126: Path Traversal
A proof-of-concept is published in the researcher's repository (see
References).
[-] Timeline:
[12/04/2026] - CVE ID requested through the MITRE CVE request form; request
ignored, no CVE assigned.
[22/07/2026] - NotCVE ID reserved.
[23/07/2026] - Published as NotCVE-2026-0009.
[-] Credit:
Discovered by Christopher Duram (https://github.com/cduram).
[-] Full Details and Updates:
https://notcve.org/notcve/NotCVE-2026-0009
[-] References:
https://github.com/cduram/NotCVE-2026-0009
https://github.com/cduram/NotCVE-2026-0009/blob/main/poc_path_traversal.py
https://github.com/nitroshare/nitroshare-desktop
https://github.com/nitroshare/nitroshare-desktop/blob/master/libnitroshare/src/transfer/transfer.cpp
https://github.com/nitroshare/nitroshare-desktop/blob/master/plugins/filesystem/file.cpp
https://github.com/nitroshare/nitroshare-desktop/blob/master/plugins/filesystem/filehandler.cpp
[-] About NotCVE:
NotCVE (https://notcve.org) assigns public, timestamped NotCVE IDs to
vulnerabilities not acknowledged by vendors. Vendor will not assign a CVE?
Request a NotCVE: https://notcve.org/form/ · Contributors:
https://notcve.org/hall/
--- packet storm attached poc ---
Attack scenario
1. An attacker on the same LAN connects to the NitroShare transfer service exposed on TCP port 40818.
2. The attacker initiates a NitroShare-compatible transfer by sending a JSON transfer header declaring a single file item, for example:
{"name":"attacker","size":"","count":"1"}
3. The attacker then sends a JSON item header where the `name` field contains relative path traversal components, for example:
{"name":"../..//","directory":false,"created":"0","last_modified":"0","last_read":"0","size":""}
4. NitroShare creates the received filesystem item from the sender-controlled JSON metadata and combines the supplied `name` value with the configured transfer root directory.
5. Because the resolved destination path is not verified to remain inside the transfer root, the received file content is written outside the intended download directory.
6. On Windows, if the attacker chooses a user auto-start location as the destination, the written file may execute when the affected user next logs in.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
27 Aug 2026 00:00Current
8High risk
Vulners AI Score8
CVSS 3.17.8
EPSS0.00087
SSVC