CVE-2025-34282
Unknown Unknown - Not Provided
BaseFortify

Publication date: 2025-10-17

Last updated on: 2025-10-24

Assigner: VulnCheck

Description
ThingsBoard versions < 4.2.1 contain a server-side request forgery (SSRF) vulnerability in the dashboard's Image Upload Gallery feature. An attacker can upload a malicious SVG file that references a remote URL. If the server processes the SVG file in a way that parses external references, it may initiate unintended outbound requests. This can be used to access internal services or resources.
CVSS Scores
EPSS Scores
Probability:
Percentile:
Meta Information
Published
2025-10-17
Last Modified
2025-10-24
Generated
2026-05-07
AI Q&A
2025-10-17
EPSS Evaluated
2026-05-05
NVD
Affected Vendors & Products
Showing 1 associated CPE
Vendor Product Version / Range
thingsboard thingsboard to 3.7 (exc)
Helpful Resources
Exploitability
CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-918 The web server receives a URL or similar request from an upstream component and retrieves the contents of this URL, but it does not sufficiently ensure that the request is being sent to the expected destination.
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?

CVE-2025-34282 is a server-side request forgery (SSRF) vulnerability in ThingsBoard versions prior to 4.2.1, specifically in the dashboard's Image Upload Gallery feature. An attacker can upload a malicious SVG file that contains references to remote URLs. When the server processes this SVG file and parses its external references, it may unintentionally make outbound requests to those remote URLs. This can be exploited to access internal services or resources that are normally inaccessible. [1]


How can this vulnerability impact me? :

This vulnerability can allow an attacker to make the server initiate unintended outbound requests to remote URLs referenced in a malicious SVG file. This can lead to unauthorized access to internal services or resources behind the server's network, potentially exposing sensitive information or enabling further attacks within the internal network. The impact affects confidentiality, integrity, and availability at low to limited levels. [1]


How can this vulnerability be detected on my network or system? Can you suggest some commands?

This vulnerability can be detected by monitoring for uploads of SVG files containing external URL references in the ThingsBoard dashboard's Image Upload Gallery feature. Network monitoring tools can be used to detect unexpected outbound requests initiated by the server to remote URLs referenced in SVG files. Specific commands are not provided in the resources, but inspecting uploaded SVG files for external references and monitoring outbound HTTP requests from the server to unusual destinations can help detect exploitation attempts. [1]


What immediate steps should I take to mitigate this vulnerability?

Immediate mitigation steps include upgrading ThingsBoard to version 4.2.1 or later, where the vulnerability is fixed by adding a Content-Security-Policy (CSP) header to the /public image API endpoint to prevent execution of malicious scripts in SVG files. Additionally, restricting or validating SVG uploads to disallow external references can help mitigate the risk. Applying the official patch or update is the recommended action. [2, 3]


Ask Our AI Assistant
Need more information? Ask your question to get an AI reply (Powered by our expertise)
0/70
EPSS Chart