|
Secure Programming
Writing Secure code Dec 27 2002 12:46PM Rahul Chander Kashyap (rahul nsecure net) (6 replies) Re: Writing Secure code Dec 27 2002 06:03PM Valdis Kletnieks vt edu (2 replies) RE: Writing Secure code Dec 27 2002 08:51PM Roger Alexander (rta cs colostate edu) (1 replies) RE: Writing Secure code Dec 30 2002 12:41PM Matt McClellan (mmcclellan nfr com) (2 replies) Re: Writing Secure code[update] Dec 31 2002 10:20AM Rahul Chander Kashyap (rahul nsecure net) (2 replies) Re: Writing Secure code Dec 27 2002 05:43PM John Viega (viega list org) (2 replies) |
|
|
Privacy Statement |
environment". Developers will generally have to make some assumptions when
writing code. Take that code to an environment where one of the assumptions
is invalid and there might be an exploit. I don't see how writing something
that is absolutely "not exploitable" is any more possible than "total
security".
--Matt
> -----Original Message-----
> From: John Viega [mailto:viega (at) list (dot) org [email concealed]]
> Sent: Friday, December 27, 2002 12:44 PM
> To: Rahul Chander Kashyap
> Cc: secprog (at) securityfocus (dot) com [email concealed]
> Subject: Re: Writing Secure code
>
>
> Of course it's possible to write something that's not exploitable.
> However, it's tougher than most people think. For example, I've seen
> applications that the authors assumed were not networked whatsoever,
> and had no special local privilege. However, if the files they read
> and wrote were stored on a remote file system such as an SMB mount,
> then their otherwise non-networked program was completely exploitable.
>
> John
>
> On Friday, December 27, 2002, at 07:46 AM, Rahul Chander Kashyap wrote:
>
> > Hi people,
> >
> > I've been going through some articles on how to write secure code esp.
> > from: http://www.shmoo.com/securecode/
> >
> > I am looking for something more specific for the windows platform. Are
> > there any specific guidelines/standards that one could follow?
> >
> > And one more thing...<this one might be intresting ;-)> Is it possible
> > to write code that is completely secure and not exploitable?
> >
> > Thanks for parsing thru my mail :-)
> >
> > Regards,
> >
> > Rahul Kashyap
> >
> > www.nsecure.net
> > ------------------------
> > Layered Defence
> > ------------------------
> >
> >
>
>
[ reply ]