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-reachable file read with no user interaction (AV:N/AC:L/PR:N/UI:N); direct impact is confidentiality only (C:H), with I/A:N since the primitive reads but does not write or deny service.
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 font 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 traverse the filesystem via the font-processing feature and retrieve any file the service account can access. Because readable files include stored authentication credentials, a successful read can be pivoted into full unauthorized access to the application. No public exploit has been identified at time of analysis, and the CVE is not listed in CISA KEV, but the CVSS 4.0 base score is 9.3 (Critical).
Technical ContextAI
Bold Reports Standalone Report Designer is a self-hosted reporting/BI design tool from Syncfusion/Bold Reports used to author and manage reports. The flaw is a classic CWE-22 path traversal: the font-processing feature accepts an attacker-supplied filepath and fails to validate or canonicalize it before opening the target, so traversal sequences (e.g. ../../) escape the intended font directory and resolve to arbitrary locations on the host. This is a missing-input-validation defect in server-side file handling rather than a memory-safety or injection issue; the read primitive returns file contents to the requester, and its severity is amplified because the application's own credential/configuration files live on the same filesystem.
RemediationAI
Vendor-released patch: 14.1.12 - upgrade Bold Reports Standalone Report Designer to 14.1.12 or later as documented in 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-font-processing). Until the upgrade is applied, restrict network exposure of the designer service by placing it behind a VPN or firewall so it is not internet-reachable, and put a reverse proxy or WAF rule in front to block requests containing path-traversal sequences (../, encoded %2e%2e, and absolute-path indicators) targeting the font-processing endpoint - with the trade-off that WAF filtering can be bypassed by novel encodings and is only a stopgap. Because the flaw can disclose authentication credentials, rotate any secrets, application credentials, and connection strings that may have resided on the host after patching, since exposure cannot be ruled out once the service was reachable.
More in Standalone Report Designer
View allArbitrary file read in Bold Reports Standalone Report Designer before 14.1.12 lets unauthenticated remote attackers retr
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-48279
GHSA-mx5r-8grf-ph62