<?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/" xmlns:webfeeds="http://webfeeds.org/rss/1.0"><channel><title>MeshCentral (&lt; 1.1.60) - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/products/meshcentral--1.1.60/</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>Tue, 18 Aug 2026 20:57:45 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/products/meshcentral--1.1.60/feed.xml" rel="self" type="application/rss+xml"/><image><url>https://feed.craftedsignal.io/favicon-32x32.png</url><title>CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/</link><width>32</width><height>32</height></image><webfeeds:icon>https://feed.craftedsignal.io/favicon.svg</webfeeds:icon><item><title>Stored XSS Vulnerabilities in MeshCentral via MeshAgent Data Fields</title><link>https://feed.craftedsignal.io/briefs/2026-08-meshcentral-xss/</link><pubDate>Tue, 18 Aug 2026 20:57:45 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-meshcentral-xss/</guid><description>MeshCentral versions prior to 1.1.60 are vulnerable to stored cross-site scripting (XSS) due to insufficient sanitization of data fields sent from MeshAgents, allowing attackers to execute arbitrary JavaScript in administrative browser sessions.</description><content:encoded><![CDATA[<p>MeshCentral versions prior to 1.1.60 contain multiple stored XSS vulnerabilities stemming from the lack of server-side sanitization for data transmitted by MeshAgents. Specifically, the 'osdesc' (Operating System description), 'node.name', and several other fields received from agents are processed and stored by the server without being scrubbed for malicious HTML or JavaScript. When an administrator views these fields in the device management UI, the application renders the raw content using innerHTML, triggering execution of the payload. Because the MeshCentral management UI's Content Security Policy (CSP) explicitly allows 'unsafe-inline' scripts, an attacker can bypass traditional script restrictions. This vulnerability allows a compromised or rogue MeshAgent to achieve full control over an administrator's browser session, facilitating actions such as cookie theft, unauthorized device management, or command execution within the context of the admin account.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>An attacker compromises an existing MeshAgent or deploys a rogue MeshAgent instance.</li>
<li>The attacker establishes a WebSocket connection to the MeshCentral server.</li>
<li>The attacker transmits a malicious 'coreinfo' JSON payload to the server containing a crafted string in the 'osdesc' or 'node.name' field.</li>
<li>The MeshCentral server receives the message, performs only basic type validation (typeof == 'string'), and commits the malicious string to the database.</li>
<li>An administrator logs into the MeshCentral management interface and navigates to the device details or sharing panels.</li>
<li>The server fetches the malicious data from the database and sends it to the admin's browser as part of the UI response.</li>
<li>The browser renders the data via an internal function that sets the 'innerHTML' property, forcing the execution of the injected script.</li>
<li>The script executes within the admin's session, enabling exfiltration of cookies or unauthorized administrative operations.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation results in Stored XSS in the MeshCentral administrative dashboard. This provides an attacker with the ability to perform any action the administrator can execute, including stealing session cookies, modifying server configuration, and gaining control over all connected agents. The impact is significant for organizations managing large fleets of devices through MeshCentral.</p>
<h2 id="recommendation">Recommendation</h2>
<ol>
<li>Upgrade MeshCentral to version 1.1.60 or later immediately to patch the sanitization logic.</li>
<li>Review the MeshCentral management UI's Content Security Policy (CSP) to restrict or remove 'unsafe-inline' if consistent with organizational security posture.</li>
<li>Inspect MeshCentral server-side logs for unexpected 'coreinfo' WebSocket messages containing HTML or script-related characters.</li>
<li>Monitor administrative sessions for anomalous API calls originating from the MeshCentral dashboard that do not correlate with legitimate administrative activity.</li>
</ol>
]]></content:encoded><category domain="severity">high</category><category domain="type">advisory</category></item></channel></rss>