<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>CVE Daily – Apache Pulsar</title>
  <link>https://cvedaily.com/pages/tags/apache-pulsar.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/apache-pulsar.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – Apache Pulsar</description>
  <language>en</language>
  <lastBuildDate>Wed, 03 Jun 2026 21:27:06 +0000</lastBuildDate>
  <item>
    <title>[Medium] CVE-2025-30677 – Apache Pulsar contains multiple connectors for integrating with Apache Kafka. Th...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-30677</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-30677</guid>
    <pubDate>Wed, 09 Apr 2025 12:15:15 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-30677</strong></p>
  <p>Apache Pulsar contains multiple connectors for integrating with Apache Kafka. The Pulsar IO Apache Kafka Source Connector, Sink Connector, and Kafka Connect Adaptor Sink Connector log sensitive configuration properties in plain text in application logs.   This vulnerability can lead to unintended exposure of credentials in log files, potentially allowing attackers with access to these logs to obt…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-532</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-30677">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-29834 – This vulnerability allows authenticated users with produce or consume permission...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-29834</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-29834</guid>
    <pubDate>Tue, 02 Apr 2024 20:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-29834</strong></p>
  <p>This vulnerability allows authenticated users with produce or consume permissions to perform unauthorized operations on partitioned topics, such as unloading topics and triggering compaction. These management operations should be restricted to users with the tenant admin role or superuser role. An authenticated user with produce permission can create subscriptions and update subscription properti…</p>
  <p><strong>CVSS:</strong> 6.4 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-29834">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-28098 – The vulnerability allows authenticated users with only produce or consume permis...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-28098</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-28098</guid>
    <pubDate>Tue, 12 Mar 2024 19:15:48 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-28098</strong></p>
  <p>The vulnerability allows authenticated users with only produce or consume permissions to modify topic-level policies, such as retention, TTL, and offloading settings. These management operations should be restricted to users with the tenant admin role or super user role.  This issue affects Apache Pulsar versions from 2.7.1 to 2.10.5, from 2.11.0 to 2.11.3, from 3.0.0 to 3.0.2, from 3.1.0 to 3.1.…</p>
  <p><strong>CVSS:</strong> 6.4 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-28098">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-27894 – The Pulsar Functions Worker includes a capability that permits authenticated use...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-27894</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-27894</guid>
    <pubDate>Tue, 12 Mar 2024 19:15:47 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-27894</strong></p>
  <p>The Pulsar Functions Worker includes a capability that permits authenticated users to create functions where the function's implementation is referenced by a URL. The supported URL schemes include "file", "http", and "https". When a function is created using this method, the Functions Worker will retrieve the implementation from the URL provided by the user. However, this feature introduces a vul…</p>
  <p><strong>CVSS:</strong> 8.5 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-27894">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-27317 – In Pulsar Functions Worker, authenticated users can upload functions in jar or n...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-27317</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-27317</guid>
    <pubDate>Tue, 12 Mar 2024 19:15:47 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-27317</strong></p>
  <p>In Pulsar Functions Worker, authenticated users can upload functions in jar or nar files. These files, essentially zip files, are extracted by the Functions Worker. However, if a malicious file is uploaded, it could exploit a directory traversal vulnerability. This occurs when the filenames in the zip files, which aren't properly validated, contain special elements like "..", altering the directo…</p>
  <p><strong>CVSS:</strong> 8.4 · <strong>CWE:</strong> CWE-22</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-27317">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-27135 – Improper input validation in the Pulsar Function Worker allows a malicious authe...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-27135</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-27135</guid>
    <pubDate>Tue, 12 Mar 2024 19:15:47 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-27135</strong></p>
  <p>Improper input validation in the Pulsar Function Worker allows a malicious authenticated user to execute arbitrary Java code on the Pulsar Function worker, outside of the sandboxes designated for running user-provided functions. This vulnerability also applies to the Pulsar Broker when it is configured with "functionsWorkerEnabled=true".  This issue affects Apache Pulsar versions from 2.4.0 to 2.…</p>
  <p><strong>CVSS:</strong> 8.5 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-27135">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-34321 – Improper Authentication vulnerability in Apache Pulsar Proxy allows an attacker ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-34321</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-34321</guid>
    <pubDate>Tue, 12 Mar 2024 19:15:47 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-34321</strong></p>
  <p>Improper Authentication vulnerability in Apache Pulsar Proxy allows an attacker to connect to the /proxy-stats endpoint without authentication. The vulnerable endpoint exposes detailed statistics about live connections, along with the capability to modify the logging level of proxied connections without requiring proper authentication credentials.  This issue affects Apache Pulsar versions from 2…</p>
  <p><strong>CVSS:</strong> 8.2 · <strong>CWE:</strong> CWE-306</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-34321">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-51437 – Observable timing discrepancy vulnerability in Apache Pulsar SASL Authentication...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-51437</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-51437</guid>
    <pubDate>Wed, 07 Feb 2024 10:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-51437</strong></p>
  <p>Observable timing discrepancy vulnerability in Apache Pulsar SASL Authentication Provider can allow an attacker to forge a SASL Role Token that will pass signature verification. Users are recommended to upgrade to version 2.11.3, 3.0.2, or 3.1.1 which fixes the issue. Users should also consider updating the configured secret in the `saslJaasServerRoleTokenSignerSecretPath` file.  Any component ma…</p>
  <p><strong>CVSS:</strong> 7.4 · <strong>CWE:</strong> CWE-203</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-51437">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-37544 – Improper Authentication vulnerability in Apache Pulsar WebSocket Proxy allows an...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-37544</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-37544</guid>
    <pubDate>Wed, 20 Dec 2023 09:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-37544</strong></p>
  <p>Improper Authentication vulnerability in Apache Pulsar WebSocket Proxy allows an attacker to connect to the /pingpong endpoint without authentication.  This issue affects Apache Pulsar WebSocket Proxy: from 2.8.0 through 2.8.*, from 2.9.0 through 2.9.*, from 2.10.0 through 2.10.4, from 2.11.0 through 2.11.1, 3.0.0.  The known risks include a denial of service due to the WebSocket Proxy accepting…</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-37544">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-37579 – Incorrect Authorization vulnerability in Apache Software Foundation Apache Pulsa...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-37579</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-37579</guid>
    <pubDate>Wed, 12 Jul 2023 10:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-37579</strong></p>
  <p>Incorrect Authorization vulnerability in Apache Software Foundation Apache Pulsar Function Worker.  This issue affects Apache Pulsar: before 2.10.4, and 2.11.0.  Any authenticated user can retrieve a source's configuration or a sink's configuration without authorization. Many sources and sinks contain credentials in the configuration, which could lead to leaked credentials. This vulnerability is…</p>
  <p><strong>CVSS:</strong> 8.2 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-37579">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2023-31007 – Improper Authentication vulnerability in Apache Software Foundation Apache Pulsa...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-31007</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-31007</guid>
    <pubDate>Wed, 12 Jul 2023 10:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2023-31007</strong></p>
  <p>Improper Authentication vulnerability in Apache Software Foundation Apache Pulsar Broker allows a client to stay connected to a broker after authentication data expires if the client connected through the Pulsar Proxy when the broker is configured with authenticateOriginalAuthData=false or if a client connects directly to a broker with a specially crafted connect command when the broker is config…</p>
  <p><strong>CVSS:</strong> 0.0 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-31007">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2023-30429 – Incorrect Authorization vulnerability in Apache Software Foundation Apache Pulsa...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-30429</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-30429</guid>
    <pubDate>Wed, 12 Jul 2023 10:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2023-30429</strong></p>
  <p>Incorrect Authorization vulnerability in Apache Software Foundation Apache Pulsar.  This issue affects Apache Pulsar: before 2.10.4, and 2.11.0.  When a client connects to the Pulsar Function Worker via the Pulsar Proxy where the Pulsar Proxy uses mTLS authentication to authenticate with the Pulsar Function Worker, the Pulsar Function Worker incorrectly performs authorization by using the Proxy's…</p>
  <p><strong>CVSS:</strong> 9.6 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-30429">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-30428 – Incorrect Authorization vulnerability in Apache Software Foundation Apache Pulsa...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-30428</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-30428</guid>
    <pubDate>Wed, 12 Jul 2023 10:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-30428</strong></p>
  <p>Incorrect Authorization vulnerability in Apache Software Foundation Apache Pulsar Broker's Rest Producer allows authenticated user with a custom HTTP header to produce a message to any topic using the broker's admin role. This issue affects Apache Pulsar Brokers: from 2.9.0 through 2.9.5, from 2.10.0 before 2.10.4, 2.11.0.  The vulnerability is exploitable when an attacker can connect directly to…</p>
  <p><strong>CVSS:</strong> 8.2 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-30428">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2022-33684 – The Apache Pulsar C++ Client does not verify peer TLS certificates when making H...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-33684</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-33684</guid>
    <pubDate>Fri, 04 Nov 2022 12:15:13 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2022-33684</strong></p>
  <p>The Apache Pulsar C++ Client does not verify peer TLS certificates when making HTTPS calls for the OAuth2.0 Client Credential Flow, even when tlsAllowInsecureConnection is disabled via configuration. This vulnerability allows an attacker to perform a man in the middle attack and intercept and/or modify the GET request that is sent to the ClientCredentialFlow 'issuer url'. The intercepted credenti…</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-295</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-33684">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2022-33683 – Apache Pulsar Brokers and Proxies create an internal Pulsar Admin Client that do...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-33683</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-33683</guid>
    <pubDate>Fri, 23 Sep 2022 10:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2022-33683</strong></p>
  <p>Apache Pulsar Brokers and Proxies create an internal Pulsar Admin Client that does not verify peer TLS certificates, even when tlsAllowInsecureConnection is disabled via configuration. The Pulsar Admin Client's intra-cluster and geo-replication HTTPS connections are vulnerable to man in the middle attacks, which could leak authentication data, configuration data, and any other data sent by these…</p>
  <p><strong>CVSS:</strong> 5.9 · <strong>CWE:</strong> CWE-295</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-33683">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2022-33682 – TLS hostname verification cannot be enabled in the Pulsar Broker's Java Client, ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-33682</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-33682</guid>
    <pubDate>Fri, 23 Sep 2022 10:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2022-33682</strong></p>
  <p>TLS hostname verification cannot be enabled in the Pulsar Broker's Java Client, the Pulsar Broker's Java Admin Client, the Pulsar WebSocket Proxy's Java Client, and the Pulsar Proxy's Admin Client leaving intra-cluster connections and geo-replication connections vulnerable to man in the middle attacks, which could leak credentials, configuration data, message data, and any other data sent by thes…</p>
  <p><strong>CVSS:</strong> 5.9 · <strong>CWE:</strong> CWE-295</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-33682">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2022-33681 – Delayed TLS hostname verification in the Pulsar Java Client and the Pulsar Proxy...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-33681</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-33681</guid>
    <pubDate>Fri, 23 Sep 2022 10:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2022-33681</strong></p>
  <p>Delayed TLS hostname verification in the Pulsar Java Client and the Pulsar Proxy make each client vulnerable to a man in the middle attack. Connections from the Pulsar Java Client to the Pulsar Broker/Proxy and connections from the Pulsar Proxy to the Pulsar Broker are vulnerable. Authentication data is sent before verifying the server’s TLS certificate matches the hostname, which means authentic…</p>
  <p><strong>CVSS:</strong> 5.9 · <strong>CWE:</strong> CWE-295</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-33681">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2022-24280 – Improper Input Validation vulnerability in Proxy component of Apache Pulsar allo...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-24280</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-24280</guid>
    <pubDate>Fri, 23 Sep 2022 10:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2022-24280</strong></p>
  <p>Improper Input Validation vulnerability in Proxy component of Apache Pulsar allows an attacker to make TCP/IP connection attempts that originate from the Pulsar Proxy's IP address. When the Apache Pulsar Proxy component is used, it is possible to attempt to open TCP/IP connections to any IP address and port that the Pulsar Proxy can connect to. An attacker could use this as a way for DoS attacks…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-24280">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2021-41571 – In Apache Pulsar it is possible to access data from BookKeeper that does not bel...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-41571</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-41571</guid>
    <pubDate>Tue, 01 Feb 2022 13:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2021-41571</strong></p>
  <p>In Apache Pulsar it is possible to access data from BookKeeper that does not belong to the topics accessible by the authenticated user. The Admin API get-message-by-id requires the user to input a topic and a ledger id. The ledger id is a pointer to the data, and it is supposed to be a valid it for the topic. Authorisation controls are performed against the topic name and there is not proper vali…</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-41571">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2021-22160 – If Apache Pulsar is configured to authenticate clients using tokens based on JSO...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-22160</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-22160</guid>
    <pubDate>Wed, 26 May 2021 13:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2021-22160</strong></p>
  <p>If Apache Pulsar is configured to authenticate clients using tokens based on JSON Web Tokens (JWT), the signature of the token is not validated if the algorithm of the presented token is set to "none". This allows an attacker to connect to Pulsar instances as any user (incl. admins).</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-347</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-22160">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
