<?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>Cpe:2.3:a:atlassian:jira_server:*:*:*:*:*:*:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3aatlassianjira_server/</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>Sat, 29 Aug 2026 12:44:16 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3aatlassianjira_server/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>Unauthenticated RCE via Server-Side Template Injection in Atlassian Jira</title><link>https://feed.craftedsignal.io/briefs/2026-08-cve-2019-11581-jira-ssti/</link><pubDate>Sat, 29 Aug 2026 12:44:16 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-cve-2019-11581-jira-ssti/</guid><description>An unauthenticated remote code execution vulnerability (CVE-2019-11581) exists in the 'ContactAdministrators' form of Atlassian Jira Server due to insecure Velocity template rendering of the 'subject' parameter.</description><content:encoded><![CDATA[<p>CVE-2019-11581 is a critical Server-Side Template Injection (SSTI) vulnerability affecting multiple versions of Atlassian Jira Server. The flaw resides within the <code>ContactAdministrators.jspa</code> functionality, which allows unauthenticated users to submit a contact form to administrators. The application insecurely processes the <code>subject</code> parameter by passing it to the Velocity templating engine for rendering. An attacker can supply a malicious Velocity template string as the subject, which is then executed by the server, leading to full Remote Code Execution (RCE) with the privileges of the Jira service process. The vulnerability was confirmed via public proof-of-concept exploits that utilize Velocity engine introspection to call <code>java.lang.Runtime.exec()</code>. Defenders should prioritize patching, as the vulnerability requires no authentication and provides trivial access to the underlying host.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker navigates to the public-facing endpoint <code>/secure/ContactAdministrators.jspa</code> on a vulnerable Jira Server instance.</li>
<li>Attacker crafts a malicious HTTP POST request targeting the <code>ContactAdministrators</code> form.</li>
<li>The <code>subject</code> parameter in the request body is populated with a Velocity template payload (e.g., <code>$i18n.getClass().forName('java.lang.Runtime')...</code>).</li>
<li>The request is processed by the <code>JiraWebworkActionDispatcher</code> and routed to the <code>ContactAdministrators.doExecute()</code> method.</li>
<li>The application triggers <code>EmailBuilder.renderLater()</code>, which eventually calls <code>DefaultVelocityTemplatingEngine.render()</code>.</li>
<li>The Velocity engine parses the malicious <code>subject</code> string as a template, invoking the injected Java reflection code.</li>
<li>The system executes the arbitrary command, granting the attacker RCE on the server.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation results in full server compromise, allowing attackers to execute arbitrary system commands, exfiltrate sensitive Jira data, or use the compromised host as a pivot point in the internal network. The vulnerability impacts Atlassian Jira Server versions below 7.6.14, 7.13.5, 8.0.3, 8.1.2, and 8.2.3.</p>
<h2 id="recommendation">Recommendation</h2>
<ol>
<li>Immediately upgrade all Atlassian Jira Server instances to the patched versions specified by Atlassian (7.6.14, 7.13.5, 8.0.3, 8.1.2, 8.2.3 or higher).</li>
<li>If immediate patching is not possible, disable the <code>Contact Administrators Form</code> functionality via the application properties administration panel.</li>
<li>Deploy the Sigma rules below to monitor web logs for suspicious POST requests containing Velocity template syntax.</li>
<li>Review access logs for non-standard or unexpected POST requests to <code>/secure/ContactAdministrators.jspa</code>.</li>
</ol>
]]></content:encoded><category domain="severity">critical</category><category domain="type">threat</category><category>web-application-vulnerability</category><category>rce</category><category>ssti</category><category>jira</category></item></channel></rss>