<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Bold Reports - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/vendors/bold-reports/</link><description>Trending threats, MITRE ATT&amp;CK coverage, and detection metadata. Fed continuously.</description><generator>Hugo</generator><language>en</language><managingEditor>hello@craftedsignal.io</managingEditor><webMaster>hello@craftedsignal.io</webMaster><lastBuildDate>Thu, 23 Jul 2026 14:22:26 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/vendors/bold-reports/feed.xml" rel="self" type="application/rss+xml"/><item><title>Bold Reports Standalone Report Designer Path Traversal to RCE Vulnerability</title><link>https://feed.craftedsignal.io/briefs/2026-07-bold-reports-path-traversal-rce/</link><pubDate>Thu, 23 Jul 2026 14:22:26 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-bold-reports-path-traversal-rce/</guid><description>A missing filepath validation vulnerability (CVE-2026-65690) in Bold Reports Standalone Report Designer before version 14.1.12 allows authenticated attackers to perform path traversal via crafted filenames during file upload, leading to arbitrary command execution with high privileges.</description><content:encoded><![CDATA[<p>CVE-2026-65690 identifies a critical missing filepath validation vulnerability in Bold Reports Standalone Report Designer versions prior to 14.1.12. This flaw resides within the product's file upload functionality, enabling authenticated attackers to exploit a path traversal weakness. By supplying a specially crafted filename that includes directory traversal sequences (e.g., <code>../</code>), attackers can bypass security controls and upload malicious files to arbitrary locations outside the intended upload directory. Successful exploitation can lead to arbitrary command execution with high privileges on the server, potentially compromising the integrity, confidentiality, and availability of the affected system. This vulnerability allows for a complete system takeover by an authenticated user.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker obtains valid authentication credentials for the Bold Reports Standalone Report Designer application.</li>
<li>The authenticated attacker accesses the application's file upload functionality.</li>
<li>The attacker crafts a malicious filename containing path traversal sequences (e.g., <code>../../../../webshell.jsp</code>) and attempts to upload it.</li>
<li>Due to the missing filepath validation (CVE-2026-65690), the application fails to properly sanitize the filename.</li>
<li>The malicious file (e.g., a web shell or script) is written to an arbitrary location on the server, outside the intended upload directory.</li>
<li>The attacker then accesses the uploaded malicious file (e.g., the web shell) through a web request.</li>
<li>The web shell executes arbitrary commands with the privileges of the application, potentially leading to high-privileged system access or further compromise.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation of CVE-2026-65690 grants authenticated attackers the ability to execute arbitrary commands with high privileges on the compromised server. This can lead to a complete system takeover, allowing for sensitive data exfiltration, modification, or deletion, installation of additional malware such as ransomware or backdoors, and lateral movement within the network. The integrity and confidentiality of data stored on or accessible from the server are at severe risk. The broad impact of arbitrary command execution underscores the criticality of patching this vulnerability immediately.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Patch Bold Reports Standalone Report Designer to version 14.1.12 or higher immediately to address CVE-2026-65690.</li>
<li>Deploy the provided Sigma rule to your SIEM to detect attempts at path traversal through web server logs.</li>
<li>Monitor web server logs for suspicious file upload activity and unusual file paths, particularly those referenced in the Sigma rule.</li>
</ul>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category><category>vulnerability</category><category>path-traversal</category><category>rce</category><category>web-application</category></item><item><title>CVE-2026-65689: Bold Reports Standalone Report Designer Path Traversal Vulnerability</title><link>https://feed.craftedsignal.io/briefs/2026-07-cve-2026-65689-bold-reports-designer/</link><pubDate>Thu, 23 Jul 2026 14:21:18 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-07-cve-2026-65689-bold-reports-designer/</guid><description>A missing filepath validation vulnerability (CVE-2026-65689) in Bold Reports Standalone Report Designer before version 14.1.12 allows unauthenticated attackers to perform path traversal by sending a crafted request to the database download feature, enabling them to read arbitrary sensitive server files, including authentication credentials, and potentially gain full unauthorized access to the application.</description><content:encoded><![CDATA[<p>CVE-2026-65689 details a critical path traversal vulnerability affecting Bold Reports Standalone Report Designer versions prior to 14.1.12. This flaw resides within the application's database download feature, which fails to properly validate filepaths provided in requests. Unauthenticated attackers can leverage this weakness by supplying a specially crafted HTTP request containing path traversal sequences to read arbitrary files directly from the server's filesystem. Successful exploitation allows for the disclosure of sensitive server files, including critical configuration data and authentication credentials, potentially leading to complete unauthorized access to the application and underlying system resources. This vulnerability carries a CVSS v3.1 base score of 9.8, indicating a severe risk to affected organizations.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An unauthenticated attacker identifies an internet-facing instance of Bold Reports Standalone Report Designer vulnerable to CVE-2026-65689.</li>
<li>The attacker constructs a malicious HTTP request targeting the application's database download feature.</li>
<li>This crafted request includes path traversal sequences, such as <code>../</code> or <code>..%2f</code>, embedded within the filename or path parameter intended for the download.</li>
<li>The vulnerable application, due to missing filepath validation, processes the request and resolves the traversed path.</li>
<li>The server attempts to read the file specified by the attacker from an arbitrary location on its filesystem.</li>
<li>If the file exists and permissions allow, its content is returned to the attacker as part of the download response.</li>
<li>The attacker analyzes the disclosed file for sensitive information, such as authentication credentials, configuration files, or other proprietary data.</li>
<li>Using the exfiltrated credentials, the attacker can gain further unauthorized access to the Bold Reports application or other connected systems.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>The successful exploitation of CVE-2026-65689 allows unauthenticated attackers to perform arbitrary file reads on the server hosting Bold Reports Standalone Report Designer. This can lead to the disclosure of highly sensitive information, including user credentials, configuration files, and proprietary application data. Such disclosures enable attackers to escalate privileges, gain full unauthorized access to the application, compromise underlying server infrastructure, and potentially exfiltrate critical business data. Given the unauthenticated nature and the ability to read credentials, the potential for a complete system compromise is high, affecting the confidentiality, integrity, and availability of the application and its data.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Immediately apply the patch by upgrading Bold Reports Standalone Report Designer to version 14.1.12 or later to address CVE-2026-65689.</li>
<li>Deploy the provided Sigma rule to your SIEM to detect attempts at path traversal exploitation against your web infrastructure.</li>
<li>Ensure web server logs (category <code>webserver</code>) are configured to capture full URI stems and query parameters for detection of suspicious patterns.</li>
<li>Implement Web Application Firewall (WAF) rules to detect and block requests containing common path traversal sequences (<code>../</code>, <code>%2e%2e%2f</code>, etc.) targeting web applications.</li>
</ul>
]]></content:encoded><category domain="severity">critical</category><category domain="type">advisory</category><category>path-traversal</category><category>vulnerability</category><category>web-application</category><category>arbitrary-file-read</category><category>cve</category></item></channel></rss>