PHP Code security

Discussions of secure PHP coding. Security in software is important, so don't be afraid to ask. And when answering: be anal. Nitpick. No security vulnerability is too small.

Moderator: General Moderators

Post Reply
quire_gilbert
Forum Newbie
Posts: 1
Joined: Mon Apr 20, 2009 12:07 am

PHP Code security

Post by quire_gilbert »

Hi All,

I just want to ask about the php code security risk.
My server admin and provider said that my code has major security loopholes on the server
what is that all about? i dont understand about it....

Can anyone explain me about it?
User avatar
kaisellgren
DevNet Resident
Posts: 1675
Joined: Sat Jan 07, 2006 5:52 am
Location: Lahti, Finland.

Re: PHP Code security

Post by kaisellgren »

There about dozens of different ways to exploit script vulnerabilities. I would need to see your code/script.
gregor171
Forum Newbie
Posts: 22
Joined: Thu Apr 16, 2009 5:09 pm
Location: Ljubljana, Slovenia

Re: PHP Code security

Post by gregor171 »

I suggest start reading, it's better to know than asking around:
http://phpsec.org/
http://cwe.mitre.org/top25/
Post Reply