Share

cgichk vulnerability scanner

Tracker: Bugs

5 strnstr not work when use its return value - ID: 1276402
Last Update: Tracker Item Submitted ( nobody )

The source code :

...
lowerstr(n);
...
res = (char*)strstr(h, n);
free(h);
free(n);
return res;

You can see that res point to a freed memory ,and could
not
use to get anyinfomation ,OFFCOURSE, the usage of the
program is okay for only check the existence of the
given key string in the given buff


Nobody/Anonymous ( nobody ) - 2005-08-30 08:28

5

Open

None

Nobody/Anonymous

None

None

Public


Comments




Log in to comment.

No follow-up comments have been posted.

Attached File

No Files Currently Attached

Change

No changes have been made to this artifact.