Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bypass protected directory by Monkey HTTPD - Mandril security plugin (Trac #186) #92

Closed
edsiper opened this issue Jan 28, 2014 · 1 comment

Comments

@edsiper
Copy link
Member

edsiper commented Jan 28, 2014

A vulnerability was found in the way as the URI are validated. The plugin check the configuration rules against possible encoded URIs.

PoC

Configuration sample:
[RULES]
Deny_URL /test/

To bypass such rule, we just need to make a request like:
http://yourhost/%2ftest/

Migrated from http://bugs.monkey-project.com/ticket/186

{
    "status": "assigned", 
    "changetime": "2013-06-17T15:44:46", 
    "description": "A vulnerability was found in the way as the URI are validated. The plugin check the configuration rules against possible encoded URIs.\n\n\nPoC\n---\n\nConfiguration sample:\n[RULES]\n    Deny_URL /test/\n\nTo bypass such rule, we just need to make a request like:\n  http://yourhost/%2ftest/\n", 
    "reporter": "felipensp", 
    "cc": "", 
    "resolution": "", 
    "_ts": "1371483886187070", 
    "component": "Security Plugin", 
    "summary": "Bypass protected directory by Monkey HTTPD - Mandril security plugin", 
    "priority": "major", 
    "keywords": "", 
    "version": "", 
    "time": "2013-06-14T17:17:38", 
    "milestone": "", 
    "owner": "edsiper", 
    "type": "defect"
}
@edsiper
Copy link
Member Author

edsiper commented Jan 28, 2014

Trac update at 20130617T15:44:46:

  • edsiper changed owner from "" to "edsiper"
  • edsiper changed status from "new" to "assigned"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant