XSS, Cross Site Scripting in www.truewoman.com, CWE-79, CAPEC-86, DORK, GHDB REPORT SUMMARY

Public Domain Vulnerability Information, Security Articles, Vulnerability Reports, GHDB, DORK Search

Loading

Netsparker - Scan Report Summary
TARGET URL
http://www.truewoman.com/?id=224
SCAN DATE
5/4/2011 1:13:01 AM
REPORT DATE
5/4/2011 1:15:00 AM
SCAN DURATION
00:00:17

Total Requests

66

Average Speed

3.74 req/sec.
4
identified
1
confirmed
1
critical
0
informational

SCAN SETTINGS

Scan Settings
PROFILE
Previous Settings
ENABLED ENGINES
Blind SQL Injection, Boolean SQL Injection, SQL Injection
Authentication
Scheduled

VULNERABILITIES

Vulnerabilities
Netsparker - Web Application Security Scanner
CRITICAL
25 %
LOW
75 %

VULNERABILITY SUMMARY

Vulnerability Summary
URL Parameter Method Vulnerability Confirmed
/ id GET [Probable] SQL Injection No
Cookie Not Marked As HttpOnly Yes
PHP Version Disclosure No
id GET Database Error Message No
[Probable] SQL Injection

[Probable] SQL Injection

1 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:

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

- /

/

http://www.truewoman.com/?id='%2B%20(select+convert(int,CHAR(95)%2BCHAR(33)%2BCHAR(64)%2BCHAR(50)%2B..

Parameters

Parameter Type Value
id GET '+ (select convert(int,CHAR(95)+CHAR(33)+CHAR(64)+CHAR(50)+CHAR(100)+CHAR(105)+CHAR(108)+CHAR(101)+CHAR(109)+CHAR(109)+CHAR(97)) FROM syscolumns) +'

Request

GET /?id='%2B%20(select+convert(int,CHAR(95)%2BCHAR(33)%2BCHAR(64)%2BCHAR(50)%2BCHAR(100)%2BCHAR(105)%2BCHAR(108)%2BCHAR(101)%2BCHAR(109)%2BCHAR(109)%2BCHAR(97))+FROM+syscolumns)%20%2B' 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: www.truewoman.com
Cookie: SN47d74a4a4b1bb=89dc6d38a0fe3a30da4776f0de44a5b4
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Server: nginx/0.7.65
Date: Wed, 04 May 2011 01:15:48 GMT
Content-Type: text/html
Connection: keep-alive
X-Powered-By: PHP/5.2.10-2ubuntu6
P3P: CP="NOI NID ADMa OUR IND UNI COM NAV"
Cache-Control: private, must-revalidate
Set-Cookie: SN47d74a4a4b1bb=89dc6d38a0fe3a30da4776f0de44a5b4; path=/
Vary: Accept-Encoding
Content-Encoding:
Content-Length: 979


<html><head><title>MODx Content Manager &raquo; </title> <style>TD, BODY { font-size: 11px; font-family:verdana; }</style> <script type='text/javascript'> function copyToClip() { holdtext.innerText = sqlHolder.innerText; Copied = holdtext.createTextRange(); Copied.execCommand('Copy'); } </script> </head><body> <h3 style='color:red'>&laquo; MODx Parse Error &raquo;</h3> <table border='0' cellpadding='1' cellspacing='0'> <tr><td colspan='3'>MODx encountered the following error while attempting to parse the requested resource:</td></tr> <tr><td colspan='3'><b style='color:red;'>&laquo; Execution of a query to the database failed - 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 '(select+convert(int,CHAR(95)%2BCHAR(33)%2BCHAR(64)%2BCHAR(50)%2BCHAR(100)%2BCHAR' at line 1 &raquo;</b></td></tr><tr><td colspan='3'><b style='color:#999;font-size: 9px;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SQL:&nbsp;<span id='sqlHolder'>INSERT INTO `truewoman`.`truewoman_error_404_logger` (url, ip, host, referer, createdon) VALUES ('/?id='%2B%20(select+convert(int,CHAR(95)%2BCHAR(33)%2BCHAR(64)%2BCHAR(50)%2BCHAR(100)%2BCHAR(105)%2BCHAR(108)%2BCHAR(101)%2BCHAR(109)%2BCHAR(109)%2BCHAR(97))+FROM+syscolumns)%20%2B'','173.193.214.243', '173.193.214.243-static.reverse.softlayer.com', '', '2011-05-03 21:15:48')</span></b> <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='javascript:copyToClip();' style='color:#821517;font-size: 9px; text-decoration: none'>[Copy SQL to ClipBoard]</a><textarea id='holdtext' style='display:none;'></textarea></td></tr><tr><td>&nbsp;</td></tr><tr><td colspan='3'><b>Parser timing</b></td></tr><tr><td>&nbsp;&nbsp;MySQL: </td><td><i>0.0013 s</i></td><td>(<i>1 Requests</i>)</td></tr><tr><td>&nbsp;&nbsp;PHP: </td><td><i>0.2783 s</i></td><td>&nbsp;</td></tr><tr><td>&nbsp;&nbsp;Total: </td><td><i>0.2796 s</i></td><td>&nbsp;</td></tr></table></body></html>
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

