Loading

Netsparker, Web Application Security Scanner

SQL Injection, XSS, Cross Site Scripting, CWE-79, CAPEC-86, Javascript Injection, careers2.hiredesk.net

Netsparker - Scan Report Summary
TARGET URL
http://careers2.hiredesk.net/viewjobs/JobDeta...
SCAN DATE
3/29/2011 9:16:16 AM
REPORT DATE
3/29/2011 9:23:26 AM
SCAN DURATION
00:01:10

Total Requests

Average Speed

req/sec.
10
identified
2
confirmed
5
critical
1
informational

GHDB, DORK Tests

GHDB, DORK Tests
PROFILE
Previous Settings
ENABLED ENGINES
Static Tests, Find Backup Files, Blind Command Injection, Blind SQL Injection, Boolean SQL Injection, Command Injection, HTTP Header Injection, Local File Inclusion, Open Redirection, Remote Code Evaluation, Remote File Inclusion, SQL Injection, Cross-site Scripting
Authentication
Scheduled

VULNERABILITIES

Vulnerabilities
Netsparker - Web Application Security Scanner
CRITICAL
50 %
LOW
40 %
INFORMATION
10 %
[High Possibility] SQL Injection

[High Possibility] SQL Injection

5 TOTAL
CRITICAL
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

  1. See the remedy for solution.
  2. 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.
  3. 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)
  4. Monitor and review weblogs and application logs in order to uncover active or previous exploitation attempts.

Remedy

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

- /viewjobs/JobDetail.asp

/viewjobs/JobDetail.asp

http://careers2.hiredesk.net/viewjobs/JobDetail.asp?Comp=Evolvent&sPERS_ID=%2527&TP_ID=1&JB_ID=3&PRO..

Parameters

Parameter Type Value
Comp GET Evolvent
sPERS_ID GET %27
TP_ID GET 1
JB_ID GET 3
PROJ_ID GET {38C15285-B14B-45F6-B54B-BF2644BDA091}
LAN GET en-US
BackUrl GET ViewJobs/Default.asp

Request

GET /viewjobs/JobDetail.asp?Comp=Evolvent&sPERS_ID=%2527&TP_ID=1&JB_ID=3&PROJ_ID=%7B38C15285-B14B-45F6-B54B-BF2644BDA091%7D&LAN=en-US&BackUrl=ViewJobs/Default.asp HTTP/1.1
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Netsparker)
Cache-Control: no-cache
Host: careers2.hiredesk.net
Cookie: ASPSESSIONIDCCTCTRTQ=IOABIILANIOMEOEGNBBJAPKF; ASPSESSIONIDSAABSTQT=GIBJGILAEHECPFGPFAOEKNKO; ASPSESSIONIDCAQDRRQS=JPPAFILAHNHKMBIFJDPPBMHG
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Tue, 29 Mar 2011 16:18:59 GMT
Server: Microsoft-IIS/6.0
X-UA-Compatible: IE=EmulateIE7
X-Powered-By: ASP.NET
HDHOST: CHTP1
Pragma: no-cache
Content-Length: 353
Content-Type: text/html; Charset=UTF-8
Expires: Wed, 02 Jul 2008 16:18:58 GMT
Cache-control: no-cache


<font face="Arial" size=2><p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font><p><font face="Arial" size=2>Conversion failed when converting from a character string to uniqueidentifier.</font><p><font face="Arial" size=2>/Classes/BLL/Candidates.asp</font><font face="Arial" size=2>, line 120</font>
- /viewjobs/JobDetail.asp

/viewjobs/JobDetail.asp

http://careers2.hiredesk.net/viewjobs/JobDetail.asp?Comp=Evolvent&sPERS_ID=3&TP_ID=1&JB_ID=%2527&PRO..

Parameters

Parameter Type Value
Comp GET Evolvent
sPERS_ID GET 3
TP_ID GET 1
JB_ID GET %27
PROJ_ID GET {38C15285-B14B-45F6-B54B-BF2644BDA091}
LAN GET en-US
BackUrl GET ViewJobs/Default.asp

Request

GET /viewjobs/JobDetail.asp?Comp=Evolvent&sPERS_ID=3&TP_ID=1&JB_ID=%2527&PROJ_ID=%7B38C15285-B14B-45F6-B54B-BF2644BDA091%7D&LAN=en-US&BackUrl=ViewJobs/Default.asp HTTP/1.1
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Netsparker)
Cache-Control: no-cache
Host: careers2.hiredesk.net
Cookie: ASPSESSIONIDCCTCTRTQ=IOABIILANIOMEOEGNBBJAPKF; ASPSESSIONIDSAABSTQT=GIBJGILAEHECPFGPFAOEKNKO; ASPSESSIONIDCAQDRRQS=JPPAFILAHNHKMBIFJDPPBMHG
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Tue, 29 Mar 2011 16:19:11 GMT
Server: Microsoft-IIS/6.0
Etag: ""
HDHOST: CHTP4
X-UA-Compatible: IE=EmulateIE7
X-Powered-By: ASP.NET
Pragma: no-cache
Content-Length: 353
Content-Type: text/html; Charset=UTF-8
Expires: Wed, 02 Jul 2008 16:19:10 GMT
Cache-control: no-cache


<font face="Arial" size=2><p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font><p><font face="Arial" size=2>Conversion failed when converting from a character string to uniqueidentifier.</font><p><font face="Arial" size=2>/Classes/BLL/Candidates.asp</font><font face="Arial" size=2>, line 120</font>
- /viewjobs/JobDetail.asp

/viewjobs/JobDetail.asp

http://careers2.hiredesk.net/viewjobs/JobDetail.asp?Comp=Evolvent&sPERS_ID=3&TP_ID=1&JB_ID=3&PROJ_ID..

