From d891c95c0e07b13022a82b8d2d1bff1e363231df Mon Sep 17 00:00:00 2001 From: Offensive Security Date: Sat, 29 Aug 2015 05:01:51 +0000 Subject: [PATCH] DB: 2015-08-29 11 new exploits --- files.csv | 11 + platforms/asp/webapps/37995.txt | 9 + platforms/ios/dos/37997.txt | 157 +++++++++ platforms/java/webapps/37999.txt | 162 +++++++++ platforms/php/webapps/37991.txt | 13 + platforms/php/webapps/37992.txt | 9 + platforms/php/webapps/37993.txt | 9 + platforms/php/webapps/37994.txt | 11 + platforms/php/webapps/38000.txt | 62 ++++ platforms/php/webapps/38002.txt | 384 +++++++++++++++++++++ platforms/windows/dos/38001.py | 515 +++++++++++++++++++++++++++++ platforms/windows/remote/37996.txt | 9 + 12 files changed, 1351 insertions(+) create mode 100755 platforms/asp/webapps/37995.txt create mode 100755 platforms/ios/dos/37997.txt create mode 100755 platforms/java/webapps/37999.txt create mode 100755 platforms/php/webapps/37991.txt create mode 100755 platforms/php/webapps/37992.txt create mode 100755 platforms/php/webapps/37993.txt create mode 100755 platforms/php/webapps/37994.txt create mode 100755 platforms/php/webapps/38000.txt create mode 100755 platforms/php/webapps/38002.txt create mode 100755 platforms/windows/dos/38001.py create mode 100755 platforms/windows/remote/37996.txt diff --git a/files.csv b/files.csv index 54cb61561..060e81845 100755 --- a/files.csv +++ b/files.csv @@ -34132,6 +34132,7 @@ id,file,description,date,author,platform,type,port 37944,platforms/php/webapps/37944.txt,"vBSEO 'u' parameter Cross Site Scripting Vulnerability",2012-06-16,MegaMan,php,webapps,0 37945,platforms/php/webapps/37945.txt,"SilverStripe 2.4.x 'BackURL' Parameter URI Redirection Vulnerability",2012-10-15,"Aung Khant",php,webapps,0 37946,platforms/php/webapps/37946.txt,"WordPress Crayon Syntax Highlighter Plugin 'wp_load' Parameter Remote File Include Vulnerabilities",2012-10-15,"Charlie Eriksen",php,webapps,0 +38001,platforms/windows/dos/38001.py,"freeSSHd 1.3.1 - Denial of Service Vulnerability",2015-08-28,3unnym00n,windows,dos,22 37798,platforms/windows/dos/37798.py,"XMPlay 3.8.1.12 - .pls Local Crash PoC",2015-08-17,St0rn,windows,dos,0 37799,platforms/windows/local/37799.py,"MASM321 11 Quick Editor (.qeditor) 4.0g- .qse SEH Based Buffer Overflow (ASLR & SAFESEH bypass)",2015-08-17,St0rn,windows,local,0 37800,platforms/windows/remote/37800.php,"Microsoft Windows HTA (HTML Application) - Remote Code Execution (MS14-064)",2015-08-17,"Mohammad Reza Espargham",windows,remote,0 @@ -34303,3 +34304,13 @@ id,file,description,date,author,platform,type,port 37988,platforms/linux/local/37988.py,"BSIGN 0.4.5 - Buffer Overflow",2015-08-27,"Juan Sacco",linux,local,0 37989,platforms/php/webapps/37989.txt,"IP.Board 4.X - Stored XSS",2015-08-27,snop,php,webapps,0 37990,platforms/multiple/dos/37990.txt,"QEMU Programmable Interrupt Timer Controller Heap Overflow",2015-08-27,"Google Security Research",multiple,dos,0 +37991,platforms/php/webapps/37991.txt,"WANem Multiple Cross Site Scripting Vulnerabilities",2012-10-16,"Brendan Coles",php,webapps,0 +37992,platforms/php/webapps/37992.txt,"CorePlayer 'callback' Parameter Cross Site Scripting Vulnerability",2012-10-28,MustLive,php,webapps,0 +37993,platforms/php/webapps/37993.txt,"Joomla! 'com_quiz' Component SQL Injection",2012-10-30,"Daniel Barragan",php,webapps,0 +37994,platforms/php/webapps/37994.txt,"NetCat CMS Multiple Cross Site Scripting Vulnerabilities",2012-10-31,"Security Effect Team",php,webapps,0 +37995,platforms/asp/webapps/37995.txt,"SolarWinds Orion IP Address Manager (IPAM) 'search.aspx' Cross Site Scripting Vulnerability",2012-10-31,"Anthony Trummer",asp,webapps,0 +37996,platforms/windows/remote/37996.txt,"Axigen Mail Server 'fileName' Parameter Directory Traversal Vulnerability",2012-10-31,"Zhao Liang",windows,remote,0 +37997,platforms/ios/dos/37997.txt,"Photo Transfer (2) 1.0 iOS - Denial of Service Vulnerability",2015-08-28,Vulnerability-Lab,ios,dos,3030 +37999,platforms/java/webapps/37999.txt,"Jenkins 1.626 - Cross Site Request Forgery / Code Execution",2015-08-28,smash,java,webapps,0 +38000,platforms/php/webapps/38000.txt,"Wolf CMS Arbitrary File Upload To Command Execution",2015-08-28,"Narendra Bhati",php,webapps,80 +38002,platforms/php/webapps/38002.txt,"Pluck CMS 4.7.3 - Multiple Vulnerabilities",2015-08-28,smash,php,webapps,80 diff --git a/platforms/asp/webapps/37995.txt b/platforms/asp/webapps/37995.txt new file mode 100755 index 000000000..f8f27572d --- /dev/null +++ b/platforms/asp/webapps/37995.txt @@ -0,0 +1,9 @@ +source: http://www.securityfocus.com/bid/56342/info + +SolarWinds Orion IP Address Manager (IPAM) is prone to a cross-site scripting vulnerability because it fails to properly sanitize user-supplied input. + +An attacker can exploit this issue to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may help the attacker steal cookie-based authentication credentials and launch other attacks. + +SolarWinds Orion IP Address Manager (IPAM) 3.0 is affected; other versions may also be vulnerable. + +http://www.example.com/Orion/IPAM/search.aspx?q=%22%3E%3C%2Fscript%3E%3Cscript%3Ealert%28%27hi%27%29%3C%2Fscript%3E \ No newline at end of file diff --git a/platforms/ios/dos/37997.txt b/platforms/ios/dos/37997.txt new file mode 100755 index 000000000..13ad1ad60 --- /dev/null +++ b/platforms/ios/dos/37997.txt @@ -0,0 +1,157 @@ +Document Title: +=============== +Photo Transfer (2) v1.0 iOS - Denial of Service Vulnerability + + +References (Source): +==================== +http://www.vulnerability-lab.com/get_content.php?id=1580 + + +Release Date: +============= +2015-08-20 + + +Vulnerability Laboratory ID (VL-ID): +==================================== +1580 + + +Common Vulnerability Scoring System: +==================================== +3.4 + + +Product & Service Introduction: +=============================== +Photo Transfer 2 is the easiest and fastest way to transfer photos (videos) from Camera Roll to computer or other iOS devices, and vice versa. +No need for USB cable, iTunes or extra equipment! + +(Copy of the Vendor Homepage: https://itunes.apple.com/app/id1005399058 ) + + +Abstract Advisory Information: +============================== +The Vulnerability Laboratory Research Team discovered a remote denial of service vulnerability in the official Photo Transfer 2 - v1.0 iOS mobile web-application. + + +Vulnerability Disclosure Timeline: +================================== +2015-07-27: Public Disclosure (Vulnerability Laboratory) + + +Discovery Status: +================= +Published + + +Affected Product(s): +==================== +Arvin Brook +Product: Photo Transfer 2 - iOS Mobile Web Application 1.0 + + +Exploitation Technique: +======================= +Remote + + +Severity Level: +=============== +Medium + + +Technical Details & Description: +================================ +A remote denial of service vulnerability has been discovered in the official Photo Transfer 2 - v1.0 iOS mobile web-application. +The issue allows local attackers to crash or shutdown the software client by usage of special crafted payloads. + +The vulnerability is located in the id value restriction of show module path context. Remote attacker can easily crash the application +remotly by including wrong and large id context in integer format. The attack vector is client-side and the request method to provoke +the mobile app crash is GET. The handling of the id path gets confused on negative integer values which results in a permanent app shutdown. + +The security risk of the denial of service vulnerability is estimated as medium with a cvss (common vulnerability scoring system) count of 3.4. +Exploitation of the DoS vulnerability requires no privilege application user account or low user interaction. Successful exploitation of the +vulnerability results in an application crash or permanent app service shutdown. + + +Vulnerable Module(s): + [+] ../show/ + +Vulnerable Parameter(s): + [+] id + + +Proof of Concept (PoC): +======================= +The remote denial of service web vulnerability can be exploited by remote attackers without user interaction or privilege web-application user account. +For security demonstration or to reproduce the vulnerability follow the provided information and steps below to continue. + +Standard URL: +http://localhost:3030/show/5 + + +PoC: Payload (Input to show Parameter) +-9999999999999999999' + + +PoC URL: +http://localhost:3030/show/-9999999999999999999' + + +PoC: Exploit + + +Photo Transfer 2 - remote Denial of Service Vulnerability +