<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.owasp.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cbrunsch</id>
		<title>OWASP - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.owasp.org/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cbrunsch"/>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php/Special:Contributions/Cbrunsch"/>
		<updated>2026-05-07T05:41:00Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.27.2</generator>

	<entry>
		<id>https://wiki.owasp.org/index.php?title=Unicode_Encoding&amp;diff=36778</id>
		<title>Unicode Encoding</title>
		<link rel="alternate" type="text/html" href="https://wiki.owasp.org/index.php?title=Unicode_Encoding&amp;diff=36778"/>
				<updated>2008-08-21T12:48:55Z</updated>
		
		<summary type="html">&lt;p&gt;Cbrunsch: It seems to me that the slash inbetween the first two %C0AE is definitely superfluos&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Template:Attack}}&lt;br /&gt;
&lt;br /&gt;
==Description==&lt;br /&gt;
&lt;br /&gt;
The attack aims to explore flaws in the decode mechanism implemented on applications when decoding Unicode data format. An attacker can use this technique to encode certain characters in the URL to bypass application filters, thus accessing restricted resources on the Web server or force browsing to protected pages.&lt;br /&gt;
&lt;br /&gt;
== Severity ==&lt;br /&gt;
&lt;br /&gt;
High&lt;br /&gt;
&lt;br /&gt;
== Likelihood of exploitation ==&lt;br /&gt;
&lt;br /&gt;
High&lt;br /&gt;
&lt;br /&gt;
==Examples ==&lt;br /&gt;
&lt;br /&gt;
Consider a web application that has restricted directories or files (e.g. a file containing application usernames: appusers.txt). An attacker can encode the character sequence “../” (Path Traversal Attack) using Unicode format and attempt to access the protected resource, as follows:&lt;br /&gt;
&lt;br /&gt;
Original Path Traversal attack URL (without Unicode Encoding):&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://vulneapplication/../../appusers.txt&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Path Traversal attack URL with Unicode Encoding:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;nowiki&amp;gt;http://vulneapplication/%C0AE%C0AE%C0AF%C0AE%C0AE%C0AFappusers.txt&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Unicode encoding for the URL above will produce the same result as the first URL (Path Traversal Attack). However, if the application has certain input security filter mechanism, it could refuse any request containing “../” sequence, thus blocking the attack. However, if this mechanism doesn’t consider character encoding, the attacker can bypass and access protected resource.&lt;br /&gt;
&lt;br /&gt;
Other consequences of this type of attack are privilege escalation, arbitrary code execution, data modification and denial of service.&lt;br /&gt;
&lt;br /&gt;
==External References ==&lt;br /&gt;
http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2000-0884 - CVE-2000-0884&lt;br /&gt;
&lt;br /&gt;
http://capec.mitre.org/data/definitions/71.html - Using Unicode Encoding to Bypass Validation Logic&lt;br /&gt;
&lt;br /&gt;
http://www.microsoft.com/technet/security/bulletin/MS00-078.mspx - Patch Available for 'Web Server Folder Traversal' Vulnerability&lt;br /&gt;
&lt;br /&gt;
http://www.kb.cert.org/vuls/id/739224 - HTTP content scanning systems full-width/half-width Unicode encoding bypass&lt;br /&gt;
&lt;br /&gt;
http://scissec.scis.ecu.edu.au/conferences2007/documents/cheong_kai_wai_1.pdf - Penetration testing of cross site scripting and SQL injection on web application by Cheong Kai Wee &lt;br /&gt;
&lt;br /&gt;
http://www.cgisecurity.com/lib/URLEmbeddedAttacks.html - URL encoded attacks, by Gunter Ollmann &lt;br /&gt;
&lt;br /&gt;
==Related Threats==&lt;br /&gt;
&lt;br /&gt;
[[:Category:Command Execution]]&lt;br /&gt;
&lt;br /&gt;
[[:Category:Information Disclosure]]&lt;br /&gt;
&lt;br /&gt;
==Related Attacks==&lt;br /&gt;
&lt;br /&gt;
*[[Path Traversal]]&lt;br /&gt;
*[[Embedding Null Code]]&lt;br /&gt;
&lt;br /&gt;
==Related Vulnerabilities==&lt;br /&gt;
&lt;br /&gt;
[[:Category:Input Validation]]&lt;br /&gt;
&lt;br /&gt;
==Related Countermeasures==&lt;br /&gt;
&lt;br /&gt;
[[:Category:Input Validation]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Resource Manipulation]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Attack]]&lt;/div&gt;</summary>
		<author><name>Cbrunsch</name></author>	</entry>

	</feed>