Parameters

Parameter Type Value
Comp GET Evolvent
sPERS_ID GET 3
TP_ID GET 1
JB_ID GET 3
PROJ_ID GET %27
LAN GET en-US
BackUrl GET ViewJobs/Default.asp

Request

GET /viewjobs/JobDetail.asp?Comp=Evolvent&sPERS_ID=3&TP_ID=1&JB_ID=3&PROJ_ID=%2527&LAN=en-US&BackUrl=ViewJobs/Default.asp HTTP/1.1
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Netsparker)
Cache-Control: no-cache
Host: careers2.hiredesk.net
Cookie: ASPSESSIONIDCCTCTRTQ=IOABIILANIOMEOEGNBBJAPKF; ASPSESSIONIDSAABSTQT=GIBJGILAEHECPFGPFAOEKNKO; ASPSESSIONIDCAQDRRQS=JPPAFILAHNHKMBIFJDPPBMHG
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Tue, 29 Mar 2011 16:19:16 GMT
Server: Microsoft-IIS/6.0
X-UA-Compatible: IE=EmulateIE7
X-Powered-By: ASP.NET
HDHOST: CHTP1
Pragma: no-cache
Content-Length: 353
Content-Type: text/html; Charset=UTF-8
Expires: Wed, 02 Jul 2008 16:19:16 GMT
Cache-control: no-cache


<font face="Arial" size=2><p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font><p><font face="Arial" size=2>Conversion failed when converting from a character string to uniqueidentifier.</font><p><font face="Arial" size=2>/Classes/BLL/Candidates.asp</font><font face="Arial" size=2>, line 120</font>
- /viewjobs/JobDetail.asp

/viewjobs/JobDetail.asp

http://careers2.hiredesk.net/viewjobs/JobDetail.asp?Comp=Evolvent&sPERS_ID=3&TP_ID=1&JB_ID=3&PROJ_ID..

Parameters

Parameter Type Value
Comp GET Evolvent
sPERS_ID GET 3
TP_ID GET 1
JB_ID GET 3
PROJ_ID GET {38C15285-B14B-45F6-B54B-BF2644BDA091}
LAN GET cast((select chr(95)||chr(33)||chr(64)||chr(53)||chr(100)||chr(105)||chr(108)||chr(101)||chr(109)||chr(109)||chr(97)) as numeric)
BackUrl GET ViewJobs/Default.asp

Request

GET /viewjobs/JobDetail.asp?Comp=Evolvent&sPERS_ID=3&TP_ID=1&JB_ID=3&PROJ_ID=%7B38C15285-B14B-45F6-B54B-BF2644BDA091%7D&LAN=cast((select+chr(95)%7c%7cchr(33)%7c%7cchr(64)%7c%7cchr(53)%7c%7cchr(100)%7c%7cchr(105)%7c%7cchr(108)%7c%7cchr(101)%7c%7cchr(109)%7c%7cchr(109)%7c%7cchr(97))+as+numeric)&BackUrl=ViewJobs/Default.asp HTTP/1.1
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Netsparker)
Cache-Control: no-cache
Host: careers2.hiredesk.net
Cookie: ASPSESSIONIDCCTCTRTQ=IOABIILANIOMEOEGNBBJAPKF; ASPSESSIONIDSAABSTQT=GIBJGILAEHECPFGPFAOEKNKO; ASPSESSIONIDCAQDRRQS=JPPAFILAHNHKMBIFJDPPBMHG
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Tue, 29 Mar 2011 16:19:24 GMT
Server: Microsoft-IIS/6.0
X-UA-Compatible: IE=EmulateIE7
X-Powered-By: ASP.NET
HDHOST: CHTP1
Pragma: no-cache
Content-Length: 353
Content-Type: text/html; Charset=UTF-8
Expires: Wed, 02 Jul 2008 16:19:24 GMT
Cache-control: no-cache


<font face="Arial" size=2><p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font><p><font face="Arial" size=2>Conversion failed when converting from a character string to uniqueidentifier.</font><p><font face="Arial" size=2>/Classes/BLL/Candidates.asp</font><font face="Arial" size=2>, line 120</font>
- /viewjobs/JobDetail.asp

/viewjobs/JobDetail.asp

http://careers2.hiredesk.net/viewjobs/JobDetail.asp?Comp=Evolvent&sPERS_ID=3&TP_ID=1&JB_ID=3&PROJ_ID..

Parameters

Parameter Type Value
Comp GET Evolvent
sPERS_ID GET 3
TP_ID GET 1
JB_ID GET 3
PROJ_ID GET {38C15285-B14B-45F6-B54B-BF2644BDA091}
LAN GET en-US
BackUrl GET %27

Request

GET /viewjobs/JobDetail.asp?Comp=Evolvent&sPERS_ID=3&TP_ID=1&JB_ID=3&PROJ_ID=%7B38C15285-B14B-45F6-B54B-BF2644BDA091%7D&LAN=en-US&BackUrl=%2527 HTTP/1.1
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Netsparker)
Cache-Control: no-cache
Host: careers2.hiredesk.net
Cookie: ASPSESSIONIDCCTCTRTQ=IOABIILANIOMEOEGNBBJAPKF; ASPSESSIONIDSAABSTQT=GIBJGILAEHECPFGPFAOEKNKO; ASPSESSIONIDCAQDRRQS=JPPAFILAHNHKMBIFJDPPBMHG
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Tue, 29 Mar 2011 16:19:26 GMT
Server: Microsoft-IIS/6.0
X-UA-Compatible: IE=EmulateIE7
X-Powered-By: ASP.NET
HDHOST: CHTP1
Pragma: no-cache
Content-Length: 353
Content-Type: text/html; Charset=UTF-8
Expires: Wed, 02 Jul 2008 16:19:26 GMT
Cache-control: no-cache


