Tagged Questions
The Open Web Application Security Project (OWASP) is an organization that wants to inform people about application security. Website at http://owasp.org.
13
votes
1answer
578 views
playframework owasp top 10
I think to use play for a large-scale project, so, has anyone have battle-tested Play Framework for OWASP top 10 ? Is there any security problems you know in playframework ?
Regards,
10
votes
5answers
382 views
Javascript Comments are security risk?
During a recient PCI audit the auditor said that we had major security risks because
It was possible to download static resources from our website such as images css and javascript without prior ...
5
votes
1answer
197 views
GWT & XSRF Protection
I'm looking at possible solutions to protect my GWT app against XSRF.
If I understand GWT's solution correctly - it makes available a Servlet which you use to both generate the token on the ...
3
votes
3answers
80 views
Looking for a way to prevent to usage of java.sql.Statement in project
Our team is looking to have better compliance with the OWASP guidelines, and one of the tasks is the prevention of SQL Injection attacks. In order to facilitate this, I was looking for a way to ...
3
votes
4answers
211 views
How to prevent 'DROP BOBBY TABLES' when user enters a password with special characters?
In our ancient Classic ASP environment, we utilize OWASP to get the password from the request object and encrypt non-alphanumeric characters. This is a first line of defense to preventing sql ...
3
votes
3answers
313 views
Best libraries/practices to prevent OWASP Top 10 Vulnerabilities
I'm looking for the best reusable libraries and inbuilt features in ASP.Net to prevent the OWASP top 10 security vulnerabilities like injection, XSS, CSRF etc., and also easy to use tools for ...
3
votes
2answers
365 views
How do you protect against specific CSRF attack
I am going trough the OWASP Top 10 list of 2007 and 2010.
I stumbled upon Cross Site Request Forgery (CSRF) this is often called session riding as you let the user usee his session to fulfill your ...
3
votes
1answer
104 views
What is the difference between a countermeasure and a control?
While reading the OWASP site, I stumbled upon pages
www.owasp.org/index.php/Category:Countermeasure
and
www.owasp.org/index.php/Category:Control.
My question is simple: what's the difference ...
3
votes
1answer
128 views
OWASP Consider regenerating a new session upon successful authentication or privilege level change
On the OWASP web site one of their top ten items states that we should consider regenerating a new session upon successful authentication or privilege level change.
What would be the correct way of ...
2
votes
0answers
33 views
Enterprise Security API for C++
We are currently working on an open source project for OWASP, creating a C++ API of enterprise security controls.
The Enterprise Security API (ESAPI) has already been defined for Java EE. We are ...
2
votes
1answer
163 views
Apache Shiro & Java Security for Novices
I know next-to-nothing about Java's security model, including XML configuration, policy-setting, any security framework components, tools (such as keystore, etc.) and everything in between.
Although ...
2
votes
1answer
620 views
GWT SafeHTML, XSS & Best Practices
The good people of OWASP emphasize that you MUST use the escape syntax for the part of the HTML document you’re putting untrusted data into (body, attribute, JavaScript, CSS, or URL). See OWASP - XSS. ...
2
votes
2answers
645 views
problem in using ESAPI library for XSS prevention
I am trying to prevent XSS attacks in my website for this i am using OWASP ESAPI library .I added jar for this library in classpath and I am getting following error .
Attempting to load ...
2
votes
4answers
511 views
How to not transform special characters to html entities with owasp antisamy
I use Owasp Anti samy with Ebay policy file to prevent XSS attacks on my website.
I also use Hibernate search to index my objects.
When I use this code:
String html = "special word: été";
// ...
2
votes
1answer
146 views
OWASP Regex Repository: Is this regex correct?
I was looking at the regular expression for validating various data types from the (OWASP Regex Repository).
One of the regular expressions in there is called safetext and looks like:
...
2
votes
2answers
5k views
CSRF (Cross-site request forgery) attack example and prevention in PHP
I have an website where people can place a vote like this:
http://mysite.com/vote/25
This will place a vote on item 25. I want to only make this available for registered users, and only if they ...
2
votes
3answers
1k views
XSS - SQL Injection — Owasp vs AntiXss Vs Microsoft Anti-Cross Site Scripting Library
We are looking at using a library to help us detect SQL injections.
We are using sprocs and parametrized statements, but for the sake of this post that we are only using some sore of library that ...
2
votes
2answers
857 views
What is the SQL Server equivalent to Oracle's Virtual Private Database?
What is the SQL Server equivalent to Oracle's Virtual Private Database (VPD)?
2
votes
5answers
313 views
Ruby on Rails and Security
Has anyone ran across any good Powerpoint presentations on how to securely develop a web application in Ruby?
1
vote
4answers
116 views
Which Top 10 Security Threats Apply to Android Apps? [closed]
I know this question may seem a bit malicious in nature, but I'm just trying to learn best practices in Android/mobile app development, and security is definitely a big issue in software. If you ...
1
vote
2answers
72 views
HTML-Entity escaping to prevent XSS
I have some user-input. Within my code I ensure that the following sings are escaped:
& -> &
< -> <
> -> >
At OWASP I read, that there are mor chars to be ...
1
vote
0answers
72 views
How to Implement CSRF Guard in ASP.Net
I need to implement CSRF(Cross Site Request Forgery) Guard in my code (asp.net).
Though I got a library from OWASP, implementing it is a pain since no documentation is given. Can someone provide me an ...
1
vote
2answers
109 views
Java Security Testing
Is there such a thing as automated security testing in Java? If so, how is it implemented? Is it just JUnit tests written to try and exploit known server vulnerabilities, or are their security-centric ...
1
vote
1answer
107 views
Is having both mod_security and htmlpurifier an overkill?
We had htmlpurifier integrated into our LAMP based product earlier, but it was a bit slow. Recently, we have turned on mod_security. Both of these are part of the OWASP project (owasp used htmlpurifer ...
1
vote
2answers
213 views
Is ESAPI.NET a dead project?
I've been recently tasked with leading an effort to improve our input (and output) validation with OWASP recommendations and PCI compliance in mind. In the process, I'm trying to assess the value of ...
1
vote
1answer
130 views
Why Open Redirect URLS?
I've been going through the OWASP top 10 to get a deeper understanding of each specific type of vulnerability. I've made my way to the last item, Unvalidated URL Redirects. I understand the attack; ...
1
vote
1answer
737 views
AntiSamy is allowing An encoded Script alert to get by? How to block?
I'm using AntiSamy with the available antisamy-1.4.1.xml policy. The policy is working nicely to block most XSS attacked but the following below is not being blocked. Any suggestions on how to block ...
1
vote
4answers
544 views
SQL Injection Protection for dynamic queries
The typical controls against SQL injection flaws are to use bind variables (cfqueryparam tag), validation of string data and to turn to stored procedures for the actual SQL layer. This is all fine and ...
1
vote
3answers
247 views
PCI/DSS: Data at Rest
Would you consider the use of caching products in the category of data at rest?
1
vote
1answer
931 views
Best Practices for defining PatternLayout when using Log4j SyslogAppender
For those who are developing applications that are under PCI scope, where the guidance suggests that you should store your application logs on another tier, remoting to a syslog server elsewhere feels ...
1
vote
4answers
363 views
Attacking websites without leaving an audit trail
Recently Aetna suffered a breach where it lost 65,000 SSNs. They never were able to find an audit trail of what happened which probably hints that the attack leveraged XSS or similar technique.
Are ...
0
votes
2answers
69 views
Windows Phone 7 Security Issues
I was looking into OWASP Top 10 Mobile Risks for security issues to be kept in mind while developing mobile applications. They have given very good information pertaining to Android and iOS platforms. ...
0
votes
1answer
13 views
wcf owasp security issues?
I am curious what the major OWASP security issues that should be considered for a WCF implementation?
Or, more generally, if implementing WCF, what are the best ways to educate abd prevent OWASP ...
0
votes
2answers
71 views
Fortify Insecure Redirect … but redirecting to your self?
I've an ASP.NET web application project that I scan through the Fortify Source Analyzer v3.1.
The web project contains an ASPX that has a case where it redirects to itself.
The code is:
...
0
votes
1answer
72 views
Want to Run CSRFTester from OWASP but not getting Results
I am trying to run CSRFTester tool from OWASP to check for CSRF Attack on my web application. I am able to generate an HTML report from the tool but I dont know how to use it..I tried googling it but ...
0
votes
3answers
449 views
Trying to Use ESAPI But getting Error
I am trying to use ESAPI.jar for providing security to my web application.Basically I have just started using ESAPI.jar.
But problem is I am not able to run even a simple program using ESAPI.
The ...
0
votes
3answers
63 views
preventing xss in .net OWASP guidelines
I've read the OWASP guidelines regarding preventing XSS. The guidelines seem to only refer to having a whitelist and encoding output. However, this leaves open the problem with so called free text ...
0
votes
0answers
75 views
Pagedown (WMD-Editor) Java Sanitizer (or OWASP xml rules)
I'm using the reimplementation of the famous wmd-javascript editor PageDown on client side (which is also used on Stackoverflow).
Now, I'm searching an HTML sanitizer for my server (runs tomcat7) ...
0
votes
2answers
84 views
Authenticate a device/user based on a single URL request
We currently have a J2EE system implementing most of the OWASP top 10 security measures, the application at the moment allows users to log on with a user/password combination which is stored in the ...
0
votes
1answer
362 views
OWASP CsrfGuard token missing while submitting multipart formdata
I have implemented OWASP CsrfGuard 3 filter on an existing Struts 1.1 application, its working fine for every request, except the forms which have a file upload field and ...
0
votes
1answer
276 views
Insecure Direct Object References and Search Engines
According to OWASP Top 10 List one way to prevent insecure direct object references is to provide only indirect references. These are artificial references that are mapped to the direct (e.g. DB) ...
0
votes
1answer
207 views
After implementing OWASP, application works in IE and Firefox but not Safari
Recently we implemented OWASP security solutions with OWASP.jar. After this, our application was working fine in IE 7 and Firefox 3.5. But the application is not working in Safari 4.0.5 or 5.0.
The ...
0
votes
2answers
239 views
What is OWASP exactly?
Open Web Application Security Project
Promotes secure software development
Oriented to the delivery of web oriented services
Focused primarily on the “back-end” than web-design issues
An ...
0
votes
1answer
134 views
Secure XML Parsers
In typical Java applications, the XML parsers is XALAN/XERCES but they were not written with security in mind. I am curious to know if there are parsers that are more robust when it comes to security.
...