Cross-site scripting (XSS) is a type of computer security vulnerability typically found in web applications that enables malicious attackers to inject client-side script into web pages viewed by other users. An exploited cross-site scripting vulnerability can be used by attackers to bypass access ...
1
vote
1answer
48 views
how to prevent XSS attack
I was told by penetration test team that the below URL is causing XSS attack -
...
0
votes
0answers
18 views
Preventing XSS attacks in C# MVC4
I have the following controller code:
[HttpPost]
public ActionResult Reset(FormCollection form)
{
string[] userName = form.GetValues("username");
Models.HomeModel hm = new ...
0
votes
0answers
15 views
xss Filter with mutipart form in servelet Api 2.5 ie tomcat 5.5
I studied this forum http://greatwebguy.com/programming/java/simple-cross-site-scripting-xss-servlet-filter/
works perfect except for Mutipart request .. I did some research on google and Found that ...
-1
votes
2answers
25 views
Will the use of secure protocols such as HTTPS or SFTP eliminate SQL injection and XSS attackes? why?
I am not working with any code I am just trying to get a better understanding of security based around SQL Injection and XSS attacks. My main questions is 'Will the use of HTTPS or SFTP eliminate SQL ...
-1
votes
1answer
45 views
Why my two test case failed for given Regex Pattern
When i run testcase program, my two str29 and str32 testcase failed, so i need regex pattern which can success all test cases.
My Test Class given Below :
package ...
0
votes
2answers
26 views
Not all eligible encoding using htmlentities
I am using PHP 5.3.6 and and using HTML entities to encode some POST data. However, parenthesis and % are not encoding to their equivalent entity.
We have been told by the web security team that ...
0
votes
0answers
33 views
Rendering Special Characters having contextual escaping using ESAPI library
This Question is related to cross-site scripting (XSS).
Recommendation was to use contextual escaping on all untrusted data before using it to construct any portion of an HTTP response.
My ...
1
vote
3answers
2k views
Writing XSS Filter for (X)HTML Based on White List
I need to implement a simple and efficient XSS Filter in C++ for CppCMS. I can't use existing high quality filters
written in PHP because because it is high performance framework that uses C++.
The ...
1
vote
3answers
57 views
Can XSS be executed on server?
Hi an XSS attack is treated as an attack from the client's machine. But is there any way to make an XSS attack over the server ?
I want to know is there any way to execute a code on the server using ...
4
votes
2answers
9k views
Creating a full screen iframe
I'm currently looking into XSS attacks, with the aim of using them in client demonstrations (I'm a pen tester). I've written a tool that will host a malicious version of a website's login page (that ...
3
votes
0answers
36 views
Not allowing javascript links in markdown [duplicate]
The primary XSS vulnerability in (PHP) markdown after disallowing HTML tags seems to be that it allows links like this:
[foo](javascript:alert('xss'))
which will turn into
<a ...
3
votes
4answers
1k views
PHP Markdown XSS Sanitizer
I'm looking for a simple PHP library that helps filter XSS vulnerabilities in PHP Markdown output. I.E. PHP Markdown will parse things such as:
[XSS Vulnerability](javascript:alert('xss'))
I've ...
3
votes
5answers
3k views
What makes an input vulnerable to XSS?
I've been reading about XSS and I made a simple form with a text and submit input, but when I execute <script>alert();</script> on it, nothing happens, the server gets that string and ...
0
votes
0answers
8 views
Why does a site without AJAX work over HTTP but not with the Data URI scheme?
Take p01's MATRAKA.
I base64'ing the content served at the URI linked, and put it in a data URI:
...
-4
votes
0answers
32 views
Need regex pattern for white list character [closed]
I have created regex pattern which is not success with my different test input, below is my regex pattern
([\\w,()[\\\\]{}\\\":./_\\s])*
These are my test input, and regex pattern fail to match ...
5
votes
6answers
3k views
Is checking the referrer enough to protect against a CSRF attack?
Is checking the referrer enough to protect against a cross site request forgery attack? I know the referrer can be spoofed, but is there any way for the attacker to do that FOR the client? I know ...
1
vote
1answer
35 views
+100
Acceptable security: Disable ValidateRequest with Paramatised SQL and HTML Encoded Strings?
I'm trying to make sure my webforms ASP.NET application is as secure as possible, it receives and stores user input data to a SQL database (the usual stuff) only for users with a login, so not ...
3
votes
0answers
598 views
NS_ERROR_FAILURE : Failure in Firefox
I'm using javascript's XMLHttpRequest object to send a request to another page (not on the same server or domainname ) I get a ns_error_failure error in firefox, but the Javascript works in Google ...
5
votes
1answer
117 views
HTML5 Cross-document messaging: can Malicious code sniff messages between domainA.com and domainB.com?
According to 10.4 Cross-document messaging: domainA.com can send messages to domainB.com using cross-document messaging in the way that prevents cross-site scripting attack when origin and data ...
-1
votes
0answers
50 views
I want to optimize my regex pattern
This is my regex pattern i want to optimize it, can any one provide alternative for it ?
([A-Za-z0-9,\\(\\)\\[\\]\\{\\}\"\\:./_\\s]|(?<!-)-)*
-4
votes
1answer
65 views
User entered Javascript security implications [closed]
I'm creating a web site that lets people create their own site using a subdomain. Are there any security implications by letting people add custom javascript to their pages? If so, which ones? XSS? ...
2
votes
1answer
330 views
how to sanitize the return values of getCookies(), getRequestURL() in HttpServletRequest?
In my Java EE project, I set a filter in web.xml file which will use the Class MyHttpServeltRequestWrapper (extends HttpServletRequestWrapper). I am overriding the methods getParameter/ ...
2
votes
1answer
44 views
Downloading files from javascript
I have a .NET web application that houses a large number of downloadable documents. I want to move these files offsite to Azure storage. However, given a particular file's URL, I need a way to ...
0
votes
3answers
52 views
XSS - is it only possible by using JavaScript?
I understand there are lots of questions concerning Cross-Site Scripting on the SO and tried to read the most voted ones. Having read some webpages too I'm still unsure about all possibilities that ...
2
votes
3answers
64 views
XSS code review tool for ColdFusion
Do any tools exists that will scan ColdFusion source code and locate XSS vulnerabilities?
Say for example a programmer wrote something like this:
<cfoutput> This is a #url.cat#. ...
1
vote
1answer
49 views
Why/How is `value=“javascript:alert(1)”` considered as a XSS vulnerability in OWASP's ZAP tool?
The results for OWASP's ZAP has been very useful for eliminating vulnerable parts of my website.
However, I've found a lot of results that I simply cannot fix. For example, one of the get parameters ...
1
vote
3answers
651 views
Use eval without threat of XSS
I was making(not now, but still I'm curious about this one) a game using HTML5 and JS, and one I wanted was that people can insert custom script, but secure.
function executeCustomJS(code){
...
0
votes
1answer
52 views
How to use JSTL tags without using jsp UseBean
I have a problem where i am supposed to stop XSS vulnerabilities . A typical example here is in vulnerable.jsp :
<h2><%= myObj.getElf() %></h2>
The myObj is an object of the ...
0
votes
1answer
39 views
PHP json_encode and XSS
This question has been asked many times. See here, here and here
Based on the answers in those questions I did some tests and I'm forced to ask the same question again as none of the answers appear ...
1
vote
1answer
40 views
Preventing XSS in ASP.Net Webforms: why is Validate Request not enough?
I'm looking for ways to protect our website from XSS attacks. At this point I am concerned about sanitizing/protecting the input only. I am aware of the need to encode the output, but that's out of ...
1
vote
2answers
44 views
how to prevent scripts from being run
SO kept preventing me from posting the title I wanted so finally got a title that let me post though it kind of sucks so feel free to edit/change it.
I have fields a user can fill in and in the ...
-4
votes
0answers
42 views
htmlentities() strip_tags() vs FILTER_SANITIZE_STRING [closed]
I have a variable $string which takes input from the user. I want to apply some function on this $string to protect against XSS.
Is really a difference between:
$string = ...
7
votes
4answers
20k views
Java Best Practices to Prevent Cross Site Scripting
I have go through the OWASP top ten vulnerabilities and found that Cross-Site Scripting is the one we have to take notes. There was few way recommended solutions. One has stated that Do not use ...
1
vote
4answers
308 views
How to perform output encoding using filter to prevent XSS?
I am using the following code in servlet:
protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException {
PrintWriter ...
0
votes
0answers
5 views
Spring firewall xss
We have a simple Spring web app secured using Spring security 3.1.3. At the moment we are securing our app from XSS and SQL Injections. Rather than changing code at every place to stop cross site ...
5
votes
3answers
140 views
How to configure Spring Controller and/or JAXB to help prevent SQL / XSS injection
I have a Controller in Spring with a method like the following
@RequestMapping(value = "/v1/something", method = RequestMethod.POST, headers = "content-type=application/xml")
@Valid
public void ...
0
votes
0answers
30 views
Preventing XSS when user edits original Markdown input
I'm building a site with user-generated content using Pagedown (though any form of Markdown would work), and I wish to store both the original markdown and the sanitized HTML in the database so that ...
4
votes
1answer
39 views
Is XSS possible with handsontable and no PHP?
My webpage has the php extension, but there is no php code in it. There is handsontable and user would insert some numbers and get some cool JS effects on the same page. When I was writing the code ...
6
votes
4answers
1k views
php - is FILTER_SANITIZE_EMAIL pointless?
I am just creating a registration form and I am looking to only insert valid and safe emails into the database.
Several sites (including w3schools) recommend running FILTER_SANITIZE_EMAIL before ...
280
votes
10answers
99k views
What's the best method for sanitizing user input with PHP?
Is there a catchall function somewhere that works well for sanitizing user input for sql injection and XSS attacks, while still allowing certain types of html tags?
-1
votes
3answers
85 views
Will these functions protect me from XSS and SQL injections?
I'm having this query;
$sql = "INSERT INTO statusups (pid, text) VALUES ('{$_SESSION['sess_id']}', '{$_POST['appendedInputButton']}')";
and I'm processing the variable ...
-3
votes
2answers
49 views
can this function prevent sql injection and xss?
function clean( $value ) {
if(function_exists( "mysql_real_escape_string" ) ) {
if( get_magic_quotes_gpc() ) { $value = stripslashes( $value ); }
$value = ...
1
vote
2answers
1k views
Cross Site Scripting with Hidden Inputs
My company gave me the task of resolving all security issues with a particular application. The security tream reported a cross site scripting error. The error lies in the following input field:
...
0
votes
2answers
29 views
XSS and other ways to terminate JavaScript strings
Is there a different way to terminate strings in JavaScript?
I'm testing a server for XSS vulnerabilities, and I'm seeing the following code in the HTTP response:
<script>
var myVar = "USER ...
-1
votes
0answers
32 views
MD5'ed hashes from user input compared to white listed MD5 hash table
I think the picture attached might help explain things. Lets say for example, if we had a sneaker website which asked you for the shoe you want to see selections for. As soon as you would type in the ...
0
votes
1answer
250 views
cross site scripting verification tool recommendation
I am looking for a open source cross site scripting tool to test my Java EE web application. I did a Google search and seems like there are plenty. I am looking for some recommendations from the ...
8
votes
2answers
2k views
Is replacing : < and > with < and > enough to prevent XSS injection?
I want to know if entiting the two marks < and > is enough to prevent XSS injections?
And if not, why? And what's the best solution?
0
votes
0answers
59 views
Improving the Bookmarklet Experience - Though Hacking?
So I have a site specific bookmarklet that create a page with a toolbar (using localstorage to set/get variables) and then creates an iframe for a destination site, say www.example.com. [Idea heavily ...
0
votes
1answer
66 views
angularJS ajax call fails 403 but jQuery ajax call works for cross-site templateUrl loading. [duplicate]
To test AngularJS, I took the following code is right from the "Wire up a Backend" example off the http://angularjs.org/ home page. When the views are local everything works as expected but when I ...
2
votes
2answers
259 views
Is there any way to define a model's attribute as always html_safe?
I have a model called Feature with a variable called body_string, which contains HTML markup I'd like to render, rather than escape.
Every time I reference body_string in my views, I need to use ...