<font face="Arial" size=2><p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font><p><font face="Arial" size=2>Conversion failed when converting from a character string to uniqueidentifier.</font><p><font face="Arial" size=2>/Classes/BLL/Candidates.asp</font><font face="Arial" size=2>, line 120</font>
Internal Server Error

Internal Server Error

1 TOTAL
LOW
CONFIRMED
1
The Server responded with an HTTP status 500. This indicates that there is a server-side error. Reasons may vary. The behavior should be analysed carefully. If Netsparker is able to find a security issue in the same resource it will report this as a separate vulnerability.

Impact

The impact may vary depending on the condition. Generally this indicates poor coding practices, not enough error checking, sanitization and whitelisting. However there might be a bigger issue such as SQL Injection. If that's the case Netsparker will check for other possible issues and report them separately.

Remedy

Analyse this issue and review the application code in order to handle unexpected errors, this should be a generic practice which does not disclose further information upon an error. All errors should be handled server side only.
- /viewjobs/JobDetail.asp

/viewjobs/JobDetail.asp CONFIRMED

http://careers2.hiredesk.net/viewjobs/JobDetail.asp?Comp=%0D%0Ans:netsparker056650=vuln&sPERS_ID=3&T..

Parameters

Parameter Type Value
Comp GET ns:netsparker056650=vuln
sPERS_ID GET 3
TP_ID GET 1
JB_ID GET 3
PROJ_ID GET {38C15285-B14B-45F6-B54B-BF2644BDA091}
LAN GET en-US
BackUrl GET ViewJobs/Default.asp

Request

GET /viewjobs/JobDetail.asp?Comp=%0D%0Ans:netsparker056650=vuln&sPERS_ID=3&TP_ID=1&JB_ID=3&PROJ_ID=%7B38C15285-B14B-45F6-B54B-BF2644BDA091%7D&LAN=en-US&BackUrl=ViewJobs/Default.asp HTTP/1.1
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Netsparker)
Cache-Control: no-cache
Host: careers2.hiredesk.net
Cookie: ASPSESSIONIDCCTCTRTQ=IOABIILANIOMEOEGNBBJAPKF
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Tue, 29 Mar 2011 16:18:53 GMT
Server: Microsoft-IIS/6.0
Etag: ""
HDHOST: CHTP3
X-UA-Compatible: IE=EmulateIE7
X-Powered-By: ASP.NET
Pragma: no-cache
Content-Length: 284
Content-Type: text/html
Expires: Wed, 02 Jul 2008 16:18:52 GMT
Set-Cookie: ASPSESSIONIDSAABSTQT=FIBJGILAFCOBIHFBHDCBJABF; path=/
Cache-control: no-cache


<font face="Arial" size=2><p>Microsoft VBScript runtime </font> <font face="Arial" size=2>error '800a0d5d'</font><p><font face="Arial" size=2>Unknown runtime error</font><p><font face="Arial" size=2>/_includes/DatabaseOffline.asp</font><font face="Arial" size=2>, line 9</font>
Cookie Not Marked As HttpOnly

Cookie Not Marked As HttpOnly

