Severity by source
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Unauthenticated network file-read with no user interaction gives AV:N/AC:L/PR:N/UI:N; the primitive discloses files so C:H, while integrity/availability impact is only indirect via stolen credentials, so I:N/A:N.
Primary rating from Vendor (vulncheck).
CVSS VectorVendor: vulncheck
Lifecycle Timeline
3DescriptionCVE.org
Bold Reports Standalone Report Designer before 14.1.12 contains a missing filepath validation vulnerability in its SVG processing feature that allows unauthenticated attackers to read arbitrary files from the server filesystem by supplying a crafted request. Attackers can exploit this path traversal weakness to disclose sensitive server files, including authentication credentials, enabling full unauthorized access to the application.
AnalysisAI
Arbitrary file read in Bold Reports Standalone Report Designer before 14.1.12 lets unauthenticated remote attackers retrieve any file on the server through a path traversal flaw in the SVG processing feature. Because readable files include stored authentication credentials, an attacker can pivot from file disclosure to full unauthorized access of the application. Disclosed by VulnCheck with a CVSS 4.0 base of 9.3; no public exploit identified at time of analysis and it is not listed in CISA KEV.
Technical ContextAI
Bold Reports is Syncfusion's embedded/standalone reporting and dashboard platform; the affected component is the Standalone Report Designer, a self-hosted web application used to author and render reports. The root cause is CWE-22 (Improper Limitation of a Pathname to a Restricted Directory / path traversal): the SVG processing routine takes an attacker-influenced file path and fails to validate or canonicalize it against an allowed base directory, so traversal sequences (e.g., ../../) resolve to arbitrary locations on the host filesystem. Because the SVG handler is reachable without authentication, the traversal executes in the application's process context and returns file contents to the requester.
RemediationAI
Vendor-released patch: 14.1.12 - upgrade every Bold Reports Standalone Report Designer instance to 14.1.12 or later, per the vendor release history (https://www.boldreports.com/resources/release-history/standalone-report-designer/14-1#14-1-12) and the VulnCheck advisory (https://www.vulncheck.com/advisories/bold-reports-standalone-report-designer-arbitrary-file-read-via-svg-processing). Until patching is complete, restrict network exposure of the Report Designer by placing it behind a VPN or IP allowlist and blocking direct internet access to reduce the unauthenticated attack surface; if a reverse proxy or WAF is in front of the application, add rules to reject requests to the SVG processing endpoint that contain traversal sequences or encoded path characters (../, ..%2f, %2e%2e), accepting that aggressive filtering may break legitimate SVG rendering. Because credentials may already be exposed, rotate any application, database, and service credentials stored on or accessible to the host after confirming no prior compromise.
More in Standalone Report Designer
View allArbitrary file read in Bold Reports Standalone Report Designer before 14.1.12 lets unauthenticated remote attackers trav
Arbitrary file read in Bold Reports Standalone Report Designer before 14.1.12 lets unauthenticated remote attackers retr
Remote code execution in Bold Reports Standalone Report Designer before 14.1.12 lets authenticated users abuse the file-
Same weakness CWE-22 – Path Traversal
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-48278
GHSA-hcq3-wvr8-3wvg