<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>CVE Daily – Apache Flink</title>
  <link>https://cvedaily.com/pages/tags/apache-flink.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/apache-flink.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – Apache Flink</description>
  <language>en</language>
  <lastBuildDate>Wed, 03 Jun 2026 21:26:43 +0000</lastBuildDate>
  <item>
    <title>[Medium] CVE-2026-40564 – Files or Directories Accessible to External Parties, Server-Side Request Forgery...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-40564</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-40564</guid>
    <pubDate>Tue, 26 May 2026 16:16:24 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-40564</strong></p>
  <p>Files or Directories Accessible to External Parties, Server-Side Request Forgery (SSRF) vulnerability in Apache Flink Kubernetes Operator.  The FlinkSessionJob jarURI is currently not validated so that it points to user-owned files or addresses.  This lets a user with CR create permissions read files from the operator pod's filesystem and pull content from any backing store reachable through Flin…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-552</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-40564">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-35194 – Code injection in SQL code generation in Apache Flink 1.15.0 through 1.20.x and ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-35194</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-35194</guid>
    <pubDate>Fri, 15 May 2026 16:16:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-35194</strong></p>
  <p>Code injection in SQL code generation in Apache Flink 1.15.0 through 1.20.x and 2.0.0 through 2.x allows authenticated users with query submission privileges to execute arbitrary code on TaskManagers via maliciously crafted SQL queries. The vulnerability affects JSON functions (1.15.0+) and LIKE expressions with ESCAPE clauses (1.17.0+). User-controlled strings are interpolated into generated Jav…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-35194">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-62228 – Apache Flink CDC version 3.4.0 was vulnerable to a SQL injection via maliciously...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-62228</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-62228</guid>
    <pubDate>Thu, 09 Oct 2025 14:15:55 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-62228</strong></p>
  <p>Apache Flink CDC version 3.4.0 was vulnerable to a SQL injection via maliciously crafted identifiers eg. crafted database name or crafted table name. Even through only the logged-in database user can trigger the attack, we recommend users update Flink CDC version to 3.5.0 which address this issue.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-62228">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2023-41834 – Improper Neutralization of CRLF Sequences in HTTP Headers in Apache Flink Statef...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-41834</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-41834</guid>
    <pubDate>Tue, 19 Sep 2023 13:16:22 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2023-41834</strong></p>
  <p>Improper Neutralization of CRLF Sequences in HTTP Headers in Apache Flink Stateful Functions 3.1.0, 3.1.1 and 3.2.0 allows remote attackers to inject arbitrary HTTP headers and conduct HTTP response splitting attacks via crafted HTTP requests. Attackers could potentially inject malicious content into the HTTP response that is sent to the user's browser.   Users should upgrade to Apache Flink Stat…</p>
  <p><strong>CVSS:</strong> 6.1 · <strong>CWE:</strong> CWE-74</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-41834">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2020-17519 – A change introduced in Apache Flink 1.11.0 (and released in 1.11.1 and 1.11.2 as...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-17519</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-17519</guid>
    <pubDate>Tue, 05 Jan 2021 12:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2020-17519</strong></p>
  <p>A change introduced in Apache Flink 1.11.0 (and released in 1.11.1 and 1.11.2 as well) allows attackers to read any file on the local filesystem of the JobManager through the REST interface of the JobManager process. Access is restricted to files accessible by the JobManager process. All users should upgrade to Flink 1.11.3 or 1.12.0 if their Flink instance(s) are exposed. The issue was fixed in…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-552</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-17519">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2020-17518 – Apache Flink 1.5.1 introduced a REST handler that allows you to write an uploade...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-17518</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-17518</guid>
    <pubDate>Tue, 05 Jan 2021 12:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2020-17518</strong></p>
  <p>Apache Flink 1.5.1 introduced a REST handler that allows you to write an uploaded file to an arbitrary location on the local file system, through a maliciously modified HTTP HEADER. The files can be written to any location accessible by Flink 1.5.1. All users should upgrade to Flink 1.11.3 or 1.12.0 if their Flink instance(s) are exposed. The issue was fixed in commit a5264a6f41524afe8ceadf1d8ddc…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-23</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-17518">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2020-1960 – A vulnerability in Apache Flink (1.1.0 to 1.1.5, 1.2.0 to 1.2.1, 1.3.0 to 1.3.3,...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-1960</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-1960</guid>
    <pubDate>Thu, 14 May 2020 17:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2020-1960</strong></p>
  <p>A vulnerability in Apache Flink (1.1.0 to 1.1.5, 1.2.0 to 1.2.1, 1.3.0 to 1.3.3, 1.4.0 to 1.4.2, 1.5.0 to 1.5.6, 1.6.0 to 1.6.4, 1.7.0 to 1.7.2, 1.8.0 to 1.8.3, 1.9.0 to 1.9.2, 1.10.0) where, when running a process with an enabled JMXReporter, with a port configured via metrics.reporter.reporter_name>.port, an attacker with local access to the machine and JMX port can execute a man-in-the-middle…</p>
  <p><strong>CVSS:</strong> 4.7 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-1960">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