1 TOTAL
LOW
CONFIRMED
1
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

  1. See the remedy for solution
  2. Consider marking all of the cookies used by the application as HTTPOnly (After these changes javascript code will not able to read cookies.

Remedy

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

- /viewjobs/JobDetail.asp

/viewjobs/JobDetail.asp CONFIRMED

http://careers2.hiredesk.net/viewjobs/JobDetail.asp?Comp=Evolvent&sPERS_ID=&TP_ID=1&JB_ID=&PROJ_ID=%..

Identified Cookie

ASPSESSIONIDCCTCTRTQ

Request

GET /viewjobs/JobDetail.asp?Comp=Evolvent&sPERS_ID=&TP_ID=1&JB_ID=&PROJ_ID=%7B38C15285-B14B-45F6-B54B-BF2644BDA091%7D&LAN=en-US&BackUrl=ViewJobs/Default.asp HTTP/1.1
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Netsparker)
Cache-Control: no-cache
Host: careers2.hiredesk.net
Accept-Encoding: gzip, deflate
Connection: Keep-Alive

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Date: Tue, 29 Mar 2011 16:18:42 GMT
Pragma: no-cache
Content-Type: text/html; Charset=UTF-8
Expires: Wed, 02 Jul 2008 16:18:42 GMT
ETag: ""
Server: Microsoft-IIS/6.0
HDHOST: CHTP4
X-UA-Compatible: IE=EmulateIE7
X-Powered-By: ASP.NET
Set-Cookie: ASPSESSIONIDCCTCTRTQ=IOABIILANIOMEOEGNBBJAPKF; path=/
Content-Encoding:
Vary: Accept-Encoding
Transfer-Encoding: chunked


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta HTTP-EQUIV="Content-Type" content="text/html; charset=utf-8">
<title>Job Details - Evolvent</title>
<link href='/progressingbar.css' rel='stylesheet' type='text/css'>
<link href='/system/_javascript/HDDatePicker.css' rel='stylesheet' type='text/css'>
<link href='/general/GetTPStylesheets.asp?CompanyName=HireDeskEvolvent@CHDB14&TP_ID=1&TPV=1380' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="/system/_javascript/stringextension.js"></script>
<script type="text/javascript" src="/system/_javascript/HDDatePicker.js"></script>
<script type="text/javascript" src="/general/_javascript/availability.js"></script>
<script type="text/javascript">
// start of date picker functions.
var oDatePicker = new HDDatePicker(document,'MyCalendar1');
function OnDatePickerSelectStart(){
return false;
}
function fnHideDatePicker(sInputCtrlID){
if(oDatePicker.GetTargetField().id==sInputCtrlID)
oDatePicker.SetDisplay(false);
}
function fnPopupDatePicker(sInputCtrlID,sType){
var oinput=document.getElementById(sInputCtrlID);
oDatePicker.SetTargetField(oinput);
oDatePicker.SetFullDateMode((sType.indexOf('/DD')>=0));
oDatePicker.SetInputFormat((sType.indexOf('/DD')>=0?'MM/DD/YYYY':'MM/YYYY'));
oDatePicker.SetOutputFormat((sType.indexOf('/DD')>=0?'MM/DD/YYYY':'MM/YYYY'));
oDatePicker.SetPosition();
oDatePicker.SetDate(oinput.value);
oDatePicker.SetDisplay(true);
}
function fnOnResize(){
oDatePicker.SetPosition();
}
function fnOnload(){
// DatePicker should be initialized after document loaded.
oDatePicker.InitDatePicker();
}
// end of date picker functions.
function GoToURL(sURL)
{
try
{
document.location.href = sURL;
}
catch(err)
{
}
}
function LogOff()
{
document.location.href = '/Register/logoff.asp?Comp=Evolvent';
}
function ClickMenuButton(sTitle)
{
switch(sTitle.toLowerCase())
{
case "viewjobs":
document.location.href = '/ViewJobs/?Comp=Evolvent&sPERS_ID=&TP_ID=1&JB_ID=&PROJ_ID={38C15285-B14B-45F6-B54B-BF2644BDA091}&LAN=en-US';
break;
default :
break;
}
}
</script>
</head>
<body onload='fnOnload()' onresize='fnOnResize()'>
<script type="text/javascript">
var arDayHeader = new Array('Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa');
var arMonth = new Array('January', 'Feburary', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December');
var CALENDAR_Today = 'Today';
var CALENDAR_ThisMonth = 'This Month';
var UNIT_MB = 'MB';
var UNIT_KB = 'KB';
</script>
<table id="TPLayoutTbl" cellpadding="0" cellspacing="0" border="0" align="Left">
<tr>
<td id="TPLayoutBtnCell" align="left">
<!--Buttons-->
<table id="TPBtnSpacerTbl" cellpadding="0" cellspacing="0" border="0">
<tr class="TPBtnSpacer">
<td id="ContainViewJobs" class="TPBtnSpacer"><table id="BtnViewJobs" class="TPBtnTbl_A" cellpadding="0" cellspacing="0" onclick="GoToURL('/ViewJobs/?Comp=Evolvent&sPERS_ID=&TP_ID=1&JB_ID=&PROJ_ID={38C15285-B14B-45F6-B54B-BF2644BDA091}&LAN=en-US');" >
<tr><td class="TPBtn_TopLeft"><div /></td><td class="TPBtn_Top"><div /></td><td class="TPBtn_TopRight"><div /></td></tr>
<tr><td class="TPBtn_Left"><div /></td><td class="TPBtn_Inner"><table cellpadding="0" cellspacing="0" class="TPBtn_InnerTbl"><tr><td class="TPBtn_Inner_Text"><nobr>View Jobs</nobr></td></tr></table></td><td class="TPBtn_Right"><div /></td></tr>
<tr><td class="TPBtn_BottomLeft"><div /></td><td class="TPBtn_Bottom"><div /></td><td class="TPBtn_BottomRight"><div /></td></tr>
</table>
</td>
</tr>
</table>
<!--End Buttons-->
</td>
</tr>
<tr>
<td id="TPLayoutMainCell" align="left">
<!--MainArea-->
<table id="TPMainTbl" cellpadding="0" cellspacing="0" border="0">
<tr id="TPMainHeaderRow">
<td id="TPMainHeaderCell">
<table id="TPMainHeaderLayoutTbl" cellpadding="0" cellspacing="0" border="0" >
<tr id="TPMainHeaderLayoutRow">
<td id="TPMainHeaderLayoutTitleCell"><nobr>Job Details</nobr></td>
<td id="TPMainHeaderLayoutLoginCell">
<a class="TPLink_Login" href="/Login/?Comp=Evolvent&tp_id=1&JB_ID=&Module=ViewJobs&AfterLoginURL=%2Fviewjobs%2FJobDetail%2Easp&PROJ_ID={38C15285-B14B-45F6-B54B-BF2644BDA091}" ><nobr><img src="/_images/Icons_Button.gif" border="0" title="Login Now" alt="Login Now" width="15" height="13" style="padding-bottom:3px" /><span >Login Now</span></nobr></a></td>
</tr>
</table>
</td>
</tr>
<tr id="TPMainHeaderSeparatorRow">
<td id="TPMainHeaderSeparatorCell"></td>
</tr>
<tr id="TPMainNavRow">
<td id="TPMainNavCell">
<table id="TPMainNavTable" cellpadding="0" cellspacing="0" border="0" >
<tr id="TPMainNavTableRow">
<td class="TPMainNavTableCell"><a class="TPLink_Nav" href="/ViewJobs/Default.asp?JobAgent=&sSearch=&CriteriaValue=&Comp=Evolvent&sPERS_ID=&TP_ID=1&JB_ID=&PROJ_ID={38C15285-B14B-45F6-B54B-BF2644BDA091}&LAN=en-US" ><nobr><img src="/_images/Icons_Button_back.gif" border="0" title="Back" alt="Back" width="15" height="13" style="padding-bottom:3px" /><span >Back</span></nobr></a></td></tr>
</table>
</td>
</tr>
<tr id="TPMainNavSeparatorRow">
<td id="TPMainNavSeparatorCell"></td>
</tr>
<tr id="TPMainContentRow">
<td id="TPMainContentCell" class="PageText"><div id="TPMainContentDiv">
<!--Content-->
<div class="PageText" style="width:100%;">Are you interested in this job opening? Are you the perfect fit for our organization? Click on Apply Now! and we will walk you through our Online Application process. If you know of someone else who might be interested, please send this opportunity to a friend.</div>
<table class="FormContent" cellpadding="0" cellspacing="0" border="0">
<tr class="FormContent">
<td class="FormContentFieldLabel">City</td>
<td class="FormContentFieldValue">Herndon</td>
</tr>
<tr class="FormContent">
<td class="FormContentFieldLabel">State</td>
<td class="FormContentFieldValue">Virginia [VA]</td>
</tr>
<tr class="FormContent">
<td class="FormContentFieldLabel">Title</td>
<td class="FormContentFieldValue">Hadoop Developer</td>
</tr>
<tr class="FormContent">
<td class="FormContentFieldLabel">Responsibilities</td>
<td class="FormContentFieldValue"><UL style='margin-top:1px;margin-bottom:1px;'><LI>Design and develop hadoop map reduce jobs </LI><LI>Design Hadoop HDFS repository </LI><LI>Design and Develop:</LI><UL style='margin-top:1px;margin-bottom:1px;'><LI>HBase</LI><LI>Hive Schema</LI><LI>Data model </LI></UL><LI>Develop Hbase Pig Latin queries</LI><LI>Define Data storage and access layouts (compressed, uncompressed, list based) </LI><LI>Define and develop data mining, analysis algorithm</LI></UL></td>
</tr>
<tr class="FormContent">
<td class="FormContentFieldLabel">Required Skills</td>
<td class="FormContentFieldValue"><DIV>Skills/Experience:</DIV><UL style='margin-top:1px;margin-bottom:1px;'><LI>5+ years of hands-on core java development experience. </LI><LI>Good understanding of data mining, data analytics and business intelligence algorithms. </LI><LI>1+ years of hands-on experience on open source data warehousing platform Hadoop, Hbase, Hive. </LI><LI>Expert on Map Reduce algorithm and hands on experience implementing using java.</LI><LI>Expert on Core java application development.</LI><LI>Knowledge on XML handling using Java Web services development using Java Experience on j2EE is a plus. </LI><LI>Experience on Java design patterns e.g. MVC, Delegate, Command, Data Access Objects, Factory Expert on Map Reduce Framework.</LI><LI>1+ years of experience working on hadoop core, Hadoop HBase, Hive, Apache Avro Expert on writing regular expressions.</LI><LI>2-4 years Java</LI><LI>2-4 years JavaScript </LI><LI>1-2 years of Architecture</LI></UL></td>
</tr>
<tr class="FormContent">
<td class="FormContentFieldLabel">EEO Statement</td>
<td class="FormContentFieldValue">Evolvent is an equal opportunity employer who firmly supports and recognizes the value of diversity.<br></td>
</tr>
<tr class="FormContent">
<td class="FormContentFieldLabel">Citizenship Statement</td>
<td class="FormContentFieldValue">Because our positions require employees to be able to obtain and maintain a security clearance, US Citizenship is required.</td>
</tr>
</table>
<a class="TPLink_Action" id="btnApply" href="/register/apply.asp?Comp=Evolvent&sPERS_ID=&TP_ID=1&JB_ID=&PROJ_ID={38C15285-B14B-45F6-B54B-BF2644BDA091}&LAN=en-US" ><nobr><img id="btnApplyImg" src="/_images/Icons_Button.gif" border="0" title="Apply Now! " alt="Apply Now! " width="15" height="13" style="padding-bottom:3px" /><span id="btnApplyText">Apply Now! </span></nobr></a><a class="TPLink_Action" id="btnEmail" href="/MailFriend/default.asp?Comp=Evolvent&sPERS_ID=&TP_ID=1&JB_ID=&PROJ_ID={38C15285-B14B-45F6-B54B-BF2644BDA091}&LAN=en-US&JobAgent=&sSearch=&CriteriaValue=&BackUrl=viewjobs/JobDetail.asp&JobDetailsBackUrl=ViewJobs/Default.asp" ><nobr><img id="btnEmailImg" src="/_images/Icons_Button.gif" border="0" title="Tell A Friend" alt="Tell A Friend" width="15" height="13" style="padding-bottom:3px" /><span id="btnEmailText">Tell A Friend</span></nobr></a><!--Content-END-->
</div>
<div id="TPMainContentHorizontalRestrictionDiv"></div></td>
</tr>
</table>
<!--MainArea-END-->
</td>
</tr>
</table>
</body>
</html>
Database Error Message

Database Error Message

1 TOTAL
LOW
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.

Remedy

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.
- /viewjobs/JobDetail.asp

/viewjobs/JobDetail.asp

http://careers2.hiredesk.net/viewjobs/JobDetail.asp?Comp=Evolvent&sPERS_ID=%0D%0Ans:netsparker056650..

Parameters

Parameter Type Value
Comp GET Evolvent
sPERS_ID GET ns:netsparker056650=vuln
TP_ID GET 1
JB_ID GET 3
PROJ_ID GET {38C15285-B14B-45F6-B54B-BF2644BDA091}
LAN GET en-US
BackUrl GET ViewJobs/Default.asp

Request

GET /viewjobs/JobDetail.asp?Comp=Evolvent&sPERS_ID=%0D%0Ans:netsparker056650=vuln&TP_ID=1&JB_ID=3&PROJ_ID=%7B38C15285-B14B-45F6-B54B-BF2644BDA091%7D&LAN=en-US&BackUrl=ViewJobs/Default.asp HTTP/1.1
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Netsparker)
Cache-Control: no-cache
Host: careers2.hiredesk.net
Cookie: ASPSESSIONIDCCTCTRTQ=IOABIILANIOMEOEGNBBJAPKF; ASPSESSIONIDSAABSTQT=GIBJGILAEHECPFGPFAOEKNKO; ASPSESSIONIDCAQDRRQS=JPPAFILAHNHKMBIFJDPPBMHG
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Tue, 29 Mar 2011 16:18:53 GMT
Server: Microsoft-IIS/6.0
Etag: ""
HDHOST: CHTP4
X-UA-Compatible: IE=EmulateIE7
X-Powered-By: ASP.NET
Pragma: no-cache
Content-Length: 353
Content-Type: text/html; Charset=UTF-8
Expires: Wed, 02 Jul 2008 16:18:52 GMT
Cache-control: no-cache


