BugTraq
Back to list
Name:
Email:
*Note: Email address will appear as "user domain ext" to prevent harvesting.
Subject:
Message:
Re: Serious Security issue with broken - Microsoft's .Net XML Serialization API
Sep 13 2005 05:43PM
Rohit (rohits79 gmail com)
Sorry in excitment i made some mistake in the code in case if you
haven't already figured it out :)
using System;
using System.Xml;
using System.IO;
using System.Xml.Serialization;
namespace ConsoleApplication1
{
[Serializable()]
public class tResponseGeneralInfo
{
public long ProfileNumber;
pub...
[ more ]
Privacy Statement
Copyright 2010, SecurityFocus
haven't already figured it out :)
using System;
using System.Xml;
using System.IO;
using System.Xml.Serialization;
namespace ConsoleApplication1
{
[Serializable()]
public class tResponseGeneralInfo
{
public long ProfileNumber;
pub...
[ more ]