Tagged Questions
ModSecurity supplies an array of request filtering and other security features to the Apache HTTP Server. ModSecurity is a web application layer firewall.
7
votes
2answers
319 views
ModSecurity: Output filter: Failed to read bucket (rc 104): Connection reset by peer
I'm doing a POST request to a rest service made with django and piston uploading a file, but when I do the request i get this (strange?) error:
[Sun Jul 04 16:12:38 2010] [error] [client ...
3
votes
3answers
253 views
web application firewall development
I have an assignment to develop a web application firewall. I have been researching for some source codes about that.My main source was ModSecurity.
Main question is that:
-Which framework or ...
3
votes
2answers
393 views
Question mark in URL for PHP variables makes the link broken. Any idea why?
I don't know what changed in the past--this used to work:
Accessing a URL on my server like the following, doesn't work: http://www.domain.com/folder/file.php?variable=a&variable2=b
I'm getting ...
3
votes
2answers
1k views
Facebook links to my site resolve as 403 forbidden
Hi I'm experiencing a super weird problem.
Whenever I post links to my website on Facebook, they come up as Forbidden.
The site itself works great and I have no seen this when linking on other sites.
...
2
votes
1answer
461 views
mod_sec trigger on CSR rule _23
I'm using mod_security with the latest core rules.
It triggers on all my pages whenever I use a querystring.. ie.
www.mypage.com/index.php?querystring=1
I get a warning that it exceeds maximum ...
2
votes
1answer
336 views
How to write mod_security friendly PHP code?
I made a theme in WordPress which hit the mod_security rule on HostGator and gave 403 error.
I contacted people there(at HostGator) and they fixed it for me. But I don't want my theme to work like ...
2
votes
4answers
1k views
IN Wordpress, .php files within the theme folder do not run, but return 404 error
I'm on a VPS environment so I have root access, btw.
So take a look at these issues:
...
1
vote
3answers
110 views
Configure modsecurity to limit number of parameter?
I have just read about new technique DoS that called HashDoS.
Details about it, https://cryptanalysis.eu/blog/2011/12/28/effective-dos-attacks-against-web-application-plattforms-hashdos/
This DoS ...
1
vote
1answer
123 views
ModSecurity Rules: Which are better - GotRoot or TrustWave?
We've looking for some additional rules for ModSecurity (mod_security) - there are 2 commercial options, either GotRoot, or the new ones from TrustWave
http://www.gotroot.com/mod_security+rules
...
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
1answer
144 views
ModSecurity error with Django
I'm trying to access a Django page through a Facebook App (iframe) I made using fb.py on DreamHost and I keep getting an internal server error.
Looking in the error logs, this is what I see:
...
1
vote
1answer
148 views
Access denied, pattern match SurveyBot at HEADER? What does this mean?
in my error log files I read following over and over:
[Thu Feb 03 03:14:32 2011] [error] [client 64.246.165.200] mod_security: Access denied with code 500. Pattern match "SurveyBot" at ...
1
vote
0answers
204 views
ModSecurity Protection against XSS Type 0 Attacks and Impact
DOM-based (type 0) XSS do not require sending malicious code to the server and thus they can also use static HTML pages as an attack vector. An example of a dummy attack string here would be the ...
1
vote
2answers
529 views
Detect if Mod_Security Is Installed With PHP?
Is there any simple way to detect if mod_security is installed & enabled using just PHP? Ideally without any exec() terminal type commands to be executed.
Some people have recommended using ...
1
vote
2answers
184 views
IE Sending OPTIONS Request for File Downloads
On my site I have a very basic setup: an 'a href' tag that just points to a file. Nothing fancy:
<a href="/path/to/my/file.doc">File</a>
No fancy javascript, nothing. Some users who are ...
1
vote
2answers
752 views
Can Rails / Mongrel accept a form POST with a text field whos value is a URL
In my Rails app I am attempting to create a form that allows users to create a bookmark.
<% form_tag( contents_path ) do %>
<input name='item_type' value="Bookmark" type="hidden" ...
0
votes
0answers
25 views
steps to manage modsecurity logs with mysql?
For managing mod_security logs I want to use mlogc but I dont know how to use it.
if anybody can guide me in my this task,
very basically I want to know...
1. steps to manage modsecurity logs with ...
0
votes
1answer
24 views
what is this regex mod_security rule doing?
I can't read regex for the life of me.
Anyone got a sec to help me figure out why mod_security is getting triggered all of a sudden with my hosts last update?
I'm getting this mod_security error:
...
0
votes
0answers
17 views
Fix the rules in mod security
I have install mod security 2.5.12
i got the error 403 Forbidden for some php file
So it is false positive
i want to disable the rule for this perticular warning
So can any one tell me that how can i ...
0
votes
0answers
55 views
mod security: Stop an IP address after consecutive brute force attacks on directories that don't exist
Can someone help me make this apache / mod_security2.5 script work?
The idea is to honey pot specific large script attacks, i'm getting up to 3000+ specially crafted URL's being sent to my website to ...
0
votes
0answers
30 views
Apache Stuck in Reading state
I am running Apache with mod_status module. I have noticed that a number of requests are getting stuck in reading state for more than 60secs sometimes. Here is an output of the server status
Srv PID ...
0
votes
3answers
45 views
Reset old cookies before loading $_COOKIES
I'm moving an old web-application written in ColdFusion to PHP5.
The old app was using a cookie, and so a lot of user got it in their browsers.
The domain is the same and so PHP5 gets the old cookie ...
0
votes
1answer
168 views
mod_security false positives
I`m getting lots of false positives [??]after just setting up mod_security. I'm running it in detection only so no issues yet but these filters will start blocking requests once I need it to go live. ...
0
votes
0answers
18 views
how to only log requests on php files in modsecurity / mod-security?
how do I only log (audit) requests to php files with mod security?
i dont want favicon or oder static content to fill my log files
0
votes
0answers
55 views
Which rule set can be installed with mod_security2 2.5?
It seems that the latest core rules are not compatiple with older versions of mod_security2 (2.5.6-1.25.1). Although the README says so.
I'm getting several errors when starting the apache which ...
0
votes
2answers
244 views
How to enable mod_security on Windows 2008 IIS
I am trying to install PIWIK (http://piwik.org) on Windows 2008 server and IIS 7.
PIWIK is using PHP and MySQL.
When I run the install process, I got the following error.
I don't know how can I ...
0
votes
1answer
80 views
Strange entries in Apache log file relating to XSS - what do these mean, and how to prevent?
In my Apache log file I noticed this:
http://pastebin.com/L9jUefBX
What does this mean, and how should I fix it?
Mod_security is installed so I have no idea why I'm getting these errors.
How ...
0
votes
2answers
265 views
uploading multiple pictures causeing 500 error
I modified a script i found on here to do process multiple pictures being uploaded at once. However when I try to run the script it throws an error. I use to have the script only allow one picture ...
0
votes
0answers
45 views
Modsecurity problem
We got the log of method not supported in mod security but there is no other malicious activity from this ip and this occured on reguler url. Please help me to identify problem.
0
votes
0answers
280 views
mod_security product for standalone Tomcat
I currently have a standalone version of Tomcat (sans an apache proxy in front of it) and was wondering if there are any products out there that are analogous to mod_security running with
embedded ...
0
votes
1answer
85 views
php shared host and mod_security
I'm having difficulty with a php script using copy() on a shared remote host. I've read here the host may simply not allow the use of the copy() function. I started a trouble ticket and the trouble ...
0
votes
0answers
127 views
mod_security - access denied 406 for some IE visitors
Would anyone know why some visitors on our server are being blocked by the below mod_security rule when simply right-clicking a file (.doc, .gif, .pdf, etc.) on a site to download it? They seem to be ...
0
votes
2answers
1k views
apache mod_security says - Access Denied error
Background -
I have my website code hosted on a linux server. My website allows new registrations for employers (http://www.gymandspajobs.com/Employer/Employer.php). The filled-up forms are verified ...
0
votes
3answers
631 views
HTTP input filter like mod_security for WebSphere?
Does WebSphere offer an HTTP input filter / firewall like mod_security?
I know that it's possible to have Apache be the HTTP server front-end to WebSphere, but that type of configuration is beyond my ...