<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>CVE Daily – UnrealIRCd</title>
  <link>https://cvedaily.com/pages/tags/unrealircd.html</link>
  <atom:link href="https://cvedaily.com/feed-tags/unrealircd.xml" rel="self" type="application/rss+xml"/>
  <description>CVE Daily – UnrealIRCd</description>
  <language>en</language>
  <lastBuildDate>Wed, 03 Jun 2026 21:27:08 +0000</lastBuildDate>
  <item>
    <title>[High] CVE-2023-50784 – A buffer overflow in websockets in UnrealIRCd 6.1.0 through 6.1.3 before 6.1.4 a...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2023-50784</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2023-50784</guid>
    <pubDate>Sat, 16 Dec 2023 23:15:40 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2023-50784</strong></p>
  <p>A buffer overflow in websockets in UnrealIRCd 6.1.0 through 6.1.3 before 6.1.4 allows an unauthenticated remote attacker to crash the server by sending an oversized packet (if a websocket port is open). Remote code execution might be possible on some uncommon, older platforms.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-120</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2023-50784">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2017-13649 – UnrealIRCd 4.0.13 and earlier creates a PID file after dropping privileges to a ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2017-13649</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2017-13649</guid>
    <pubDate>Wed, 23 Aug 2017 21:29:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2017-13649</strong></p>
  <p>UnrealIRCd 4.0.13 and earlier creates a PID file after dropping privileges to a non-root account, which might allow local users to kill arbitrary processes by leveraging access to this non-root account for PID file modification before a root script executes a "kill `cat /pathname`" command. NOTE: the vendor indicates that there is no common or recommended scenario in which a root script would exe…</p>
  <p><strong>CVSS:</strong> 5.5 · <strong>CWE:</strong> CWE-665</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2017-13649">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2016-7144 – The m_authenticate function in modules/m_sasl.c in UnrealIRCd before 3.2.10.7 an...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2016-7144</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2016-7144</guid>
    <pubDate>Wed, 18 Jan 2017 17:59:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2016-7144</strong></p>
  <p>The m_authenticate function in modules/m_sasl.c in UnrealIRCd before 3.2.10.7 and 4.x before 4.0.6 allows remote attackers to spoof certificate fingerprints and consequently log in as another user via a crafted AUTHENTICATE parameter.</p>
  <p><strong>CVSS:</strong> 8.1 · <strong>CWE:</strong> CWE-287</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2016-7144">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2013-7384 – UnrealIRCd 3.2.10 before 3.2.10.2 allows remote attackers to cause a denial of s...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2013-7384</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2013-7384</guid>
    <pubDate>Mon, 19 May 2014 14:55:10 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2013-7384</strong></p>
  <p>UnrealIRCd 3.2.10 before 3.2.10.2 allows remote attackers to cause a denial of service (NULL pointer dereference and crash) via unspecified vectors, related to SSL.  NOTE: this issue was SPLIT from CVE-2013-6413 per ADT2 due to different vulnerability types.</p>
  <p><strong>CVSS:</strong> 5.0 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2013-7384">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2013-6413 – Use-after-free vulnerability in UnrealIRCd 3.2.10 before 3.2.10.2 allows remote ...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2013-6413</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2013-6413</guid>
    <pubDate>Mon, 19 May 2014 14:55:09 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2013-6413</strong></p>
  <p>Use-after-free vulnerability in UnrealIRCd 3.2.10 before 3.2.10.2 allows remote attackers to cause a denial of service (crash) via unspecified vectors.  NOTE: this identifier was SPLIT per ADT2 due to different vulnerability types. CVE-2013-7384 was assigned for the NULL pointer dereference.</p>
  <p><strong>CVSS:</strong> 5.0 · <strong>CWE:</strong> CWE-399</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2013-6413">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[High] CVE-2010-2075 – UnrealIRCd 3.2.8.1, as distributed on certain mirror sites from November 2009 th...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2010-2075</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2010-2075</guid>
    <pubDate>Tue, 15 Jun 2010 14:04:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk high">High</span> CVE-2010-2075</strong></p>
  <p>UnrealIRCd 3.2.8.1, as distributed on certain mirror sites from November 2009 through June 2010, contains an externally introduced modification (Trojan Horse) in the DEBUG3_DOLOG_SYSTEM macro, which allows remote attackers to execute arbitrary commands.</p>
  <p><strong>CVSS:</strong> 7.5 · <strong>CWE:</strong> CWE-20</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2010-2075">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2009-4893 – Buffer overflow in UnrealIRCd 3.2beta11 through 3.2.8, when allow::options::noid...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2009-4893</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2009-4893</guid>
    <pubDate>Tue, 15 Jun 2010 14:04:26 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2009-4893</strong></p>
  <p>Buffer overflow in UnrealIRCd 3.2beta11 through 3.2.8, when allow::options::noident is enabled, allows remote attackers to cause a denial of service (crash) and possibly execute arbitrary code via unspecified vectors.</p>
  <p><strong>CVSS:</strong> 6.8 · <strong>CWE:</strong> CWE-119</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2009-4893">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2006-1214 – UnrealIRCd 3.2.3 allows remote attackers to cause an unspecified denial of servi...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2006-1214</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2006-1214</guid>
    <pubDate>Tue, 14 Mar 2006 01:06:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2006-1214</strong></p>
  <p>UnrealIRCd 3.2.3 allows remote attackers to cause an unspecified denial of service by causing a linked server to send malformed TKL Q:Line commands, as demonstrated by "TKL - q\x08Q *\x08PoC."</p>
  <p><strong>CVSS:</strong> 5.0 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2006-1214">View on NVD</a></p>
]]>
    </description>
  </item>
  <item>
    <title>[Medium] CVE-2004-0679 – The IP cloaking feature (cloak.c) in UnrealIRCd 3.2, and possibly other versions...</title>
    <link>https://nvd.nist.gov/vuln/detail/CVE-2004-0679</link>
    <guid isPermaLink="true">https://nvd.nist.gov/vuln/detail/CVE-2004-0679</guid>
    <pubDate>Fri, 06 Aug 2004 04:00:00 +0000</pubDate>
    <description>
<![CDATA[
  <p><strong><span class="badge risk medium">Medium</span> CVE-2004-0679</strong></p>
  <p>The IP cloaking feature (cloak.c) in UnrealIRCd 3.2, and possibly other versions, uses a weak hashing scheme to hide IP addresses, which could allow remote attackers to use brute force methods to gain other user's IP addresses.</p>
  <p><strong>CVSS:</strong> 5.0 · <strong>CWE:</strong> N/A</p>
  <p><a href="https://nvd.nist.gov/vuln/detail/CVE-2004-0679">View on NVD</a></p>
]]>
    </description>
  </item>
</channel>
</rss>
