<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>CVE Daily – Zabbix</title>
  <link>https://cvedaily.com/pages/tags/zabbix.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/zabbix.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – Zabbix</description>
  <language>en</language>
  <lastBuildDate>Wed, 03 Jun 2026 21:26:52 +0000</lastBuildDate>
  <item>
    <title>[High] CVE-2026-23928 – The Item history widget (in Zabbix 7.0+) or the Plain text widget (in Zabbix 6.0...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23928</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23928</guid>
    <pubDate>Wed, 06 May 2026 08:16:03 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-23928</strong></p>
  <p>The Item history widget (in Zabbix 7.0+) or the Plain text widget (in Zabbix 6.0) can execute injected JavaScript when HTML display is enabled. This can allow an attacker to perform unauthorized actions depending on which user opens a dashboard containing these widgets. The malicious JavaScript would have to come from a monitored host controlled by the attacker. Note: the Item history widget is a…</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23928">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-23924 – Zabbix Agent 2 Docker plugin does not properly sanitize the 'docker.container_in...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23924</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23924</guid>
    <pubDate>Tue, 24 Mar 2026 19:16:50 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-23924</strong></p>
  <p>Zabbix Agent 2 Docker plugin does not properly sanitize the 'docker.container_info' parameters when forwarding them to the Docker daemon. An attacker capable of invoking Agent 2 can read arbitrary files from running Docker containers by injecting them via the Docker archive API.</p>
  <p><strong>CVSS:</strong> 6.1 · <strong>CWE:</strong> CWE-88</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23924">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-23921 – A low privilege Zabbix user with API access can exploit a blind SQL injection vu...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23921</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23921</guid>
    <pubDate>Tue, 24 Mar 2026 19:16:50 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-23921</strong></p>
  <p>A low privilege Zabbix user with API access can exploit a blind SQL injection vulnerability in include/classes/api/CApiService.php to execute arbitrary SQL selects via the sortfield parameter. Although query results are not returned directly, an attacker can exfiltrate arbitrary database data through time-based techniques, potentially leading to session identifier disclosure and administrator acc…</p>
  <p><strong>CVSS:</strong> 8.7 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23921">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2026-23919 – For performance reasons Zabbix Server/Proxy reuses JavaScript (Duktape) contexts...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23919</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23919</guid>
    <pubDate>Tue, 24 Mar 2026 19:16:49 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2026-23919</strong></p>
  <p>For performance reasons Zabbix Server/Proxy reuses JavaScript (Duktape) contexts (used in script items, JavaScript reprocessing, Webhooks). This can lead to confidentiality loss where a regular (non-super) Zabbix administrator leaks data for hosts they do not have access to. A fix has been released that makes the built in Zabbix JavaScript objects read-only, but please be advised that usage of gl…</p>
  <p><strong>CVSS:</strong> 7.1 · <strong>CWE:</strong> CWE-488</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23919">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2026-23925 – An authenticated Zabbix user (User role) with template/host write permissions is...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2026-23925</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2026-23925</guid>
    <pubDate>Fri, 06 Mar 2026 09:15:56 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2026-23925</strong></p>
  <p>An authenticated Zabbix user (User role) with template/host write permissions is able to create objects via the configuration.import API. This can lead to confidentiality loss by creating unauthorized hosts. Note that the User role is normally not sufficient to create and edit templates/hosts even with write permissions.</p>
  <p><strong>CVSS:</strong> 5.1 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2026-23925">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-49643 – An authenticated Zabbix user (including Guest) is able to cause disproportionate...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-49643</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-49643</guid>
    <pubDate>Mon, 01 Dec 2025 14:16:06 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-49643</strong></p>
  <p>An authenticated Zabbix user (including Guest) is able to cause disproportionate CPU load on the webserver by sending specially crafted parameters to /imgstore.php, leading to potential denial of service.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-405</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-49643">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-49642 – Library loading on AIX Zabbix Agent builds can be hijacked by local users with w...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-49642</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-49642</guid>
    <pubDate>Mon, 01 Dec 2025 14:16:05 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-49642</strong></p>
  <p>Library loading on AIX Zabbix Agent builds can be hijacked by local users with write access to the /home/cecuser directory.</p>
  <p><strong>CVSS:</strong> 5.9 · <strong>CWE:</strong> CWE-426</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-49642">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-27232 – An authenticated Zabbix Super Admin can exploit the oauth.authorize action to re...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-27232</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-27232</guid>
    <pubDate>Mon, 01 Dec 2025 13:16:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-27232</strong></p>
  <p>An authenticated Zabbix Super Admin can exploit the oauth.authorize action to read arbitrary files from the webserver leading to potential confidentiality loss.</p>
  <p><strong>CVSS:</strong> 4.9 · <strong>CWE:</strong> CWE-918</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-27232">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-49641 – A regular Zabbix user with no permission to the Monitoring -&gt; Problems view is s...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-49641</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-49641</guid>
    <pubDate>Fri, 03 Oct 2025 12:15:44 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-49641</strong></p>
  <p>A regular Zabbix user with no permission to the Monitoring -> Problems view is still able to call the problem.view.refresh action and therefore still retrieve a list of active problems.</p>
  <p><strong>CVSS:</strong> 4.3 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-49641">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-27237 – In Zabbix Agent and Agent 2 on Windows, the OpenSSL configuration file is loaded...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-27237</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-27237</guid>
    <pubDate>Fri, 03 Oct 2025 12:15:43 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-27237</strong></p>
  <p>In Zabbix Agent and Agent 2 on Windows, the OpenSSL configuration file is loaded from a path writable by low-privileged users, allowing malicious modification and potential local privilege escalation by injecting a DLL.</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-427</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-27237">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-27236 – A regular Zabbix user can search other users in their user group via Zabbix API ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-27236</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-27236</guid>
    <pubDate>Fri, 03 Oct 2025 12:15:43 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-27236</strong></p>
  <p>A regular Zabbix user can search other users in their user group via Zabbix API by select fields the user does not have access to view. This allows data-mining some field values the user does not have access to.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-863</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-27236">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-10630 – Grafana is an open-source platform for monitoring and observability. Grafana-Zab...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-10630</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-10630</guid>
    <pubDate>Fri, 19 Sep 2025 10:15:34 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-10630</strong></p>
  <p>Grafana is an open-source platform for monitoring and observability. Grafana-Zabbix is a plugin for Grafana allowing to visualize monitoring data from Zabbix and create dashboards for analyzing metrics and realtime monitoring.     Versions 5.2.1 and below contained a ReDoS vulnerability via user-supplied regex query which could causes CPU usage to max out. This vulnerability is fixed in version 6…</p>
  <p><strong>CVSS:</strong> 4.3 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-10630">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-27240 – A Zabbix adminitrator can inject arbitrary SQL during the autoremoval of hosts b...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-27240</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-27240</guid>
    <pubDate>Fri, 12 Sep 2025 11:15:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-27240</strong></p>
  <p>A Zabbix adminitrator can inject arbitrary SQL during the autoremoval of hosts by inserting malicious SQL in the 'Visible name' field.</p>
  <p><strong>CVSS:</strong> 7.2 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-27240">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2025-27238 – Due to a bug in Zabbix API, the hostprototype.get method lists all host prototyp...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-27238</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-27238</guid>
    <pubDate>Fri, 12 Sep 2025 11:15:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2025-27238</strong></p>
  <p>Due to a bug in Zabbix API, the hostprototype.get method lists all host prototypes to users that do not have any user groups assigned to them.</p>
  <p><strong>CVSS:</strong> 3.5 · <strong>CWE:</strong> CWE-284</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-27238">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2025-27234 – Zabbix Agent 2 smartctl plugin does not properly sanitize smart.disk.get paramet...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-27234</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-27234</guid>
    <pubDate>Fri, 12 Sep 2025 11:15:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2025-27234</strong></p>
  <p>Zabbix Agent 2 smartctl plugin does not properly sanitize smart.disk.get parameters, allowing an attacker to inject unexpected arguments into the smartctl command. In Zabbix 5.0 this allows for remote code execution.</p>
  <p><strong>CVSS:</strong> 7.3 · <strong>CWE:</strong> CWE-78</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-27234">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2025-27233 – Zabbix Agent 2 smartctl plugin does not properly sanitize smart.disk.get paramet...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2025-27233</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2025-27233</guid>
    <pubDate>Fri, 12 Sep 2025 11:15:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2025-27233</strong></p>
  <p>Zabbix Agent 2 smartctl plugin does not properly sanitize smart.disk.get parameters, allowing an attacker to inject unexpected arguments into the smartctl command. This can be used to leak the NTLMv2 hash from a Windows system.</p>
  <p><strong>CVSS:</strong> 5.7 · <strong>CWE:</strong> CWE-77</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2025-27233">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-45700 – Zabbix server is vulnerable to a DoS vulnerability due to uncontrolled resource ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-45700</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-45700</guid>
    <pubDate>Wed, 02 Apr 2025 07:15:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-45700</strong></p>
  <p>Zabbix server is vulnerable to a DoS vulnerability due to uncontrolled resource exhaustion. An attacker can send specially crafted requests to the server, which will cause the server to allocate an excessive amount of memory and perform CPU-intensive decompression operations, ultimately leading to a service crash.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-770</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-45700">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-45699 – The endpoint /zabbix.php?action=export.valuemaps suffers from a Cross-Site Scrip...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-45699</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-45699</guid>
    <pubDate>Wed, 02 Apr 2025 07:15:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-45699</strong></p>
  <p>The endpoint /zabbix.php?action=export.valuemaps suffers from a Cross-Site Scripting vulnerability via the backurl parameter. This is caused by the reflection of user-supplied data without appropriate HTML escaping or output encoding. As a result, a JavaScript payload may be injected into the above endpoint causing it to be executed within the context of the victim's browser.</p>
  <p><strong>CVSS:</strong> 5.4 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-45699">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2024-42325 – Zabbix API user.get returns all users that share common group with the calling u...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-42325</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-42325</guid>
    <pubDate>Wed, 02 Apr 2025 07:15:41 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2024-42325</strong></p>
  <p>Zabbix API user.get returns all users that share common group with the calling user. This includes media and other information, such as login attempts, etc.</p>
  <p><strong>CVSS:</strong> 3.5 · <strong>CWE:</strong> CWE-359</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-42325">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-36465 – A low privilege (regular) Zabbix user with API access can use SQL injection vuln...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-36465</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-36465</guid>
    <pubDate>Wed, 02 Apr 2025 06:15:34 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-36465</strong></p>
  <p>A low privilege (regular) Zabbix user with API access can use SQL injection vulnerability in include/classes/api/CApiService.php to execute arbitrary SQL commands via the groupBy parameter.</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-36465">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2024-42333 – The researcher is showing that it is possible to leak a small amount of Zabbix S...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-42333</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-42333</guid>
    <pubDate>Wed, 27 Nov 2024 12:15:21 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2024-42333</strong></p>
  <p>The researcher is showing that it is possible to leak a small amount of Zabbix Server memory using an out of bounds read in src/libs/zbxmedia/email.c</p>
  <p><strong>CVSS:</strong> 2.7 · <strong>CWE:</strong> CWE-126</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-42333">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2024-42332 – The researcher is showing that due to the way the SNMP trap log is parsed, an at...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-42332</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-42332</guid>
    <pubDate>Wed, 27 Nov 2024 12:15:21 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2024-42332</strong></p>
  <p>The researcher is showing that due to the way the SNMP trap log is parsed, an attacker can craft an SNMP trap with additional lines of information and have forged data show in the Zabbix UI. This attack requires SNMP auth to be off and/or the attacker to know the community/auth details. The attack requires an SNMP item to be configured as text on the target host.</p>
  <p><strong>CVSS:</strong> 3.7 · <strong>CWE:</strong> CWE-116</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-42332">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2024-42327 – A non-admin user account on the Zabbix frontend with the default User role, or w...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-42327</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-42327</guid>
    <pubDate>Wed, 27 Nov 2024 12:15:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2024-42327</strong></p>
  <p>A non-admin user account on the Zabbix frontend with the default User role, or with any other role that gives API access can exploit this vulnerability. An SQLi exists in the CUser class in the addRelatedObjects function, this function is being called from the CUser.get function which is available for every user who has API access.</p>
  <p><strong>CVSS:</strong> 9.9 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-42327">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2024-36468 – The reported vulnerability is a stack buffer overflow in the zbx_snmp_cache_hand...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-36468</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-36468</guid>
    <pubDate>Wed, 27 Nov 2024 12:15:20 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2024-36468</strong></p>
  <p>The reported vulnerability is a stack buffer overflow in the zbx_snmp_cache_handle_engineid function within the Zabbix server/proxy code. This issue occurs when copying data from session->securityEngineID to local_record.engineid without proper bounds checking.</p>
  <p><strong>CVSS:</strong> 3.0 · <strong>CWE:</strong> CWE-121</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-36468">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2024-36467 – An authenticated user with API access (e.g.: user with default User role), more ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-36467</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-36467</guid>
    <pubDate>Wed, 27 Nov 2024 07:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2024-36467</strong></p>
  <p>An authenticated user with API access (e.g.: user with default User role), more specifically a user with access to the user.update API endpoint is enough to be able to add themselves to any group (e.g.: Zabbix Administrators), except to groups that are disabled or having restricted GUI access.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-285</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-36467">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-36463 – The implementation of atob in "Zabbix JS" allows to create a string with arbitra...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-36463</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-36463</guid>
    <pubDate>Tue, 26 Nov 2024 15:15:31 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-36463</strong></p>
  <p>The implementation of atob in "Zabbix JS" allows to create a string with arbitrary content and use it to access internal properties of objects.</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-767</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-36463">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2024-36461 – Within Zabbix, users have the ability to directly modify memory pointers in the ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-36461</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-36461</guid>
    <pubDate>Mon, 12 Aug 2024 13:38:22 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2024-36461</strong></p>
  <p>Within Zabbix, users have the ability to directly modify memory pointers in the JavaScript engine.</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-822</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-36461">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2024-22123 – Setting SMS media allows to set GSM modem file. Later this file is used as Linux...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-22123</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-22123</guid>
    <pubDate>Mon, 12 Aug 2024 13:38:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2024-22123</strong></p>
  <p>Setting SMS media allows to set GSM modem file. Later this file is used as Linux device. But due everything is a file for Linux, it is possible to set another file, e.g. log file and zabbix_server will try to communicate with it as modem. As a result, log file will be broken with AT commands and small part for log file content will be leaked to UI.</p>
  <p><strong>CVSS:</strong> 2.7 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-22123">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2024-22122 – Zabbix allows to configure SMS notifications. AT command injection occurs on "Za...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-22122</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-22122</guid>
    <pubDate>Mon, 12 Aug 2024 13:38:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2024-22122</strong></p>
  <p>Zabbix allows to configure SMS notifications. AT command injection occurs on "Zabbix Server" because there is no validation of "Number" field on Web nor on Zabbix server side. Attacker can run test of SMS providing specially crafted phone number and execute additional AT commands on modem.</p>
  <p><strong>CVSS:</strong> 3.0 · <strong>CWE:</strong> CWE-77</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-22122">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2024-22121 – A non-admin user can change or remove important features within the Zabbix Agent...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-22121</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-22121</guid>
    <pubDate>Mon, 12 Aug 2024 13:38:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2024-22121</strong></p>
  <p>A non-admin user can change or remove important features within the Zabbix Agent application, thus impacting the integrity and availability of the application.</p>
  <p><strong>CVSS:</strong> 6.1 · <strong>CWE:</strong> CWE-281</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-22121">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2024-22120 – Zabbix server can perform command execution for configured scripts. After comman...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2024-22120</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2024-22120</guid>
    <pubDate>Fri, 17 May 2024 10:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2024-22120</strong></p>
  <p>Zabbix server can perform command execution for configured scripts. After command is executed, audit entry is added to "Audit Log". Due to "clientip" field is not sanitized, it is possible to injection SQL into "clientip" and exploit time based blind SQL injection.</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2024-22120">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2023-32728 – The Zabbix Agent 2 item key smart.disk.get does not sanitize its parameters befo...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-32728</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-32728</guid>
    <pubDate>Mon, 18 Dec 2023 10:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2023-32728</strong></p>
  <p>The Zabbix Agent 2 item key smart.disk.get does not sanitize its parameters before passing them to a shell command resulting possible vulnerability for remote code execution.</p>
  <p><strong>CVSS:</strong> 4.6 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-32728">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2023-32727 – An attacker who has the privilege to configure Zabbix items can use function icm...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-32727</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-32727</guid>
    <pubDate>Mon, 18 Dec 2023 10:15:06 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2023-32727</strong></p>
  <p>An attacker who has the privilege to configure Zabbix items can use function icmpping() with additional malicious command inside it to execute arbitrary code on the current Zabbix server.</p>
  <p><strong>CVSS:</strong> 6.8 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-32727">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2023-32722 – The zabbix/src/libs/zbxjson module is vulnerable to a buffer overflow when parsi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-32722</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-32722</guid>
    <pubDate>Thu, 12 Oct 2023 07:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2023-32722</strong></p>
  <p>The zabbix/src/libs/zbxjson module is vulnerable to a buffer overflow when parsing JSON files via zbx_json_open.</p>
  <p><strong>CVSS:</strong> 9.6 · <strong>CWE:</strong> CWE-120</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-32722">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-32721 – A stored XSS has been found in the Zabbix web application in the Maps element if...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-32721</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-32721</guid>
    <pubDate>Thu, 12 Oct 2023 07:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-32721</strong></p>
  <p>A stored XSS has been found in the Zabbix web application in the Maps element if a URL field is set with spaces before URL.</p>
  <p><strong>CVSS:</strong> 7.6 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-32721">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2023-29451 – Specially crafted string can cause a buffer overrun in the JSON parser library l...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-29451</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-29451</guid>
    <pubDate>Thu, 13 Jul 2023 10:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2023-29451</strong></p>
  <p>Specially crafted string can cause a buffer overrun in the JSON parser library leading to a crash of the Zabbix Server or a Zabbix Proxy.</p>
  <p><strong>CVSS:</strong> 4.7 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-29451">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2023-29450 – JavaScript pre-processing can be used by the attacker to gain access to the file...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-29450</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-29450</guid>
    <pubDate>Thu, 13 Jul 2023 09:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-29450</strong></p>
  <p>JavaScript pre-processing can be used by the attacker to gain access to the file system (read-only access on behalf of user "zabbix") on the Zabbix Server or Zabbix Proxy, potentially leading to unauthorized access to sensitive data.</p>
  <p><strong>CVSS:</strong> 8.5 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-29450">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2022-46768 – Arbitrary file read vulnerability exists in Zabbix Web Service Report Generation...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-46768</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-46768</guid>
    <pubDate>Thu, 15 Dec 2022 07:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2022-46768</strong></p>
  <p>Arbitrary file read vulnerability exists in Zabbix Web Service Report Generation, which listens on the port 10053. The service does not have proper validation for URL parameters before reading the files.</p>
  <p><strong>CVSS:</strong> 5.9 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-46768">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2022-43516 – A Firewall Rule which allows all incoming TCP connections to all programs from a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-43516</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-43516</guid>
    <pubDate>Mon, 05 Dec 2022 20:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2022-43516</strong></p>
  <p>A Firewall Rule which allows all incoming TCP connections to all programs from any source and to all ports is created in Windows Firewall after Zabbix agent installation (MSI)</p>
  <p><strong>CVSS:</strong> 6.5 · <strong>CWE:</strong> CWE-16</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-43516">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2022-43515 – Zabbix Frontend provides a feature that allows admins to maintain the installati...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-43515</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-43515</guid>
    <pubDate>Mon, 05 Dec 2022 19:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2022-43515</strong></p>
  <p>Zabbix Frontend provides a feature that allows admins to maintain the installation and ensure that only certain IP addresses can access it. In this way, any user will not be able to access the Zabbix Frontend while it is being maintained and possible sensitive data will be prevented from being disclosed. An attacker can bypass this protection and access the instance using IP address not listed in…</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-43515">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2022-40626 – An unauthenticated user can create a link with reflected Javascript code inside ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-40626</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-40626</guid>
    <pubDate>Wed, 14 Sep 2022 11:15:53 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2022-40626</strong></p>
  <p>An unauthenticated user can create a link with reflected Javascript code inside the backurl parameter and send it to other authenticated users in order to create a fake account with predefined login, password and role in Zabbix Frontend.</p>
  <p><strong>CVSS:</strong> 4.8 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-40626">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2022-26148 – An issue was discovered in Grafana through 7.3.4, when integrated with Zabbix. T...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-26148</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-26148</guid>
    <pubDate>Mon, 21 Mar 2022 20:15:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2022-26148</strong></p>
  <p>An issue was discovered in Grafana through 7.3.4, when integrated with Zabbix. The Zabbix password can be found in the api_jsonrpc.php HTML source code. When the user logs in and allows the user to register, one can right click to view the source code and use Ctrl-F to search for password in api_jsonrpc.php to discover the Zabbix account password and URL address.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-312</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-26148">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2022-24349 – An authenticated user can create a link with reflected XSS payload for actions’ ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-24349</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-24349</guid>
    <pubDate>Wed, 09 Mar 2022 20:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2022-24349</strong></p>
  <p>An authenticated user can create a link with reflected XSS payload for actions’ pages, and send it to other users. Malicious code has access to all the same objects as the rest of the web page and can make arbitrary modifications to the contents of the page being displayed to a victim. This attack can be implemented with the help of social engineering and expiration of a number of factors - an at…</p>
  <p><strong>CVSS:</strong> 4.6 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-24349">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-46088 – Zabbix 4.0 LTS, 4.2, 4.4, and 5.0 LTS is vulnerable to Remote Code Execution (RC...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-46088</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-46088</guid>
    <pubDate>Thu, 27 Jan 2022 16:15:07 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-46088</strong></p>
  <p>Zabbix 4.0 LTS, 4.2, 4.4, and 5.0 LTS is vulnerable to Remote Code Execution (RCE). Any user with the "Zabbix Admin" role is able to run custom shell script on the application server in the context of the application user.</p>
  <p><strong>CVSS:</strong> 7.2 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-46088">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2022-23134 – After the initial setup process, some steps of setup.php file are reachable not ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-23134</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-23134</guid>
    <pubDate>Thu, 13 Jan 2022 16:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2022-23134</strong></p>
  <p>After the initial setup process, some steps of setup.php file are reachable not only by super-administrators, but by unauthenticated users as well. Malicious actor can pass step checks and potentially change the configuration of Zabbix Frontend.</p>
  <p><strong>CVSS:</strong> 3.7 · <strong>CWE:</strong> CWE-284</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-23134">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2022-23132 – During Zabbix installation from RPM, DAC_OVERRIDE SELinux capability is in use t...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-23132</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-23132</guid>
    <pubDate>Thu, 13 Jan 2022 16:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2022-23132</strong></p>
  <p>During Zabbix installation from RPM, DAC_OVERRIDE SELinux capability is in use to access PID files in [/var/run/zabbix] folder. In this case, Zabbix Proxy or Server processes can bypass file read, write and execute permissions check on the file system level</p>
  <p><strong>CVSS:</strong> 3.3 · <strong>CWE:</strong> CWE-284</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-23132">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2022-23131 – In the case of instances where the SAML SSO authentication is enabled (non-defau...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-23131</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-23131</guid>
    <pubDate>Thu, 13 Jan 2022 16:15:08 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2022-23131</strong></p>
  <p>In the case of instances where the SAML SSO authentication is enabled (non-default), session data can be modified by a malicious actor, because a user login stored in the session was not verified. Malicious unauthenticated actor may exploit this issue to escalate privileges and gain admin access to Zabbix Frontend. To perform the attack, SAML authentication is required to be enabled and the actor…</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-290</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-23131">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2022-22704 – The zabbix-agent2 package before 5.4.9-r1 for Alpine Linux sometimes allows priv...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2022-22704</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2022-22704</guid>
    <pubDate>Thu, 06 Jan 2022 05:15:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2022-22704</strong></p>
  <p>The zabbix-agent2 package before 5.4.9-r1 for Alpine Linux sometimes allows privilege escalation to root because the design incorrectly expected that systemd would (in effect) determine part of the configuration.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-909</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2022-22704">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2021-27927 – In Zabbix from 4.0.x before 4.0.28rc1, 5.0.0alpha1 before 5.0.10rc1, 5.2.x befor...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2021-27927</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2021-27927</guid>
    <pubDate>Wed, 03 Mar 2021 17:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2021-27927</strong></p>
  <p>In Zabbix from 4.0.x before 4.0.28rc1, 5.0.0alpha1 before 5.0.10rc1, 5.2.x before 5.2.6rc1, and 5.4.0alpha1 before 5.4.0beta2, the CControllerAuthenticationUpdate controller lacks a CSRF protection mechanism. The code inside this controller calls diableSIDValidation inside the init() method. An attacker doesn't have to know Zabbix user login credentials, but has to know the correct Zabbix URL and…</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-352</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2021-27927">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2020-11800 – Zabbix Server 2.2.x and 3.0.x before 3.0.31, and 3.2 allows remote attackers to ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-11800</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-11800</guid>
    <pubDate>Wed, 07 Oct 2020 16:15:15 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2020-11800</strong></p>
  <p>Zabbix Server 2.2.x and 3.0.x before 3.0.31, and 3.2 allows remote attackers to execute arbitrary code.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-11800">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2020-15803 – Zabbix before 3.0.32rc1, 4.x before 4.0.22rc1, 4.1.x through 4.4.x before 4.4.10...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2020-15803</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2020-15803</guid>
    <pubDate>Fri, 17 Jul 2020 03:15:11 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2020-15803</strong></p>
  <p>Zabbix before 3.0.32rc1, 4.x before 4.0.22rc1, 4.1.x through 4.4.x before 4.4.10rc1, and 5.x before 5.0.2rc1 allows stored XSS in the URL Widget.</p>
  <p><strong>CVSS:</strong> 6.1 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2020-15803">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2013-3738 – A File Inclusion vulnerability exists in Zabbix 2.0.6 due to inadequate sanitiza...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2013-3738</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2013-3738</guid>
    <pubDate>Mon, 17 Feb 2020 16:15:16 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2013-3738</strong></p>
  <p>A File Inclusion vulnerability exists in Zabbix 2.0.6 due to inadequate sanitization of request strings in CGI scripts, which could let a remote malicious user execute arbitrary code.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2013-3738">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2013-3628 – Zabbix 2.0.9 has an Arbitrary Command Execution Vulnerability</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2013-3628</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2013-3628</guid>
    <pubDate>Fri, 07 Feb 2020 15:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2013-3628</strong></p>
  <p>Zabbix 2.0.9 has an Arbitrary Command Execution Vulnerability</p>
  <p><strong>CVSS:</strong> 8.8 · <strong>CWE:</strong> CWE-74</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2013-3628">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2013-5743 – Multiple SQL injection vulnerabilities in Zabbix 1.8.x before 1.8.18rc1, 2.0.x b...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2013-5743</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2013-5743</guid>
    <pubDate>Wed, 11 Dec 2019 19:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2013-5743</strong></p>
  <p>Multiple SQL injection vulnerabilities in Zabbix 1.8.x before 1.8.18rc1, 2.0.x before 2.0.9rc1, and 2.1.x before 2.1.7.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2013-5743">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2013-7484 – Zabbix before 5.0 represents passwords in the users table with unsalted MD5.</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2013-7484</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2013-7484</guid>
    <pubDate>Sat, 30 Nov 2019 02:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2013-7484</strong></p>
  <p>Zabbix before 5.0 represents passwords in the users table with unsalted MD5.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-326</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2013-7484">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2019-17382 – An issue was discovered in zabbix.php?action=dashboard.view&amp;dashboardid=1 in Zab...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-17382</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-17382</guid>
    <pubDate>Wed, 09 Oct 2019 14:15:12 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2019-17382</strong></p>
  <p>An issue was discovered in zabbix.php?action=dashboard.view&dashboardid=1 in Zabbix through 4.4. An attacker can bypass the login page and access the dashboard page, and then create a Dashboard, Report, Screen, or Map without any Username/Password (i.e., anonymously). All created elements (Dashboard/Report/Screen/Map) are accessible by other users and by an admin.</p>
  <p><strong>CVSS:</strong> 9.1 · <strong>CWE:</strong> CWE-639</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-17382">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2019-15132 – Zabbix through 4.4.0alpha1 allows User Enumeration. With login requests, it is p...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2019-15132</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2019-15132</guid>
    <pubDate>Sat, 17 Aug 2019 18:15:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2019-15132</strong></p>
  <p>Zabbix through 4.4.0alpha1 allows User Enumeration. With login requests, it is possible to enumerate application usernames based on the variability of server responses (e.g., the "Login name or password is incorrect" and "No permissions for system access" messages, or just blocking for a number of seconds). This affects both api_jsonrpc.php and index.php.</p>
  <p><strong>CVSS:</strong> 5.3 · <strong>CWE:</strong> CWE-203</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2019-15132">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2016-10742 – Zabbix before 2.2.21rc1, 3.x before 3.0.13rc1, 3.1.x and 3.2.x before 3.2.10rc1,...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2016-10742</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2016-10742</guid>
    <pubDate>Sun, 17 Feb 2019 16:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2016-10742</strong></p>
  <p>Zabbix before 2.2.21rc1, 3.x before 3.0.13rc1, 3.1.x and 3.2.x before 3.2.10rc1, and 3.3.x and 3.4.x before 3.4.4rc1 allows open redirect via the request parameter.</p>
  <p><strong>CVSS:</strong> 6.1 · <strong>CWE:</strong> CWE-601</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2016-10742">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2018-18289 – The MESILAT Zabbix plugin before 1.1.15 for Atlassian Confluence allows attacker...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2018-18289</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2018-18289</guid>
    <pubDate>Sun, 14 Oct 2018 21:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2018-18289</strong></p>
  <p>The MESILAT Zabbix plugin before 1.1.15 for Atlassian Confluence allows attackers to read arbitrary files.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2018-18289">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2017-2825 – In the trapper functionality of Zabbix Server 2.4.x, specifically crafted trappe...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-2825</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-2825</guid>
    <pubDate>Fri, 20 Apr 2018 21:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2017-2825</strong></p>
  <p>In the trapper functionality of Zabbix Server 2.4.x, specifically crafted trapper packets can pass database logic checks, resulting in database writes. An attacker can set up a Man-in-the-Middle server to alter trapper requests made between an active Zabbix proxy and Server to trigger this vulnerability.</p>
  <p><strong>CVSS:</strong> 7.0 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-2825">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2017-2826 – An information disclosure vulnerability exists in the iConfig proxy request of Z...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-2826</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-2826</guid>
    <pubDate>Mon, 09 Apr 2018 20:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2017-2826</strong></p>
  <p>An information disclosure vulnerability exists in the iConfig proxy request of Zabbix server 2.4.X. A specially crafted iConfig proxy request can cause the Zabbix server to send the configuration information of any Zabbix proxy, resulting in information disclosure. An attacker can make requests from an active Zabbix proxy to trigger this vulnerability.</p>
  <p><strong>CVSS:</strong> 3.7 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-2826">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2014-3005 – XML external entity (XXE) vulnerability in Zabbix 1.8.x before 1.8.21rc1, 2.0.x ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2014-3005</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2014-3005</guid>
    <pubDate>Thu, 01 Feb 2018 17:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2014-3005</strong></p>
  <p>XML external entity (XXE) vulnerability in Zabbix 1.8.x before 1.8.21rc1, 2.0.x before 2.0.13rc1, 2.2.x before 2.2.5rc1, and 2.3.x before 2.3.2 allows remote attackers to read arbitrary files or potentially execute arbitrary code via a crafted DTD in an XML request.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-611</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2014-3005">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2017-2824 – An exploitable code execution vulnerability exists in the trapper command functi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-2824</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-2824</guid>
    <pubDate>Wed, 24 May 2017 14:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2017-2824</strong></p>
  <p>An exploitable code execution vulnerability exists in the trapper command functionality of Zabbix Server 2.4.X. A specially crafted set of packets can cause a command injection resulting in remote code execution. An attacker can make requests from an active Zabbix Proxy to trigger this vulnerability.</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-78</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-2824">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2016-10134 – SQL injection vulnerability in Zabbix before 2.2.14 and 3.0 before 3.0.4 allows ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2016-10134</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2016-10134</guid>
    <pubDate>Fri, 17 Feb 2017 02:59:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2016-10134</strong></p>
  <p>SQL injection vulnerability in Zabbix before 2.2.14 and 3.0 before 3.0.4 allows remote attackers to execute arbitrary SQL commands via the toggle_ids array parameter in latest.php.</p>
  <p><strong>CVSS:</strong> 9.8 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2016-10134">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2016-4338 – The mysql user parameter configuration script (userparameter_mysql.conf) in the ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2016-4338</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2016-4338</guid>
    <pubDate>Mon, 23 Jan 2017 21:59:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2016-4338</strong></p>
  <p>The mysql user parameter configuration script (userparameter_mysql.conf) in the agent in Zabbix before 2.0.18, 2.2.x before 2.2.13, and 3.0.x before 3.0.3, when used with a shell other than bash, allows context-dependent attackers to execute arbitrary code or SQL commands via the mysql.size parameter.</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2016-4338">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2014-9450 – Multiple SQL injection vulnerabilities in chart_bar.php in the frontend in Zabbi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2014-9450</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2014-9450</guid>
    <pubDate>Fri, 02 Jan 2015 20:59:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2014-9450</strong></p>
  <p>Multiple SQL injection vulnerabilities in chart_bar.php in the frontend in Zabbix before 1.8.22, 2.0.x before 2.0.14, and 2.2.x before 2.2.8 allow remote attackers to execute arbitrary SQL commands via the (1) itemid or (2) periods parameter.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2014-9450">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2014-4326 – Elasticsearch Logstash 1.0.14 through 1.4.x before 1.4.2 allows remote attackers...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2014-4326</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2014-4326</guid>
    <pubDate>Tue, 22 Jul 2014 14:55:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2014-4326</strong></p>
  <p>Elasticsearch Logstash 1.0.14 through 1.4.x before 1.4.2 allows remote attackers to execute arbitrary commands via a crafted event in (1) zabbix.rb or (2) nagios_nsca.rb in outputs/.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-78</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2014-4326">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2014-1685 – The Frontend in Zabbix before 1.8.20rc2, 2.0.x before 2.0.11rc2, and 2.2.x befor...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2014-1685</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2014-1685</guid>
    <pubDate>Thu, 08 May 2014 14:29:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2014-1685</strong></p>
  <p>The Frontend in Zabbix before 1.8.20rc2, 2.0.x before 2.0.11rc2, and 2.2.x before 2.2.2rc1 allows remote "Zabbix Admin" users to modify the media of arbitrary users via unspecified vectors.</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2014-1685">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2014-1682 – The API in Zabbix before 1.8.20rc1, 2.0.x before 2.0.11rc1, and 2.2.x before 2.2...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2014-1682</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2014-1682</guid>
    <pubDate>Thu, 08 May 2014 14:29:14 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2014-1682</strong></p>
  <p>The API in Zabbix before 1.8.20rc1, 2.0.x before 2.0.11rc1, and 2.2.x before 2.2.2rc1 allows remote authenticated users to spoof arbitrary users via the user name in a user.login request.</p>
  <p><strong>CVSS:</strong> 4.0 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2014-1682">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2012-6086 – libs/zbxmedia/eztexting.c in Zabbix 1.8.x before 1.8.18rc1, 2.0.x before 2.0.8rc...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2012-6086</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2012-6086</guid>
    <pubDate>Wed, 29 Jan 2014 18:55:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2012-6086</strong></p>
  <p>libs/zbxmedia/eztexting.c in Zabbix 1.8.x before 1.8.18rc1, 2.0.x before 2.0.8rc1, and 2.1.x before 2.1.2 does not properly set the CURLOPT_SSL_VERIFYHOST option for libcurl, which allows man-in-the-middle attackers to spoof SSL servers via an arbitrary valid certificate.</p>
  <p><strong>CVSS:</strong> 4.3 · <strong>CWE:</strong> CWE-310</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2012-6086">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2013-6824 – Zabbix before 1.8.19rc1, 2.0 before 2.0.10rc1, and 2.2 before 2.2.1rc1 allows re...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2013-6824</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2013-6824</guid>
    <pubDate>Thu, 19 Dec 2013 04:24:57 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2013-6824</strong></p>
  <p>Zabbix before 1.8.19rc1, 2.0 before 2.0.10rc1, and 2.2 before 2.2.1rc1 allows remote Zabbix servers and proxies to execute arbitrary commands via a newline in a flexible user parameter.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-94</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2013-6824">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2013-1364 – The user.login function in Zabbix before 1.8.16 and 2.x before 2.0.5rc1 allows r...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2013-1364</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2013-1364</guid>
    <pubDate>Sat, 14 Dec 2013 17:21:45 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2013-1364</strong></p>
  <p>The user.login function in Zabbix before 1.8.16 and 2.x before 2.0.5rc1 allows remote attackers to override LDAP configuration via the cnf parameter.</p>
  <p><strong>CVSS:</strong> 5.0 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2013-1364">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2013-5572 – Zabbix 2.0.5 allows remote authenticated users to discover the LDAP bind passwor...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2013-5572</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2013-5572</guid>
    <pubDate>Tue, 01 Oct 2013 03:48:24 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2013-5572</strong></p>
  <p>Zabbix 2.0.5 allows remote authenticated users to discover the LDAP bind password by leveraging management-console access and reading the ldap_bind_password value in the HTML source code.</p>
  <p><strong>CVSS:</strong> 3.5 · <strong>CWE:</strong> CWE-264</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2013-5572">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2012-3435 – SQL injection vulnerability in frontends/php/popup_bitem.php in Zabbix 1.8.15rc1...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2012-3435</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2012-3435</guid>
    <pubDate>Wed, 15 Aug 2012 20:55:03 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2012-3435</strong></p>
  <p>SQL injection vulnerability in frontends/php/popup_bitem.php in Zabbix 1.8.15rc1 and earlier, and 2.x before 2.0.2rc1, allows remote attackers to execute arbitrary SQL commands via the itemid parameter.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2012-3435">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2011-5027 – Cross-site scripting (XSS) vulnerability in ZABBIX before 1.8.10 allows remote a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2011-5027</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2011-5027</guid>
    <pubDate>Thu, 29 Dec 2011 22:55:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2011-5027</strong></p>
  <p>Cross-site scripting (XSS) vulnerability in ZABBIX before 1.8.10 allows remote attackers to inject arbitrary web script or HTML via unspecified vectors related to the profiler.</p>
  <p><strong>CVSS:</strong> 4.3 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2011-5027">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2011-4615 – Multiple cross-site scripting (XSS) vulnerabilities in Zabbix before 1.8.10 allo...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2011-4615</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2011-4615</guid>
    <pubDate>Thu, 29 Dec 2011 22:55:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2011-4615</strong></p>
  <p>Multiple cross-site scripting (XSS) vulnerabilities in Zabbix before 1.8.10 allow remote attackers to inject arbitrary web script or HTML via the gname parameter (aka host groups name) to (1) hostgroups.php and (2) usergrps.php, the update action to (3) hosts.php and (4) scripts.php, and (5) maintenance.php.</p>
  <p><strong>CVSS:</strong> 4.3 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2011-4615">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2011-4674 – SQL injection vulnerability in popup.php in Zabbix 1.8.3 and 1.8.4, and possibly...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2011-4674</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2011-4674</guid>
    <pubDate>Fri, 02 Dec 2011 18:55:02 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2011-4674</strong></p>
  <p>SQL injection vulnerability in popup.php in Zabbix 1.8.3 and 1.8.4, and possibly other versions before 1.8.9, allows remote attackers to execute arbitrary SQL commands via the only_hostid parameter.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2011-4674">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2010-5049 – SQL injection vulnerability in events.php in Zabbix 1.8.1 and earlier allows rem...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2010-5049</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2010-5049</guid>
    <pubDate>Wed, 23 Nov 2011 01:55:04 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2010-5049</strong></p>
  <p>SQL injection vulnerability in events.php in Zabbix 1.8.1 and earlier allows remote attackers to execute arbitrary SQL commands via the nav_time parameter.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2010-5049">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2011-3265 – popup.php in Zabbix before 1.8.7 allows remote attackers to read the contents of...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2011-3265</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2011-3265</guid>
    <pubDate>Fri, 19 Aug 2011 21:55:02 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2011-3265</strong></p>
  <p>popup.php in Zabbix before 1.8.7 allows remote attackers to read the contents of arbitrary database tables via a modified srctbl parameter.</p>
  <p><strong>CVSS:</strong> 5.0 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2011-3265">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2011-3264 – Zabbix before 1.8.6 allows remote attackers to obtain sensitive information via ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2011-3264</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2011-3264</guid>
    <pubDate>Fri, 19 Aug 2011 21:55:02 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2011-3264</strong></p>
  <p>Zabbix before 1.8.6 allows remote attackers to obtain sensitive information via an invalid srcfld2 parameter to popup.php, which reveals the installation path in an error message.</p>
  <p><strong>CVSS:</strong> 5.0 · <strong>CWE:</strong> CWE-200</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2011-3264">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2011-3263 – zabbix_agentd in Zabbix before 1.8.6 and 1.9.x before 1.9.4 allows context-depen...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2011-3263</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2011-3263</guid>
    <pubDate>Fri, 19 Aug 2011 21:55:02 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2011-3263</strong></p>
  <p>zabbix_agentd in Zabbix before 1.8.6 and 1.9.x before 1.9.4 allows context-dependent attackers to cause a denial of service (CPU consumption) by executing the vfs.file.cksum command for a special device, as demonstrated by the /dev/urandom device.</p>
  <p><strong>CVSS:</strong> 5.0 · <strong>CWE:</strong> CWE-399</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2011-3263">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2011-2904 – Cross-site scripting (XSS) vulnerability in acknow.php in Zabbix before 1.8.6 al...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2011-2904</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2011-2904</guid>
    <pubDate>Fri, 19 Aug 2011 21:55:02 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2011-2904</strong></p>
  <p>Cross-site scripting (XSS) vulnerability in acknow.php in Zabbix before 1.8.6 allows remote attackers to inject arbitrary web script or HTML via the backurl parameter.</p>
  <p><strong>CVSS:</strong> 4.3 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2011-2904">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2010-2790 – Multiple cross-site scripting (XSS) vulnerabilities in the formatQuery function ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2010-2790</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2010-2790</guid>
    <pubDate>Thu, 05 Aug 2010 13:23:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2010-2790</strong></p>
  <p>Multiple cross-site scripting (XSS) vulnerabilities in the formatQuery function in frontends/php/include/classes/class.curl.php in Zabbix before 1.8.3rc1 allow remote attackers to inject arbitrary web script or HTML via the (1) filter_set, (2) show_details, (3) filter_rst, or (4) txt_select parameters to the triggers page (tr_status.php).  NOTE: some of these details are obtained from third party…</p>
  <p><strong>CVSS:</strong> 4.3 · <strong>CWE:</strong> CWE-79</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2010-2790">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2010-1277 – SQL injection vulnerability in the user.authenticate method in the API in Zabbix...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2010-1277</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2010-1277</guid>
    <pubDate>Tue, 06 Apr 2010 16:30:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2010-1277</strong></p>
  <p>SQL injection vulnerability in the user.authenticate method in the API in Zabbix 1.8 before 1.8.2 allows remote attackers to execute arbitrary SQL commands via the user parameter in JSON data to api_jsonrpc.php.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2010-1277">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2009-4502 – The NET_TCP_LISTEN function in net.c in Zabbix Agent before 1.6.7, when running ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2009-4502</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2009-4502</guid>
    <pubDate>Thu, 31 Dec 2009 18:30:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2009-4502</strong></p>
  <p>The NET_TCP_LISTEN function in net.c in Zabbix Agent before 1.6.7, when running on FreeBSD or Solaris, allows remote attackers to bypass the EnableRemoteCommands setting and execute arbitrary commands via shell metacharacters in the argument to net.tcp.listen.  NOTE: this attack is limited to attacks from trusted IP addresses.</p>
  <p><strong>CVSS:</strong> 9.3 · <strong>CWE:</strong> CWE-264</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2009-4502">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2009-4501 – The zbx_get_next_field function in libs/zbxcommon/str.c in Zabbix Server before ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2009-4501</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2009-4501</guid>
    <pubDate>Thu, 31 Dec 2009 18:30:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2009-4501</strong></p>
  <p>The zbx_get_next_field function in libs/zbxcommon/str.c in Zabbix Server before 1.6.8 allows remote attackers to cause a denial of service (crash) via a request that lacks expected separators, which triggers a NULL pointer dereference, as demonstrated using the Command keyword.</p>
  <p><strong>CVSS:</strong> 5.0 · <strong>CWE:</strong> CWE-119</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2009-4501">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2009-4500 – The process_trap function in trapper/trapper.c in Zabbix Server before 1.6.6 all...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2009-4500</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2009-4500</guid>
    <pubDate>Thu, 31 Dec 2009 18:30:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2009-4500</strong></p>
  <p>The process_trap function in trapper/trapper.c in Zabbix Server before 1.6.6 allows remote attackers to cause a denial of service (crash) via a crafted request with data that lacks an expected : (colon) separator, which triggers a NULL pointer dereference.</p>
  <p><strong>CVSS:</strong> 5.0 · <strong>CWE:</strong> CWE-119</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2009-4500">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2009-4499 – SQL injection vulnerability in the get_history_lastid function in the nodewatche...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2009-4499</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2009-4499</guid>
    <pubDate>Thu, 31 Dec 2009 18:30:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2009-4499</strong></p>
  <p>SQL injection vulnerability in the get_history_lastid function in the nodewatcher component in Zabbix Server before 1.6.8 allows remote attackers to execute arbitrary SQL commands via a crafted request, possibly related to the send_history_last_id function in zabbix_server/trapper/nodehistory.c.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-89</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2009-4499">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2009-4498 – The node_process_command function in Zabbix Server before 1.8 allows remote atta...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2009-4498</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2009-4498</guid>
    <pubDate>Thu, 31 Dec 2009 18:30:01 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2009-4498</strong></p>
  <p>The node_process_command function in Zabbix Server before 1.8 allows remote attackers to execute arbitrary commands via a crafted request.</p>
  <p><strong>CVSS:</strong> 6.8 · <strong>CWE:</strong> CWE-78</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2009-4498">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2008-1353 – zabbix_agentd in ZABBIX 1.4.4 allows remote attackers to cause a denial of servi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2008-1353</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2008-1353</guid>
    <pubDate>Mon, 17 Mar 2008 17:44:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2008-1353</strong></p>
  <p>zabbix_agentd in ZABBIX 1.4.4 allows remote attackers to cause a denial of service (CPU and connection consumption) via multiple vfs.file.cksum commands with a special device node such as /dev/urandom or /dev/zero.</p>
  <p><strong>CVSS:</strong> 4.3 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2008-1353">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Low] CVE-2007-6210 – zabbix_agentd 1.1.4 in ZABBIX before 1.4.3 runs "UserParameter" scripts with gid...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2007-6210</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2007-6210</guid>
    <pubDate>Tue, 04 Dec 2007 01:46:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk low">Low</span> CVE-2007-6210</strong></p>
  <p>zabbix_agentd 1.1.4 in ZABBIX before 1.4.3 runs "UserParameter" scripts with gid 0, which might allow local users to gain privileges.</p>
  <p><strong>CVSS:</strong> 2.1 · <strong>CWE:</strong> CWE-16</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2007-6210">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Critical] CVE-2007-0640 – Buffer overflow in ZABBIX before 1.1.5 has unknown impact and attack vectors rel...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2007-0640</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2007-0640</guid>
    <pubDate>Wed, 31 Jan 2007 21:28:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk critical">Critical</span> CVE-2007-0640</strong></p>
  <p>Buffer overflow in ZABBIX before 1.1.5 has unknown impact and attack vectors related to "SNMP IP addresses."</p>
  <p><strong>CVSS:</strong> 10.0 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2007-0640">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2006-6692 – Multiple format string vulnerabilities in zabbix before 20061006 allow attackers...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2006-6692</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2006-6692</guid>
    <pubDate>Thu, 21 Dec 2006 21:28:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2006-6692</strong></p>
  <p>Multiple format string vulnerabilities in zabbix before 20061006 allow attackers to cause a denial of service (application crash) and possibly execute arbitrary code via format string specifiers in information that would be recorded in the system log using (1) zabbix_log or (2) zabbix_syslog.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2006-6692">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2006-6693 – Multiple buffer overflows in zabbix before 20061006 allow attackers to cause a d...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2006-6693</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2006-6693</guid>
    <pubDate>Thu, 21 Dec 2006 21:28:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2006-6693</strong></p>
  <p>Multiple buffer overflows in zabbix before 20061006 allow attackers to cause a denial of service (application crash) and possibly execute arbitrary code via long strings to the (1) zabbix_log and (2) zabbix_syslog functions.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2006-6693">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