<font face="Arial" size=2><p>Microsoft OLE DB Provider for SQL Server</font> <font face="Arial" size=2>error '80040e14'</font><p><font face="Arial" size=2>Conversion failed when converting from a character string to uniqueidentifier.</font><p><font face="Arial" size=2>/Classes/BLL/Candidates.asp</font><font face="Arial" size=2>, line 120</font>
Programming Error Message

Programming Error Message

1 TOTAL
LOW
Netsparker identified a programming 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. Source code, stack trace, etc. type data may be disclosed. Most of these issues will be identified and reported separately by Netsparker.

Remedy

Do not provide error messages on production environments. Save error messages with a reference number to a backend storage such as a log, text file or database then show this number and a static user-friendly error message to the user.
- /viewjobs/JobDetail.asp

/viewjobs/JobDetail.asp

http://careers2.hiredesk.net/viewjobs/JobDetail.asp?Comp=%0D%0Ans:netsparker056650=vuln&sPERS_ID=3&T..

Parameters

Parameter Type Value
Comp GET ns:netsparker056650=vuln
sPERS_ID GET 3
TP_ID GET 1
JB_ID GET 3
PROJ_ID GET {38C15285-B14B-45F6-B54B-BF2644BDA091}
LAN GET en-US
BackUrl GET ViewJobs/Default.asp

