CVE-2026-3748
Published: 08 March 2026
Description
A security flaw has been discovered in Bytedesk up to 1.3.9. This affects the function uploadFile of the file source-code/src/main/java/com/bytedesk/core/upload/UploadRestController.java of the component SVG File Handler. Performing a manipulation results in unrestricted upload. Remote exploitation of the attack is possible.…
more
The exploit has been released to the public and may be used for attacks. Upgrading to version 1.4.5.1 is able to mitigate this issue. The patch is named 975e39e4dd527596987559f56c5f9f973f64eff7. Upgrading the affected component is recommended.
Mitigating Controls (NIST 800-53 r5)AI
Requires timely identification, reporting, and correction of the unrestricted file upload flaw via patching to version 1.4.5.1.
Mandates validation of uploaded files at entry points to block dangerous types like malicious SVGs, directly countering CWE-434.
Enforces approved authorizations for file upload operations, addressing CWE-284 improper access control exploitable by low-privileged remote users.
Security SummaryAI
CVE-2026-3748 is a vulnerability in Bytedesk versions up to 1.3.9 that enables unrestricted file upload. It affects the uploadFile function in the file source-code/src/main/java/com/bytedesk/core/upload/UploadRestController.java within the SVG File Handler component.
The vulnerability has a CVSS v3.1 base score of 6.3 (AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:L), indicating it can be exploited remotely over the network with low complexity by an attacker possessing low privileges, without requiring user interaction and with unchanged scope. Successful exploitation allows limited impacts on confidentiality, integrity, and availability, stemming from CWE-284 (Improper Access Control) and CWE-434 (Unrestricted Upload of File with Dangerous Type). Remote exploitation is possible, and a public exploit has been released.
Mitigation involves upgrading to Bytedesk version 1.4.5.1, which addresses the issue via the patch commit 975e39e4dd527596987559f56c5f9f973f64eff7. Upgrading the affected component is recommended, with details available in the project's GitHub repository, commit history, and related issues.
The exploit's public release increases the risk of attacks against unpatched Bytedesk instances.
Details
- CWE(s)
Affected Products
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Unrestricted file upload vulnerability in public-facing Bytedesk application enables exploitation of public-facing application (T1190) and facilitates deployment of web shells via upload of malicious files (T1100).