PHP is the new C
PHP is the new C
Posted Oct 6, 2006 1:27 UTC (Fri) by gdt (subscriber, #6284)Parent article: Report: Vulnerability type distributions in CVE
The most worrying trend is that a relatively new open source language, PHP, is responsible for a huge number of vulnerabilities.
And of course, the design limitations of C continue to make themselves felt, retaining the number 1 position.
Also interesting is that use of the system() call is responsible for a lot of vulnerabilities, as opposed to fork() and exec*() which does not interpret shell characters, A system() alternative which calls a program directly rather than via the shell would overcome this class of error.