Identified Error Message

Microsoft VBScript runtime </font> <font face="Arial" size=2>error '800a0d5d'</font>

Request

GET /viewjobs/JobDetail.asp?Comp=%0D%0Ans:netsparker056650=vuln&sPERS_ID=3&TP_ID=1&JB_ID=3&PROJ_ID=%7B38C15285-B14B-45F6-B54B-BF2644BDA091%7D&LAN=en-US&BackUrl=ViewJobs/Default.asp HTTP/1.1
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Netsparker)
Cache-Control: no-cache
Host: careers2.hiredesk.net
Cookie: ASPSESSIONIDCCTCTRTQ=IOABIILANIOMEOEGNBBJAPKF
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 500 Internal Server Error
Connection: close
Date: Tue, 29 Mar 2011 16:18:53 GMT
Server: Microsoft-IIS/6.0
Etag: ""
HDHOST: CHTP3
X-UA-Compatible: IE=EmulateIE7
X-Powered-By: ASP.NET
Pragma: no-cache
Content-Length: 284
Content-Type: text/html
Expires: Wed, 02 Jul 2008 16:18:52 GMT
Set-Cookie: ASPSESSIONIDSAABSTQT=FIBJGILAFCOBIHFBHDCBJABF; path=/
Cache-control: no-cache


<font face="Arial" size=2><p>Microsoft VBScript runtime </font> <font face="Arial" size=2>error '800a0d5d'</font><p><font face="Arial" size=2>Unknown runtime error</font><p><font face="Arial" size=2>/_includes/DatabaseOffline.asp</font><font face="Arial" size=2>, line 9</font>
IIS Version Disclosure

IIS Version Disclosure

1 TOTAL
INFORMATION
Netsparker identified that the target web server is disclosing the web server's version in the HTTP response. This information can help an attacker to gain a greater understanding of the system in use and potentially develop further attacks targeted at the specific web server version.

Impact

An attacker can look for specific security vulnerabilities for the version identified through the SERVER header information.

Remediation

Configure your web server to prevent information leakage from the SERVER header of its HTTP response.
- /viewjobs/JobDetail.asp

/viewjobs/JobDetail.asp

http://careers2.hiredesk.net/viewjobs/JobDetail.asp?Comp=Evolvent&sPERS_ID=&TP_ID=1&JB_ID=&PROJ_ID=%..

Extracted Version

Microsoft-IIS/6.0

Request

GET /viewjobs/JobDetail.asp?Comp=Evolvent&sPERS_ID=&TP_ID=1&JB_ID=&PROJ_ID=%7B38C15285-B14B-45F6-B54B-BF2644BDA091%7D&LAN=en-US&BackUrl=ViewJobs/Default.asp HTTP/1.1
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; Netsparker)
Cache-Control: no-cache
Host: careers2.hiredesk.net
Accept-Encoding: gzip, deflate
Connection: Keep-Alive

Response

