vote up 0 vote down star
1

can anybody give the list of xml vulnerabilities and threats that are possible in Internet?

flag

36% accept rate
You have to be more specific - XML in itself is a text file. It has no more vulnerabilities than a book sitting on your shelf. It is all about what you want to do with it and what software you use – mfeingold Nov 20 at 18:00
XML is not a text file but a text-based language. As such, it may be better suited for some tasks and worse suited for others. Vulnerabilities might be determined from this. – CesarGon Nov 20 at 18:04
Correct your post and be more specific – Elalfer Nov 20 at 18:04

2 Answers

vote up -1 vote down

There are no such thing as XML threat and it has no vulnerabilities because it's just a data format language.

All depends of how do you use it and specific implementation.

link|flag
Sorry, Elalfer; I strongly disagree. Please see my own answer. – CesarGon Nov 20 at 18:11
np. We just have different points of view on security and building safe applications. It is always good to see other views on the same question. ;) – Elalfer Nov 20 at 18:19
vote up -1 vote down

I disagree with the view that XML has no vulnerabilities because it is "just a data format language". Any language, regardless of what it describes (data, instructions, whatever), can be engineered to be more or less usable and error-prone. A language that has been carefully crafted to be highly usable (and hence not error-prone) is inherently less vulnerable than another language that, by its own design (lexicon, syntax, overall grammar) appears as more confusing to the user. Think of C, C# and Ada, for example.

The people who created XML took specific design decisions, and vulnerabilities can be determined from the inherent characteristics of XML itself.

This does not mean, however, that tools used to manipulate XML could not have their own vulnerabilities. It is the same case with any other tool that manipulates data expressed in any other language (a compiler processing C++ code, for instance).

link|flag
So, you didn't show any vulnerabilities in XML, and I said that it depends of your implementation and usage of this language. confusing doesn't mean vulnerable, it just a bad design. But even with a bad desing and confusing languages you can create a very secure applications. – Elalfer Nov 20 at 18:16
@Elalfer: Well, there is a whole special working group within JTC1/SC22 in ISO, called OWGV, devoted to language vulnerabilities, and of which I used to be a liaison. I don't think that a sweeping statement such as "There are no such thing as XML threat and it has no vulnerabilities because it's just a data format language", with no backing whatsoever, is stronger than an international group of experts that have been working on this matter for a long time. Languages do have vulnerabilities of their own. I am aware I didn´t point any out; I was just expressing my disagreement with your view. – CesarGon Nov 20 at 18:29
So, why the downvote? You may disagree with my point of view, but I argumented it. You didn't argument yours; you just made a bold statement with no backing. Can you provide any evidence or expert judgment that backs your view that a language cannot have vulnerabilities because it's just a language? – CesarGon Nov 20 at 18:31
I'll do it after a lunch. – Elalfer Nov 20 at 19:11
Thanks you; I'll be waiting. :-) – CesarGon Nov 20 at 19:13
show 4 more comments

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.