Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #50694 > unrolled thread

Re: Python - remote object protocols and security

Started byChris Angelico <rosuav@gmail.com>
First post2013-07-16 01:53 +1000
Last post2013-07-16 01:53 +1000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Python - remote object protocols and security Chris Angelico <rosuav@gmail.com> - 2013-07-16 01:53 +1000

#50694 — Re: Python - remote object protocols and security

FromChris Angelico <rosuav@gmail.com>
Date2013-07-16 01:53 +1000
SubjectRe: Python - remote object protocols and security
Message-ID<mailman.4734.1373903610.3114.python-list@python.org>
On Tue, Jul 16, 2013 at 1:42 AM, Burak Arslan
<burak.arslan@arskom.com.tr> wrote:
> On 07/15/13 13:57, Chris Angelico wrote:
>> But what I meant was that the [Json] protocol itself is designed with
>> security restrictions in mind. It's designed not to fetch additional
>> content from the network (as XML can),
>
> Can you explain how parsing XML can fetch data from the network?

I haven't looked into the details, but there was one among a list of
exploits that was being discussed a few months ago; it involved XML
schemas, I think, and quite a few generic XML parsers could be tricked
into fetching arbitrary documents. Whether this could be used for
anything more serious than a document-viewed receipt or a denial of
service (via latency) I don't know, but if nothing else, it's a vector
that JSON simply doesn't have.

ChrisA

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web