HTTP/1.1 200 OK
Cache-Control: no-cache
Connection: close
Date: Tue, 29 Mar 2011 16:18:42 GMT
Pragma: no-cache
Content-Type: text/html; Charset=UTF-8
Expires: Wed, 02 Jul 2008 16:18:42 GMT
ETag: ""
Server: Microsoft-IIS/6.0
HDHOST: CHTP4
X-UA-Compatible: IE=EmulateIE7
X-Powered-By: ASP.NET
Set-Cookie: ASPSESSIONIDCCTCTRTQ=IOABIILANIOMEOEGNBBJAPKF; path=/
Content-Encoding:
Vary: Accept-Encoding
Transfer-Encoding: chunked


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta HTTP-EQUIV="Content-Type" content="text/html; charset=utf-8">
<title>Job Details - Evolvent</title>
<link href='/progressingbar.css' rel='stylesheet' type='text/css'>
<link href='/system/_javascript/HDDatePicker.css' rel='stylesheet' type='text/css'>
<link href='/general/GetTPStylesheets.asp?CompanyName=HireDeskEvolvent@CHDB14&TP_ID=1&TPV=1380' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="/system/_javascript/stringextension.js"></script>
<script type="text/javascript" src="/system/_javascript/HDDatePicker.js"></script>
<script type="text/javascript" src="/general/_javascript/availability.js"></script>
<script type="text/javascript">
// start of date picker functions.
var oDatePicker = new HDDatePicker(document,'MyCalendar1');
function OnDatePickerSelectStart(){
return false;
}
function fnHideDatePicker(sInputCtrlID){
if(oDatePicker.GetTargetField().id==sInputCtrlID)
oDatePicker.SetDisplay(false);
}
function fnPopupDatePicker(sInputCtrlID,sType){
var oinput=document.getElementById(sInputCtrlID);
oDatePicker.SetTargetField(oinput);
oDatePicker.SetFullDateMode((sType.indexOf('/DD')>=0));
oDatePicker.SetInputFormat((sType.indexOf('/DD')>=0?'MM/DD/YYYY':'MM/YYYY'));
oDatePicker.SetOutputFormat((sType.indexOf('/DD')>=0?'MM/DD/YYYY':'MM/YYYY'));
oDatePicker.SetPosition();
oDatePicker.SetDate(oinput.value);
oDatePicker.SetDisplay(true);
}
function fnOnResize(){
oDatePicker.SetPosition();
}
function fnOnload(){
// DatePicker should be initialized after document loaded.
oDatePicker.InitDatePicker();
}
// end of date picker functions.
function GoToURL(sURL)
{
try
{
document.location.href = sURL;
}
catch(err)
{
}
}
function LogOff()
{
document.location.href = '/Register/logoff.asp?Comp=Evolvent';
}
function ClickMenuButton(sTitle)
{
switch(sTitle.toLowerCase())
{
case "viewjobs":
document.location.href = '/ViewJobs/?Comp=Evolvent&sPERS_ID=&TP_ID=1&JB_ID=&PROJ_ID={38C15285-B14B-45F6-B54B-BF2644BDA091}&LAN=en-US';
break;
default :
break;
}
}
</script>
</head>
<body onload='fnOnload()' onresize='fnOnResize()'>
<script type="text/javascript">
var arDayHeader = new Array('Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa');
var arMonth = new Array('January', 'Feburary', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December');
var CALENDAR_Today = 'Today';
var CALENDAR_ThisMonth = 'This Month';
var UNIT_MB = 'MB';
var UNIT_KB = 'KB';
</script>
<table id="TPLayoutTbl" cellpadding="0" cellspacing="0" border="0" align="Left">
<tr>
<td id="TPLayoutBtnCell" align="left">
<!--Buttons-->
<table id="TPBtnSpacerTbl" cellpadding="0" cellspacing="0" border="0">
<tr class="TPBtnSpacer">
<td id="ContainViewJobs" class="TPBtnSpacer"><table id="BtnViewJobs" class="TPBtnTbl_A" cellpadding="0" cellspacing="0" onclick="GoToURL('/ViewJobs/?Comp=Evolvent&sPERS_ID=&TP_ID=1&JB_ID=&PROJ_ID={38C15285-B14B-45F6-B54B-BF2644BDA091}&LAN=en-US');" >
<tr><td class="TPBtn_TopLeft"><div /></td><td class="TPBtn_Top"><div /></td><td class="TPBtn_TopRight"><div /></td></tr>
<tr><td class="TPBtn_Left"><div /></td><td class="TPBtn_Inner"><table cellpadding="0" cellspacing="0" class="TPBtn_InnerTbl"><tr><td class="TPBtn_Inner_Text"><nobr>View Jobs</nobr></td></tr></table></td><td class="TPBtn_Right"><div /></td></tr>
<tr><td class="TPBtn_BottomLeft"><div /></td><td class="TPBtn_Bottom"><div /></td><td class="TPBtn_BottomRight"><div /></td></tr>
</table>
</td>
</tr>
</table>
<!--End Buttons-->
</td>
</tr>
<tr>
<td id="TPLayoutMainCell" align="left">
<!--MainArea-->
<table id="TPMainTbl" cellpadding="0" cellspacing="0" border="0">
<tr id="TPMainHeaderRow">
<td id="TPMainHeaderCell">
<table id="TPMainHeaderLayoutTbl" cellpadding="0" cellspacing="0" border="0" >
<tr id="TPMainHeaderLayoutRow">
<td id="TPMainHeaderLayoutTitleCell"><nobr>Job Details</nobr></td>
<td id="TPMainHeaderLayoutLoginCell">
<a class="TPLink_Login" href="/Login/?Comp=Evolvent&tp_id=1&JB_ID=&Module=ViewJobs&AfterLoginURL=%2Fviewjobs%2FJobDetail%2Easp&PROJ_ID={38C15285-B14B-45F6-B54B-BF2644BDA091}" ><nobr><img src="/_images/Icons_Button.gif" border="0" title="Login Now" alt="Login Now" width="15" height="13" style="padding-bottom:3px" /><span >Login Now</span></nobr></a></td>
</tr>
</table>
</td>
</tr>
<tr id="TPMainHeaderSeparatorRow">
<td id="TPMainHeaderSeparatorCell"></td>
</tr>
<tr id="TPMainNavRow">
<td id="TPMainNavCell">
<table id="TPMainNavTable" cellpadding="0" cellspacing="0" border="0" >
<tr id="TPMainNavTableRow">
<td class="TPMainNavTableCell"><a class="TPLink_Nav" href="/ViewJobs/Default.asp?JobAgent=&sSearch=&CriteriaValue=&Comp=Evolvent&sPERS_ID=&TP_ID=1&JB_ID=&PROJ_ID={38C15285-B14B-45F6-B54B-BF2644BDA091}&LAN=en-US" ><nobr><img src="/_images/Icons_Button_back.gif" border="0" title="Back" alt="Back" width="15" height="13" style="padding-bottom:3px" /><span >Back</span></nobr></a></td></tr>
</table>
</td>
</tr>
<tr id="TPMainNavSeparatorRow">
<td id="TPMainNavSeparatorCell"></td>
</tr>
<tr id="TPMainContentRow">
<td id="TPMainContentCell" class="PageText"><div id="TPMainContentDiv">
<!--Content-->
<div class="PageText" style="width:100%;">Are you interested in this job opening? Are you the perfect fit for our organization? Click on Apply Now! and we will walk you through our Online Application process. If you know of someone else who might be interested, please send this opportunity to a friend.</div>
<table class="FormContent" cellpadding="0" cellspacing="0" border="0">
<tr class="FormContent">
<td class="FormContentFieldLabel">City</td>
<td class="FormContentFieldValue">Herndon</td>
</tr>
<tr class="FormContent">
<td class="FormContentFieldLabel">State</td>
<td class="FormContentFieldValue">Virginia [VA]</td>
</tr>
<tr class="FormContent">
<td class="FormContentFieldLabel">Title</td>
<td class="FormContentFieldValue">Hadoop Developer</td>
</tr>
<tr class="FormContent">
<td class="FormContentFieldLabel">Responsibilities</td>
<td class="FormContentFieldValue"><UL style='margin-top:1px;margin-bottom:1px;'><LI>Design and develop hadoop map reduce jobs </LI><LI>Design Hadoop HDFS repository </LI><LI>Design and Develop:</LI><UL style='margin-top:1px;margin-bottom:1px;'><LI>HBase</LI><LI>Hive Schema</LI><LI>Data model </LI></UL><LI>Develop Hbase Pig Latin queries</LI><LI>Define Data storage and access layouts (compressed, uncompressed, list based) </LI><LI>Define and develop data mining, analysis algorithm</LI></UL></td>
</tr>
<tr class="FormContent">
<td class="FormContentFieldLabel">Required Skills</td>
<td class="FormContentFieldValue"><DIV>Skills/Experience:</DIV><UL style='margin-top:1px;margin-bottom:1px;'><LI>5+ years of hands-on core java development experience. </LI><LI>Good understanding of data mining, data analytics and business intelligence algorithms. </LI><LI>1+ years of hands-on experience on open source data warehousing platform Hadoop, Hbase, Hive. </LI><LI>Expert on Map Reduce algorithm and hands on experience implementing using java.</LI><LI>Expert on Core java application development.</LI><LI>Knowledge on XML handling using Java Web services development using Java Experience on j2EE is a plus. </LI><LI>Experience on Java design patterns e.g. MVC, Delegate, Command, Data Access Objects, Factory Expert on Map Reduce Framework.</LI><LI>1+ years of experience working on hadoop core, Hadoop HBase, Hive, Apache Avro Expert on writing regular expressions.</LI><LI>2-4 years Java</LI><LI>2-4 years JavaScript </LI><LI>1-2 years of Architecture</LI></UL></td>
</tr>
<tr class="FormContent">
<td class="FormContentFieldLabel">EEO Statement</td>
<td class="FormContentFieldValue">Evolvent is an equal opportunity employer who firmly supports and recognizes the value of diversity.<br></td>
</tr>
<tr class="FormContent">
<td class="FormContentFieldLabel">Citizenship Statement</td>
<td class="FormContentFieldValue">Because our positions require employees to be able to obtain and maintain a security clearance, US Citizenship is required.</td>
</tr>
</table>
<a class="TPLink_Action" id="btnApply" href="/register/apply.asp?Comp=Evolvent&sPERS_ID=&TP_ID=1&JB_ID=&PROJ_ID={38C15285-B14B-45F6-B54B-BF2644BDA091}&LAN=en-US" ><nobr><img id="btnApplyImg" src="/_images/Icons_Button.gif" border="0" title="Apply Now! " alt="Apply Now! " width="15" height="13" style="padding-bottom:3px" /><span id="btnApplyText">Apply Now! </span></nobr></a><a class="TPLink_Action" id="btnEmail" href="/MailFriend/default.asp?Comp=Evolvent&sPERS_ID=&TP_ID=1&JB_ID=&PROJ_ID={38C15285-B14B-45F6-B54B-BF2644BDA091}&LAN=en-US&JobAgent=&sSearch=&CriteriaValue=&BackUrl=viewjobs/JobDetail.asp&JobDetailsBackUrl=ViewJobs/Default.asp" ><nobr><img id="btnEmailImg" src="/_images/Icons_Button.gif" border="0" title="Tell A Friend" alt="Tell A Friend" width="15" height="13" style="padding-bottom:3px" /><span id="btnEmailText">Tell A Friend</span></nobr></a><!--Content-END-->
</div>
<div id="TPMainContentHorizontalRestrictionDiv"></div></td>
</tr>
</table>
<!--MainArea-END-->
</td>
</tr>
</table>
</body>
</html>