6.8
CVSSv2

CVE-2007-0051

Published: 04/01/2007 Updated: 07/11/2023
CVSS v2 Base Score: 6.8 | Impact Score: 6.4 | Exploitability Score: 8.6
VMScore: 685
Vector: AV:N/AC:M/Au:N/C:P/I:P/A:P

Vulnerability Summary

Format string vulnerability in Apple iPhoto 6.0.5 (316), and other versions prior to 6.0.6, allows remote user-assisted malicious users to execute arbitrary code via a crafted photocast with format string specifiers in the title of an RSS iPhoto feed.

Vulnerable Product Search on Vulmon Subscribe to Product

apple iphoto 6.0.5

Exploits

#!/usr/bin/ruby # # (c) 2006 LMH <lmh [at] info-pullcom> # bug by Kevin Finisterre <kf_lists [at] digitalmunitioncom> # proof of concept for MOAB-04-01-2007 # see projectsinfo-pullcom/moab/MOAB-04-01-2007rb require 'socket' IPHOTO_FEED = "<?xml version=\"10\" encoding=\"utf-8\"?>\r\n" + "<rss versio ...