View Issue Details

IDProjectCategoryView StatusLast Update
0000155Main CAcert Websitesource codepublic2013-01-14 01:15
ReporterbluecAssigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Fixed in Version2006 
Summary0000155: unparsed variables used in mysql query
DescriptionIn account/53.php line 27, 36, 56, 71, 74, 86

  $_REQUEST['regid']
  $_REQUEST['ccid']

are used directly within a mysql_query(). As far as I see their values a not parsed before.

Because of magic_quotes_gpc turned on and quotes around the $_REQUEST[] this is currently not a big deal, but for security reasons it should be changed.
TagsNo tags attached.
Reviewed by
Test Instructions

Activities

bluec

2006-03-05 21:07

manager   ~0000098

Same in account/54.php line 34.

bluec

2006-03-05 21:29

manager   ~0000099

OK, found some parsing in includes/account.php but this is confusing and error prone. Please make sure that it doesn't depend on nine if-constructs which may not cover all cases or might be circumvented by e.g. setting $name to something that is not == htmlentities($name).

duane

2006-03-05 21:50

developer   ~0000101

fixed...

bluec

2006-03-06 05:07

manager   ~0000105

1. account/53.php line 19 is missing a ";". Skript is currently broken!
2. account/54.php line 34 has not changed.

bluec

2006-03-06 05:08

manager   ~0000106

1. account/53.php line 19 is missing a ";". Skript is currently broken!
2. account/54.php line 34 has not changed.

duane

2006-03-06 09:30

developer   ~0000107

fixed

Issue History

Date Modified Username Field Change
2006-03-05 21:03 bluec New Issue
2006-03-05 21:07 bluec Note Added: 0000098
2006-03-05 21:29 bluec Note Added: 0000099
2006-03-05 21:50 duane Status new => closed
2006-03-05 21:50 duane Note Added: 0000101
2006-03-05 21:50 duane Resolution open => fixed
2006-03-05 21:50 duane Fixed in Version => production
2006-03-06 05:07 bluec Note Added: 0000105
2006-03-06 05:08 bluec Assigned To => duane
2006-03-06 05:08 bluec Status closed => needs feedback
2006-03-06 05:08 bluec Resolution fixed => reopened
2006-03-06 05:08 bluec Note Added: 0000106
2006-03-06 09:30 duane Note Added: 0000107
2006-03-06 09:33 duane Status needs feedback => closed
2006-03-06 09:33 duane Resolution reopened => fixed
2006-04-24 06:15 bluec Assigned To duane =>
2013-01-14 01:15 Werner Dworak Fixed in Version => 2006