<?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>Cpe:2.3:a:apache:gravitino:*:*:*:*:*:*:*:* - CraftedSignal Threat Feed</title><link>https://feed.craftedsignal.io/cpes/cpe2.3aapachegravitino/</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, 11 Aug 2026 15:06:57 +0000</lastBuildDate><atom:link href="https://feed.craftedsignal.io/cpes/cpe2.3aapachegravitino/feed.xml" rel="self" type="application/rss+xml"/><item><title>Apache Gravitino Authenticated Server-Side Request Forgery</title><link>https://feed.craftedsignal.io/briefs/2026-08-apache-gravitino-ssrf/</link><pubDate>Tue, 11 Aug 2026 15:06:57 +0000</pubDate><author>hello@craftedsignal.io</author><guid isPermaLink="true">https://feed.craftedsignal.io/briefs/2026-08-apache-gravitino-ssrf/</guid><description>Apache Gravitino versions 1.0.0 through 1.2.1 contain an authenticated SSRF vulnerability (CVE-2026-49876) allowing attackers to perform internal network reconnaissance or access metadata services.</description><content:encoded><![CDATA[<p>Apache Gravitino versions 1.0.0 through 1.2.1 are susceptible to a Server-Side Request Forgery (SSRF) vulnerability identified as CVE-2026-49876. The vulnerability resides within the <code>fetchFileFromUri()</code> method in <code>JobManager.java</code>, which processes job template fields such as executable scripts, jars, and archives. The application fails to validate the destination URI provided by users, permitting the use of http, https, and ftp schemes. By registering a malicious job template, an authenticated attacker can force the server to fetch content from internal network resources or cloud metadata services. The downloaded content is subsequently written to the server's staging directory. This impact is significant for environments leveraging Gravitino in cloud deployments, where the application may be used to exfiltrate cloud instance identity tokens via the metadata service.</p>
<h2 id="attack-chain">Attack Chain</h2>
<ol>
<li>Attacker authenticates to the Apache Gravitino REST API using valid user credentials.</li>
<li>Attacker interacts with the <code>/api/metalakes/{metalake}/jobs/templates</code> endpoint to register a new job template.</li>
<li>Attacker specifies a crafted URI in the <code>executable</code> field of the job template, pointing to an internal resource (e.g., <code>http://169.254.169.254/latest/meta-data/</code>).</li>
<li>Attacker triggers the job execution via the <code>/api/metalakes/{metalake}/jobs/runs</code> endpoint.</li>
<li>The application's <code>fetchFileFromUri()</code> method processes the job template and initiates an outbound request to the attacker-supplied URI.</li>
<li>The server fetches the remote resource and saves it to the local staging directory via <code>FileUtils.copyURLToFile()</code>.</li>
<li>Attacker retrieves the content from the staging directory or observes interactions via an OOB callback server if blind SSRF techniques are employed.</li>
</ol>
<h2 id="impact">Impact</h2>
<p>Successful exploitation allows an authenticated attacker to perform unauthorized internal reconnaissance, access sensitive configuration files, or exfiltrate cloud environment metadata (such as IAM role credentials). The scope affects all Gravitino instances between versions 1.0.0 and 1.2.1, with Ubuntu 22.04 environments explicitly confirmed as a target platform.</p>
<h2 id="recommendation">Recommendation</h2>
<ul>
<li>Upgrade Apache Gravitino to the latest version that includes the patch for CVE-2026-49876.</li>
<li>Restrict access to the Gravitino REST API to trusted users and IP ranges.</li>
<li>Enable egress filtering on the application server hosting Gravitino to prevent unauthorized connections to sensitive internal subnets and cloud metadata endpoints (e.g., 169.254.169.254).</li>
<li>Deploy the provided Sigma rule to monitor for suspicious job template registration patterns via web server logs.</li>
</ul>
]]></content:encoded><category domain="severity">low</category><category domain="type">advisory</category></item></channel></rss>