Re: OT: UK okays warrantless remote hacking of PCs
- From: "Joel Koltner" <zapwireDASHgroups@xxxxxxxxx>
- Date: Wed, 7 Jan 2009 09:51:06 -0800
"Sylvia Else" <sylvia@xxxxxxxxxxxxxxxxxxx> wrote in message
news:49640da8$0$7111$afc38c87@xxxxxxxxxxxxxxxxxxxxxxx
It doesn't help that software tends to be written in C and C++, which are
not safe languages - that is, programming mistakes can cause more than just
program failure, but allow corruption of data structures and the execution
of data
This is a somewhat misguided notion in that *not* using C/C++ just displaces
the problem: Instead of looking for exploits of an application directly, you
sit around looking for exploits of the virtual machines or system library or
"whatever it is" that's executer your "safer language." In general, it's not
at all a proven statement that exploiting *that* environment is any more
difficult than exploiting an application directly -- particular since "safe
language execution environments" tend to be updated more slowly than
applications themselves, so any exploits that are found tend to remain
effective for longer periods of time. (And think about something like the
ever-popular SQL insertion exploit -- doesn't mattter what language you wrote
your code in, if someone manages to get you to directly execute their string
on your database, they can still do whatever they want, limited only by the
permissions of the account you're using.)
I would agree that C/C++ typically it *easier* for novice/inexperienced
programmers to write exploitable code, I suppose, but the "solution" of "just
don't use them" is essentially the same as saying, "sports cars are dangerous,
therefore no one should be allowed to use them" rather than "sports cars are
dangerous, they're probably not the best first car for your 16-year-old."
---Joel
.
- Follow-Ups:
- Re: OT: UK okays warrantless remote hacking of PCs
- From: Martin Brown
- Re: OT: UK okays warrantless remote hacking of PCs
- From: Sylvia Else
- Re: OT: UK okays warrantless remote hacking of PCs
- From: Spehro Pefhany
- Re: OT: UK okays warrantless remote hacking of PCs
- References:
- OT: UK okays warrantless remote hacking of PCs
- From: Hammy
- Re: OT: UK okays warrantless remote hacking of PCs
- From: Sylvia Else
- Re: OT: UK okays warrantless remote hacking of PCs
- From: Jim Thompson
- Re: OT: UK okays warrantless remote hacking of PCs
- From: Sylvia Else
- Re: OT: UK okays warrantless remote hacking of PCs
- From: Jim Thompson
- Re: OT: UK okays warrantless remote hacking of PCs
- From: Sylvia Else
- OT: UK okays warrantless remote hacking of PCs
- Prev by Date: Re: Quote of the Day
- Next by Date: Re: Quote of the Day
- Previous by thread: Re: OT: UK okays warrantless remote hacking of PCs
- Next by thread: Re: OT: UK okays warrantless remote hacking of PCs
- Index(es):
Relevant Pages
|