- /

/ CONFIRMED

http://www.truewoman.com/?id=224

Identified Cookie

SN47d74a4a4b1bb

Request

GET /?id=224 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: www.truewoman.com
Accept-Encoding: gzip, deflate
Connection: Keep-Alive

Response

HTTP/1.1 200 OK
Server: nginx/0.7.65
Date: Wed, 04 May 2011 01:15:38 GMT
Content-Type: text/html; charset=iso-8859-1
Connection: keep-alive
X-Powered-By: PHP/5.2.10-2ubuntu6
P3P: CP="NOI NID ADMa OUR IND UNI COM NAV"
Cache-Control: private, must-revalidate
Set-Cookie: SN47d74a4a4b1bb=89dc6d38a0fe3a30da4776f0de44a5b4; path=/,SN47d74a4a4b1bb=89dc6d38a0fe3a30da4776f0de44a5b4; path=/
Vary: Accept-Encoding
Content-Encoding:
Content-Length: 3921



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>True Woman | Books</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<link rel="alternate" type="application/rss+xml" title="finding facts for life's tough questions" href="/index.php?id=46" />

<script type="text/javascript" src="/assets/js/default_modx_install.js"></script>

<script src="/assets/js/jquery.js" type="text/javascript" charset="utf-8"></script>
<script>
jQuery.noConflict();
</script>
<script src="/assets/js/place_google_analytics_links.js" type="text/javascript"></script>
<script src="/assets/js/default.js" type="text/javascript"></script>
<script type="text/javascript">
var userflyHost = (("https:" == document.location.protocol) ? "https://secure.userfly.com"; : "http://asset.userfly.com";);
document.write(unescape("%3Cscript src='" + userflyHost + "/users/58137/userfly.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<link rel="shortcut icon" href="favicon.ico" />

<link rel="stylesheet" type="text/css" href="/assets/templates/fiveq/css/global.css" media="screen" />
<!--[if IE]><link rel="stylesheet" type="text/css" href="/assets/templates/fiveq/css/ie.css" media="screen"/><![endif]-->
<link rel="stylesheet" type="text/css" href="/assets/templates/fiveq/css/print.css" media="print" />

<link rel="stylesheet" type="text/css" href="/assets/templates/fiveq/css/internal.css" media="screen" />
<script type="text/javascript">var MODX_MEDIA_PATH = "media";</script></head>

<body><script src="http://www.google-analytics.com/ga.js" type="text/javascript"></script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-667755-12");
pageTracker._initData();
pageTracker._trackPageview();
</script>
<div id="base">
<div id="wrapper">
<div id="main">
<div id="header">

<h1 id="logo"><a href="/" title="True Woman: Now is the Time."><span class="none">True Woman 08</span></a></h1>
<h1 id="printLogo" style="display: none;">www.TrueWoman.com</h1>
<h2 id="roh_logo"><a href="http://www.reviveourhearts.com" title="Revive Our Hearts"><span class="none">a ministry of Revive Our Hearts</span></a></h2>
<form id="googleSearch" action="/search"><span id="searchtext">search</span>&nbsp;<input type="text" name="query" value="" onfocus="this.select();" /><input id="googleSearchButton" type="image" src="/assets/templates/fiveq/images/gui/universal/search/search_button.jpg" value="search" /></form>
<div id="follow">
<p>
Follow us on:
</p>
<ul>
<li class="facebook"><a href="http://www.facebook.com/TrueWomanMovement" title="join our facebook">Facebook</a></li>
<li class="twitter"><a href="http://twitter.com/TrueWoman" title="follow us on twitter">Twitter</a></li>
</ul>
</div>

<div id="nav">
<ul id="menu">
<li id="menu228"><a href="index.php?id=228" title="About">About</a></li>
<li id="menu378"><a href="index.php?id=1182" title="Events">Events</a>
<ul>
<li id="menu1211"><a href="index.php?id=1182" title="Host a True Woman Event">Host a True Woman Event</a></li>
<li id="menu1318"><a href="index.php?id=1318">Conference Messages</a></li>
<li id="menu834"><a href="http://www.reviveourhearts.com/timesofrefreshing/" title="For Women's Ministry Directors">Women's Ministry Directors</a></li>
</ul>
</li>
<li id="menu229"><a href="index.php?id=1318" title="Media &amp; Articles">Media &amp; Articles</a>
<ul>
<li id="menu110"><a href="index.php?id=110" title="True Woman Videos">Videos</a></li>
<li id="menu1318"><a href="index.php?id=1318" title="Conference Messages">Conference Messages</a>
<ul>
<li id="menu1343"><a href="index.php?id=1343" title="Chattanooga 2010">Chattanooga '10</a></li>
<li id="menu1369"><a href="index.php?id=1369" title="Fort Worth 2010">Fort Worth '10</a></li>
<li id="menu1290"><a href="index.php?id=1290" title="Indianapolis 2010">Indianapolis '10</a></li>
<li id="menu1409"><a href="index.php?id=317" title="Chicago 2008">Chicago '08</a></li>
</ul>
</li>
<li id="menu235"><a href="index.php?id=235" title="Articles">Articles</a></li>
<li id="menu469"><a href="index.php?id=469" title="Podcast">Podcast</a></li>
<li id="menu456"><a href="index.php?id=456" title="Theme Song">Theme Song</a></li>
</ul>
</li>
<li id="menu15"><a href="index.php?id=15" title="Blog">blog</a>
<ul>
<li id="menu42"><a href="index.php?id=42" title="Complete Archives">Complete Archives</a></li>
<li id="menu882"><a href="index.php?id=882" title="Blog Topics">Topics</a></li>
<li id="menu884"><a href="index.php?id=884" title="Blog Authors">Authors</a></li>
</ul>
</li>
<li id="menu217"><a href="index.php?id=217" title="Store">Store</a>
<ul>
<li id="menu221"><a href="index.php?id=221" title="CDs">CDs</a></li>
<li id="menu223"><a href="index.php?id=223" title="DVDs">DVDs</a></li>
<li id="menu224"><a href="index.php?id=224" title="Books">Books</a></li>
<li id="menu507"><a href="index.php?id=507" title="Other">Other</a></li>
</ul>
</li>
<li id="menu243"><a href="index.php?id=228" title="Join the Movement">Join the Movement</a>
<ul>
<li id="menu980"><a href="index.php?id=980" title="Read The Manifesto">Read The Manifesto</a></li>
<li id="menu1121"><a href="index.php?id=1121" title="Sign the Manifesto">Sign the Manifesto</a></li>
<li id="menu1122"><a href="index.php?id=1122" title="Share the Manifesto">Share the Manifesto</a></li>
</ul>
</li>
<li id="menu1252"><a href="https://www.truewoman.com/donate-online/" title="Donate">Donate</a></li>
</ul>
</div>
<hr class="none" />
<h1 class="masthead" id="masthead217"><span class="none">Venue &amp; Travel</span></h1>

</div>

<div id="panel_left">
<ul><li><a href="/index.php?id=221" title="CDs" >CDs</a></li><li><a href="/index.php?id=223" title="DVDs" >DVDs</a></li><li class="active"><a href="/index.php?id=224" title="Books" >Books</a></li><li class="last"><a href="/index.php?id=507" title="Other" >Other</a></li></ul>



</div>

<div id="content">

<div id="pageFunctions">
<a id="functionPrint" onclick="window.print()">print page</a>

<script type="text/javascript">
var addthis_brand = "TrueWoman.com";
</script>
<a href="http://www.addthis.com/bookmark.php" onclick="return addthis_open(this, 'email', '[URL]', '[TITLE]');" id="functionEmail">email page</a>


</div>

<h2>Books</h2>



<a href="http://store.reviveourhearts.com/becominggodstruewoman.aspx?utm_source=TW-COM&utm_medium=LINK&utm_content=TW-COM&utm_campaign=TW-COM" class="store-item">
<img src="/assets/images/store/small/96186.jpg" alt="Becoming God's True Woman " />
<div class="name">Becoming God's True Woman </div>
<div class="price">$16.00</div>
</a><a href="http://store.reviveourhearts.com/voiceofthetruewomanmovement.aspx?utm_source=TW-COM&utm_medium=LINK&utm_content=TW-COM&utm_campaign=TW-COM" class="store-item">
<img src="/assets/images/store/small/96312.jpg" alt="Voices of the True Woman Movement" />
<div class="name">Voices of the True Woman Movement</div>
<div class="price">$15.00</div>
</a><a href="http://store.reviveourhearts.com/biblicalportraitofwomanhood-packof10.aspx?utm_source=TW-COM&utm_medium=LINK&utm_content=TW-COM&utm_campaign=TW-COM" class="store-item">
<img src="/assets/images/store/small/85012.jpg" alt="Biblical Portrait of Womanhood 10 Pack (booklet)" />
<div class="name">Biblical Portrait of Womanhood 10 Pack (booklet)</div>
<div class="price">$15.00</div>
</a><a href="http://store.reviveourhearts.com/biblicalportraitofwomanhoodbooklet.aspx?utm_source=TW-COM&utm_medium=LINK&utm_content=TW-COM&utm_campaign=TW-COM" class="store-item">
<img src="/assets/images/store/small/55610.jpg" alt="Biblical Portrait of Womanhood (booklet) " />
<div class="name">Biblical Portrait of Womanhood (booklet) </div>
<div class="price">$3.00</div>
</a><a href="http://store.reviveourhearts.com/liesyoungwomenbelieve.aspx?utm_source=TW-COM&utm_medium=LINK&utm_content=TW-COM&utm_campaign=TW-COM" class="store-item">
<img src="/assets/images/store/small/96164.jpg" alt="Lies YOUNG Women Believe" />
<div class="name">Lies YOUNG Women Believe</div>
<div class="price">$15.00</div>
</a><a href="http://store.reviveourhearts.com/liesyoungwomenbelievebookandcompanionguideset.aspx?utm_source=TW-COM&utm_medium=LINK&utm_content=TW-COM&utm_campaign=TW-COM" class="store-item">
<img src="/assets/images/store/small/85041.jpg" alt="Lies YOUNG Women Believe Book & Companion Guide Set" />
<div class="name">Lies YOUNG Women Believe Book & Companion Guide Set</div>
<div class="price">$25.00</div>
</a><a href="http://store.reviveourhearts.com/liesyoungwomenbelievecompanionguide.aspx?utm_source=TW-COM&utm_medium=LINK&utm_content=TW-COM&utm_campaign=TW-COM" class="store-item">
<img src="/assets/images/store/small/96183.jpg" alt="Lies YOUNG Women Believe Companion Guide" />
<div class="name">Lies YOUNG Women Believe Companion Guide</div>
<div class="price">$14.00</div>
</a><a href="http://store.reviveourhearts.com/whatsthedifferencemanhoodandwomanhood.aspx?utm_source=TW-COM&utm_medium=LINK&utm_content=TW-COM&utm_campaign=TW-COM" class="store-item">
<img src="/assets/images/store/small/56953.jpg" alt="What's the Difference" />
<div class="name">What's the Difference</div>
<div class="price">$10.00</div>
</a><a href="http://store.reviveourhearts.com/whatssubmissiongodtodowithit.aspx?utm_source=TW-COM&utm_medium=LINK&utm_content=TW-COM&utm_campaign=TW-COM" class="store-item">
<img src="/assets/images/store/small/96178.jpg" alt="What's Submission Got to Do With It?" />
<div class="name">What's Submission Got to Do With It?</div>
<div class="price">$13.00</div>
</a><a href="http://store.reviveourhearts.com/thetruewoman.aspx?utm_source=TW-COM&utm_medium=LINK&utm_content=TW-COM&utm_campaign=TW-COM" class="store-item">
<img src="/assets/images/store/small/96182.jpg" alt="True Woman, The" />
<div class="name">True Woman, The</div>
<div class="price">$15.00</div>
</a><a href="http://store.reviveourhearts.com/brokennesssurrenderholinessareviveourheartstrilogy.aspx?utm_source=TW-COM&utm_medium=LINK&utm_content=TW-COM&utm_campaign=TW-COM" class="store-item">
<img src="/assets/images/store/small/96181.jpg" alt="Brokenness - Surrender - Holiness: An ROH Trilogy" />
<div class="name">Brokenness - Surrender - Holiness: An ROH Trilogy</div>
<div class="price">$20.00</div>
</a><a href="http://store.reviveourhearts.com/radicalwomanhood.aspx?utm_source=TW-COM&utm_medium=LINK&utm_content=TW-COM&utm_campaign=TW-COM" class="store-item">
<img src="/assets/images/store/small/96185.jpg" alt="Radical Womanhood" />
<div class="name">Radical Womanhood</div>
<div class="price">$15.00</div>
</a><a href="http://store.reviveourhearts.com/barbaraandsusansguidetotheemptynest.aspx?utm_source=TW-COM&utm_medium=LINK&utm_content=TW-COM&utm_campaign=TW-COM" class="store-item">
<img src="/assets/images/store/small/96175.jpg" alt="Barbara & Susan's Guide to the Empty Nest" />
<div class="name">Barbara & Susan's Guide to the Empty Nest</div>
<div class="price">$20.00</div>
</a><a href="http://store.reviveourhearts.com/thetruththatsetsyoufreebookmarks-50.aspx?utm_source=TW-COM&utm_medium=LINK&utm_content=TW-COM&utm_campaign=TW-COM" class="store-item">
<img src="/assets/images/store/small/55731.jpg" alt="BKMK - Truth That Sets Us Free (PK/50) (bookmark)" />
<div class="name">BKMK - Truth That Sets Us Free (PK/50) (bookmark)</div>
<div class="price">$12.00</div>
</a><a href="http://store.reviveourhearts.com/thecompanionguidetolieswomenbelieve.aspx?utm_source=TW-COM&utm_medium=LINK&utm_content=TW-COM&utm_campaign=TW-COM" class="store-item">
<img src="/assets/images/store/small/96022.jpg" alt="Lies Women Beliieve Companion Guide" />
<div class="name">Lies Women Beliieve Companion Guide</div>
<div class="price">$14.00</div>
</a><a href="http://store.reviveourhearts.com/lieswomenbelieve-1.aspx?utm_source=TW-COM&utm_medium=LINK&utm_content=TW-COM&utm_campaign=TW-COM" class="store-item">
<img src="/assets/images/store/small/85028.jpg" alt="Lies Women Believe" />
<div class="name">Lies Women Believe</div>
<div class="price">$16.00</div>
</a>

<div style="clear:both;">&nbsp;</div>

<div id="ditto_store_pages"> pages: <span class='ditto_currentpage'>1</span><a class='ditto_page' href='/index.php?id=224&amp;start=16'>2</a><a class='ditto_page' href='/index.php?id=224&amp;start=32'>3</a> &l..
PHP Version Disclosure

PHP Version Disclosure

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

/

http://www.truewoman.com/?id=224

Extracted Version

PHP/5.2.10-2ubuntu6

Request

GET /?id=224 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: www.truewoman.com
Accept-Encoding: gzip, deflate
Connection: Keep-Alive

Response

HTTP/1.1 200 OK
Server: nginx/0.7.65
Date: Wed, 04 May 2011 01:15:38 GMT
Content-Type: text/html; charset=iso-8859-1
Connection: keep-alive
X-Powered-By: PHP/5.2.10-2ubuntu6
P3P: CP="NOI NID ADMa OUR IND UNI COM NAV"
Cache-Control: private, must-revalidate
Set-Cookie: SN47d74a4a4b1bb=89dc6d38a0fe3a30da4776f0de44a5b4; path=/,SN47d74a4a4b1bb=89dc6d38a0fe3a30da4776f0de44a5b4; path=/
Vary: Accept-Encoding
Content-Encoding:
Content-Length: 3921



<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>True Woman | Books</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<link rel="alternate" type="application/rss+xml" title="finding facts for life's tough questions" href="/index.php?id=46" />

<script type="text/javascript" src="/assets/js/default_modx_install.js"></script>

<script src="/assets/js/jquery.js" type="text/javascript" charset="utf-8"></script>
<script>
jQuery.noConflict();
</script>
<script src="/assets/js/place_google_analytics_links.js" type="text/javascript"></script>
<script src="/assets/js/default.js" type="text/javascript"></script>
<script type="text/javascript">
var userflyHost = (("https:" == document.location.protocol) ? "https://secure.userfly.com"; : "http://asset.userfly.com";);
document.write(unescape("%3Cscript src='" + userflyHost + "/users/58137/userfly.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<link rel="shortcut icon" href="favicon.ico" />

<link rel="stylesheet" type="text/css" href="/assets/templates/fiveq/css/global.css" media="screen" />
<!--[if IE]><link rel="stylesheet" type="text/css" href="/assets/templates/fiveq/css/ie.css" media="screen"/><![endif]-->
<link rel="stylesheet" type="text/css" href="/assets/templates/fiveq/css/print.css" media="print" />

<link rel="stylesheet" type="text/css" href="/assets/templates/fiveq/css/internal.css" media="screen" />
<script type="text/javascript">var MODX_MEDIA_PATH = "media";</script></head>

<body><script src="http://www.google-analytics.com/ga.js" type="text/javascript"></script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-667755-12");
pageTracker._initData();
pageTracker._trackPageview();
</script>
<div id="base">
<div id="wrapper">
<div id="main">
<div id="header">

<h1 id="logo"><a href="/" title="True Woman: Now is the Time."><span class="none">True Woman 08</span></a></h1>
<h1 id="printLogo" style="display: none;">www.TrueWoman.com</h1>
<h2 id="roh_logo"><a href="http://www.reviveourhearts.com" title="Revive Our Hearts"><span class="none">a ministry of Revive Our Hearts</span></a></h2>
<form id="googleSearch" action="/search"><span id="searchtext">search</span>&nbsp;<input type="text" name="query" value="" onfocus="this.select();" /><input id="googleSearchButton" type="image" src="/assets/templates/fiveq/images/gui/universal/search/search_button.jpg" value="search" /></form>
<div id="follow">
<p>
Follow us on:
</p>
<ul>
<li class="facebook"><a href="http://www.facebook.com/TrueWomanMovement" title="join our facebook">Facebook</a></li>
<li class="twitter"><a href="http://twitter.com/TrueWoman" title="follow us on twitter">Twitter</a></li>
</ul>
</div>

<div id="nav">
<ul id="menu">
<li id="menu228"><a href="index.php?id=228" title="About">About</a></li>
<li id="menu378"><a href="index.php?id=1182" title="Events">Events</a>
<ul>
<li id="menu1211"><a href="index.php?id=1182" title="Host a True Woman Event">Host a True Woman Event</a></li>
<li id="menu1318"><a href="index.php?id=1318">Conference Messages</a></li>
<li id="menu834"><a href="http://www.reviveourhearts.com/timesofrefreshing/" title="For Women's Ministry Directors">Women's Ministry Directors</a></li>
</ul>
</li>
<li id="menu229"><a href="index.php?id=1318" title="Media &amp; Articles">Media &amp; Articles</a>
<ul>
<li id="menu110"><a href="index.php?id=110" title="True Woman Videos">Videos</a></li>
<li id="menu1318"><a href="index.php?id=1318" title="Conference Messages">Conference Messages</a>
<ul>
<li id="menu1343"><a href="index.php?id=1343" title="Chattanooga 2010">Chattanooga '10</a></li>
<li id="menu1369"><a href="index.php?id=1369" title="Fort Worth 2010">Fort Worth '10</a></li>
<li id="menu1290"><a href="index.php?id=1290" title="Indianapolis 2010">Indianapolis '10</a></li>
<li id="menu1409"><a href="index.php?id=317" title="Chicago 2008">Chicago '08</a></li>
</ul>
</li>
<li id="menu235"><a href="index.php?id=235" title="Articles">Articles</a></li>
<li id="menu469"><a href="index.php?id=469" title="Podcast">Podcast</a></li>
<li id="menu456"><a href="index.php?id=456" title="Theme Song">Theme Song</a></li>
</ul>
</li>
<li id="menu15"><a href="index.php?id=15" title="Blog">blog</a>
<ul>
<li id="menu42"><a href="index.php?id=42" title="Complete Archives">Complete Archives</a></li>
<li id="menu882"><a href="index.php?id=882" title="Blog Topics">Topics</a></li>
<li id="menu884"><a href="index.php?id=884" title="Blog Authors">Authors</a></li>
</ul>
</li>
<li id="menu217"><a href="index.php?id=217" title="Store">Store</a>
<ul>
<li id="menu221"><a href="index.php?id=221" title="CDs">CDs</a></li>
<li id="menu223"><a href="index.php?id=223" title="DVDs">DVDs</a></li>
<li id="menu224"><a href="index.php?id=224" title="Books">Books</a></li>
<li id="menu507"><a href="index.php?id=507" title="Other">Other</a></li>
</ul>
</li>
<li id="menu243"><a href="index.php?id=228" title="Join the Movement">Join the Movement</a>
<ul>
<li id="menu980"><a href="index.php?id=980" title="Read The Manifesto">Read The Manifesto</a></li>
<li id="menu1121"><a href="index.php?id=1121" title="Sign the Manifesto">Sign the Manifesto</a></li>
<li id="menu1122"><a href="index.php?id=1122" title="Share the Manifesto">Share the Manifesto</a></li>
</ul>
</li>
<li id="menu1252"><a href="https://www.truewoman.com/donate-online/" title="Donate">Donate</a></li>
</ul>
</div>
<hr class="none" />
<h1 class="masthead" id="masthead217"><span class="none">Venue &amp; Travel</span></h1>

</div>

<div id="panel_left">
<ul><li><a href="/index.php?id=221" title="CDs" >CDs</a></li><li><a href="/index.php?id=223" title="DVDs" >DVDs</a></li><li class="active"><a href="/index.php?id=224" title="Books" >Books</a></li><li class="last"><a href="/index.php?id=507" title="Other" >Other</a></li></ul>



</div>

<div id="content">

<div id="pageFunctions">
<a id="functionPrint" onclick="window.print()">print page</a>

<script type="text/javascript">
var addthis_brand = "TrueWoman.com";
</script>
<a href="http://www.addthis.com/bookmark.php" onclick="return addthis_open(this, 'email', '[URL]', '[TITLE]');" id="functionEmail">email page</a>


</div>

<h2>Books</h2>



<a href="http://store.reviveourhearts.com/becominggodstruewoman.aspx?utm_source=TW-COM&utm_medium=LINK&utm_content=TW-COM&utm_campaign=TW-COM" class="store-item">
<img src="/assets/images/store/small/96186.jpg" alt="Becoming God's True Woman " />
<div class="name">Becoming God's True Woman </div>
<div class="price">$16.00</div>
</a><a href="http://store.reviveourhearts.com/voiceofthetruewomanmovement.aspx?utm_source=TW-COM&utm_medium=LINK&utm_content=TW-COM&utm_campaign=TW-COM" class="store-item">
<img src="/assets/images/store/small/96312.jpg" alt="Voices of the True Woman Movement" />
<div class="name">Voices of the True Woman Movement</div>
<div class="price">$15.00</div>
</a><a href="http://store.reviveourhearts.com/biblicalportraitofwomanhood-packof10.aspx?utm_source=TW-COM&utm_medium=LINK&utm_content=TW-COM&utm_campaign=TW-COM" class="store-item">
<img src="/assets/images/store/small/85012.jpg" alt="Biblical Portrait of Womanhood 10 Pack (booklet)" />
<div class="name">Biblical Portrait of Womanhood 10 Pack (booklet)</div>
<div class="price">$15.00</div>
</a><a href="http://store.reviveourhearts.com/biblicalportraitofwomanhoodbooklet.aspx?utm_source=TW-COM&utm_medium=LINK&utm_content=TW-COM&utm_campaign=TW-COM" class="store-item">
<img src="/assets/images/store/small/55610.jpg" alt="Biblical Portrait of Womanhood (booklet) " />
<div class="name">Biblical Portrait of Womanhood (booklet) </div>
<div class="price">$3.00</div>
</a><a href="http://store.reviveourhearts.com/liesyoungwomenbelieve.aspx?utm_source=TW-COM&utm_medium=LINK&utm_content=TW-COM&utm_campaign=TW-COM" class="store-item">
<img src="/assets/images/store/small/96164.jpg" alt="Lies YOUNG Women Believe" />
<div class="name">Lies YOUNG Women Believe</div>
<div class="price">$15.00</div>
</a><a href="http://store.reviveourhearts.com/liesyoungwomenbelievebookandcompanionguideset.aspx?utm_source=TW-COM&utm_medium=LINK&utm_content=TW-COM&utm_campaign=TW-COM" class="store-item">
<img src="/assets/images/store/small/85041.jpg" alt="Lies YOUNG Women Believe Book & Companion Guide Set" />
<div class="name">Lies YOUNG Women Believe Book & Companion Guide Set</div>
<div class="price">$25.00</div>
</a><a href="http://store.reviveourhearts.com/liesyoungwomenbelievecompanionguide.aspx?utm_source=TW-COM&utm_medium=LINK&utm_content=TW-COM&utm_campaign=TW-COM" class="store-item">
<img src="/assets/images/store/small/96183.jpg" alt="Lies YOUNG Women Believe Companion Guide" />
<div class="name">Lies YOUNG Women Believe Companion Guide</div>
<div class="price">$14.00</div>
</a><a href="http://store.reviveourhearts.com/whatsthedifferencemanhoodandwomanhood.aspx?utm_source=TW-COM&utm_medium=LINK&utm_content=TW-COM&utm_campaign=TW-COM" class="store-item">
<img src="/assets/images/store/small/56953.jpg" alt="What's the Difference" />
<div class="name">What's the Difference</div>
<div class="price">$10.00</div>
</a><a href="http://store.reviveourhearts.com/whatssubmissiongodtodowithit.aspx?utm_source=TW-COM&utm_medium=LINK&utm_content=TW-COM&utm_campaign=TW-COM" class="store-item">
<img src="/assets/images/store/small/96178.jpg" alt="What's Submission Got to Do With It?" />
<div class="name">What's Submission Got to Do With It?</div>
<div class="price">$13.00</div>
</a><a href="http://store.reviveourhearts.com/thetruewoman.aspx?utm_source=TW-COM&utm_medium=LINK&utm_content=TW-COM&utm_campaign=TW-COM" class="store-item">
<img src="/assets/images/store/small/96182.jpg" alt="True Woman, The" />
<div class="name">True Woman, The</div>
<div class="price">$15.00</div>
</a><a href="http://store.reviveourhearts.com/brokennesssurrenderholinessareviveourheartstrilogy.aspx?utm_source=TW-COM&utm_medium=LINK&utm_content=TW-COM&utm_campaign=TW-COM" class="store-item">
<img src="/assets/images/store/small/96181.jpg" alt="Brokenness - Surrender - Holiness: An ROH Trilogy" />
<div class="name">Brokenness - Surrender - Holiness: An ROH Trilogy</div>
<div class="price">$20.00</div>
</a><a href="http://store.reviveourhearts.com/radicalwomanhood.aspx?utm_source=TW-COM&utm_medium=LINK&utm_content=TW-COM&utm_campaign=TW-COM" class="store-item">
<img src="/assets/images/store/small/96185.jpg" alt="Radical Womanhood" />
<div class="name">Radical Womanhood</div>
<div class="price">$15.00</div>
</a><a href="http://store.reviveourhearts.com/barbaraandsusansguidetotheemptynest.aspx?utm_source=TW-COM&utm_medium=LINK&utm_content=TW-COM&utm_campaign=TW-COM" class="store-item">
<img src="/assets/images/store/small/96175.jpg" alt="Barbara & Susan's Guide to the Empty Nest" />
<div class="name">Barbara & Susan's Guide to the Empty Nest</div>
<div class="price">$20.00</div>
</a><a href="http://store.reviveourhearts.com/thetruththatsetsyoufreebookmarks-50.aspx?utm_source=TW-COM&utm_medium=LINK&utm_content=TW-COM&utm_campaign=TW-COM" class="store-item">
<img src="/assets/images/store/small/55731.jpg" alt="BKMK - Truth That Sets Us Free (PK/50) (bookmark)" />
<div class="name">BKMK - Truth That Sets Us Free (PK/50) (bookmark)</div>
<div class="price">$12.00</div>
</a><a href="http://store.reviveourhearts.com/thecompanionguidetolieswomenbelieve.aspx?utm_source=TW-COM&utm_medium=LINK&utm_content=TW-COM&utm_campaign=TW-COM" class="store-item">
<img src="/assets/images/store/small/96022.jpg" alt="Lies Women Beliieve Companion Guide" />
<div class="name">Lies Women Beliieve Companion Guide</div>
<div class="price">$14.00</div>
</a><a href="http://store.reviveourhearts.com/lieswomenbelieve-1.aspx?utm_source=TW-COM&utm_medium=LINK&utm_content=TW-COM&utm_campaign=TW-COM" class="store-item">
<img src="/assets/images/store/small/85028.jpg" alt="Lies Women Believe" />
<div class="name">Lies Women Believe</div>
<div class="price">$16.00</div>
</a>

<div style="clear:both;">&nbsp;</div>

<div id="ditto_store_pages"> pages: <span class='ditto_currentpage'>1</span><a class='ditto_page' href='/index.php?id=224&amp;start=16'>2</a><a class='ditto_page' href='/index.php?id=224&amp;start=32'>3</a> &l..
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.
- /

/

http://www.truewoman.com/?id='%2B%20(select+convert(int,CHAR(95)%2BCHAR(33)%2BCHAR(64)%2BCHAR(50)%2B..

Parameters

Parameter Type Value
id GET '+ (select convert(int,CHAR(95)+CHAR(33)+CHAR(64)+CHAR(50)+CHAR(100)+CHAR(105)+CHAR(108)+CHAR(101)+CHAR(109)+CHAR(109)+CHAR(97)) FROM syscolumns) +'

Request

GET /?id='%2B%20(select+convert(int,CHAR(95)%2BCHAR(33)%2BCHAR(64)%2BCHAR(50)%2BCHAR(100)%2BCHAR(105)%2BCHAR(108)%2BCHAR(101)%2BCHAR(109)%2BCHAR(109)%2BCHAR(97))+FROM+syscolumns)%20%2B' 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: www.truewoman.com
Cookie: SN47d74a4a4b1bb=89dc6d38a0fe3a30da4776f0de44a5b4
Accept-Encoding: gzip, deflate

Response

HTTP/1.1 200 OK
Server: nginx/0.7.65
Date: Wed, 04 May 2011 01:15:48 GMT
Content-Type: text/html
Connection: keep-alive
X-Powered-By: PHP/5.2.10-2ubuntu6
P3P: CP="NOI NID ADMa OUR IND UNI COM NAV"
Cache-Control: private, must-revalidate
Set-Cookie: SN47d74a4a4b1bb=89dc6d38a0fe3a30da4776f0de44a5b4; path=/
Vary: Accept-Encoding
Content-Encoding:
Content-Length: 979


<html><head><title>MODx Content Manager &raquo; </title> <style>TD, BODY { font-size: 11px; font-family:verdana; }</style> <script type='text/javascript'> function copyToClip() { holdtext.innerText = sqlHolder.innerText; Copied = holdtext.createTextRange(); Copied.execCommand('Copy'); } </script> </head><body> <h3 style='color:red'>&laquo; MODx Parse Error &raquo;</h3> <table border='0' cellpadding='1' cellspacing='0'> <tr><td colspan='3'>MODx encountered the following error while attempting to parse the requested resource:</td></tr> <tr><td colspan='3'><b style='color:red;'>&laquo; Execution of a query to the database failed - 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 '(select+convert(int,CHAR(95)%2BCHAR(33)%2BCHAR(64)%2BCHAR(50)%2BCHAR(100)%2BCHAR' at line 1 &raquo;</b></td></tr><tr><td colspan='3'><b style='color:#999;font-size: 9px;'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;SQL:&nbsp;<span id='sqlHolder'>INSERT INTO `truewoman`.`truewoman_error_404_logger` (url, ip, host, referer, createdon) VALUES ('/?id='%2B%20(select+convert(int,CHAR(95)%2BCHAR(33)%2BCHAR(64)%2BCHAR(50)%2BCHAR(100)%2BCHAR(105)%2BCHAR(108)%2BCHAR(101)%2BCHAR(109)%2BCHAR(109)%2BCHAR(97))+FROM+syscolumns)%20%2B'','173.193.214.243', '173.193.214.243-static.reverse.softlayer.com', '', '2011-05-03 21:15:48')</span></b> <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='javascript:copyToClip();' style='color:#821517;font-size: 9px; text-decoration: none'>[Copy SQL to ClipBoard]</a><textarea id='holdtext' style='display:none;'></textarea></td></tr><tr><td>&nbsp;</td></tr><tr><td colspan='3'><b>Parser timing</b></td></tr><tr><td>&nbsp;&nbsp;MySQL: </td><td><i>0.0013 s</i></td><td>(<i>1 Requests</i>)</td></tr><tr><td>&nbsp;&nbsp;PHP: </td><td><i>0.2783 s</i></td><td>&nbsp;</td></tr><tr><td>&nbsp;&nbsp;Total: </td><td><i>0.2796 s</i></td><td>&nbsp;</td></tr></table></body></html>