• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Robustness of CoreData against malicious documents?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Robustness of CoreData against malicious documents?


  • Subject: Re: Robustness of CoreData against malicious documents?
  • From: Cem Karan <email@hidden>
  • Date: Tue, 4 Apr 2006 10:53:40 -0400

If the user has access to the machine, there will be far easier ways to run code at an elevated level (after all, OS X is not a trusted platform and is only rated as being "suitable for a cooperative non-hostile environment" <http://niap.nist.gov/cc- scheme/st/ST_VID4012.html>).

This isn't a problem, but it is a good point.

If you are worried about untrusted data sources, one could always run an XML verifier before loading the data (where at least you could get a level assurance based on the XML verifier, or for the truly paranoid, run the XML verifier as a part of an assured pipeline on a trusted machine (i.e, "Rainbow book" level of assurance)).

I was hoping that CoreData would handle this for me... :/

After all, nobody can realistically say "product XYZ is immune to buffer overflow". If you absolutely cannot accept any possibility of an exploit allowing untrusted code to run at an elevated level, you'll need to switch to a different operating system (or convince Apple to add type enforcement to their kernel)

You're right, I really wanted to see how 'strong' CoreData really is; I'll have to write some tests and see how hard it is to break.


Thanks,
Cem Karan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Robustness of CoreData against malicious documents?
      • From: William Bumgarner <email@hidden>
References: 
 >Robustness of CoreData against malicious documents? (From: Cem Karan <email@hidden>)
 >Re: Robustness of CoreData against malicious documents? (From: glenn andreas <email@hidden>)

  • Prev by Date: NSTableViews with NSSliderCells
  • Next by Date: untar into app bundle
  • Previous by thread: Re: Robustness of CoreData against malicious documents?
  • Next by thread: Re: Robustness of CoreData against malicious documents?
  • Index(es):
    • Date
    • Thread