5
CVSSv2

CVE-2013-0238

Published: 13/02/2013 Updated: 29/08/2017
CVSS v2 Base Score: 5 | Impact Score: 2.9 | Exploitability Score: 10
VMScore: 505
Vector: AV:N/AC:L/Au:N/C:N/I:N/A:P

Vulnerability Summary

The try_parse_v4_netmask function in hostmask.c in IRCD-Hybrid prior to 8.0.6 does not properly validate masks, which allows remote malicious users to cause a denial of service (crash) via a mask that causes a negative number to be parsed.

Vulnerable Product Search on Vulmon Subscribe to Product

ircd-hybrid ircd-hybrid 8.0.2

ircd-hybrid ircd-hybrid 8.0.1

ircd-hybrid ircd-hybrid 7.3.0

ircd-hybrid ircd-hybrid

ircd-hybrid ircd-hybrid 8.0.0

ircd-hybrid ircd-hybrid 7.2.0

ircd-hybrid ircd-hybrid 7.2.3

ircd-hybrid ircd-hybrid 7.2.2

ircd-hybrid ircd-hybrid 7.2.1

ircd-hybrid ircd-hybrid 8.0.4

ircd-hybrid ircd-hybrid 8.0.3

ircd-hybrid ircd-hybrid 7.3.1

Vendor Advisories

Debian Bug report logs - #699267 ircd-hybrid: CVE-2013-0238 Denial of service vulnerability in hostmaskc:try_parse_v4_netmask() Package: ircd-hybrid; Maintainer for ircd-hybrid is Dominic Hargreaves <dom@earthli>; Source for ircd-hybrid is src:ircd-hybrid (PTS, buildd, popcon) Reported by: Henri Salo <henri@nervfi> ...
Bob Nomnomnom reported a Denial of Service vulnerability in IRCD-Hybrid, an Internet Relay Chat server A remote attacker may use an error in the masks validation and crash the server For the stable distribution (squeeze), this problem has been fixed in version 1:722dfsg2-62+squeeze1 For the testing distribution (wheezy), this problem has be ...

Exploits

#!/usr/bin/perl # ircd-hybrid remote denial of service exploit for CVE-2013-0238 # quick and dirty h4x by kingcope # tested against ircd-hybrid-805 centos6 # please modify below in case of buggy code # enjoy! use Socket; srand(time()); $exploiting_nick = "hybExpl" int(rand(10000)); sub connecttoserver() { $bool = "yes"; $iaddr = inet_ ...
ircd-hybrid version 805 on CentOS 6 denial of service exploit ...