|
BugTraq
An Alternate View of Recently Reported PHP Vulnerabilities Apr 04 2003 04:28AM Steven M. Christey (coley linus mitre org) (3 replies) Re: An Alternate View of Recently Reported PHP Vulnerabilities Apr 05 2003 10:23AM Goran Krajnovic (goran krajnovic hinet hr) Re: An Alternate View of Recently Reported PHP Vulnerabilities Apr 04 2003 09:13PM Sascha Schumann (sascha schumann cx) |
|
Privacy Statement |
SMC> How many people who audit PHP applications verify that the second
SMC> argument to str_repeat() is valid?
Nobody, because the misbehaviour of this given function is a _bug_ and
thus not documented. Without documenting the valid input ranges, there
can be no "validation", only "guessing that this is now valid".
SMC> How many otherwise innocent functions in PHP can have unexpected
SMC> results if an attacker can control one of the parameters?
Expect the same to hold true for almost any other language. The libc's
these days are relatively "bug-free", but the libraries of PHP etc.
have not undergone the same amount of auditing.
SMC> And maybe entire classes of vulnerabilities that are assumed to be
SMC> specific to a particular language, aren't.
Any vulnerability existing in C is very likely going to occur in other
languages which (in the end) chain down to C-like code.
Cheers,
dullien
PS: Let us please just keep the entire Java discussion out of this :)
--
Mit freundlichen Grüssen
dullien (at) gmx (dot) de [email concealed] mailto:dullien (at) gmx (dot) de [email concealed]
[ reply ]