Lucene search
+L

2116 matches found

ThreatPost
ThreatPost
added 2018/09/05 5:48 p.m.208 views

Active Campaign Exploits Critical Apache Struts 2 Flaw in the Wild

It was only a matter of time before attacks were seen in the wild, and now it’s happened. A known threat actor has mounted a large cryptomining campaign using the recently disclosed Apache Struts 2 critical remote code-execution vulnerability. It uses a new malware designed for persistence and...

10CVSS9.9AI score0.99999EPSS
SaveExploits121References10
Saint
Saint
added 2018/09/05 12:00 a.m.33 views

Apache Struts undefined namespace vulnerability

Added: 09/05/2018 BID: 105125 Background Apache Struts is an open-source web application framework for developing Java EE web applications. It uses and extends the Java Servlet API to encourage developers to adopt a model-view-controller MVC architecture. Problem A remote attacker can execute...

8.2AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2018/09/05 12:00 a.m.140 views

Cisco Unified Communications Manager IM & Presence Service Apache Struts RCE (CSCvm14049)

According to its self-reported version, the Cisco Unified Communications Manager IM & Presence Service is affected by a Remote Code Execution vulnerability. Please see the included Cisco BIDs and the Cisco Security Advisory for more information. TRUSTED...

9.3CVSS8.5AI score0.99991EPSS
SaveExploits42References3
Saint
Saint
added 2018/09/05 12:00 a.m.535 views

Apache Struts undefined namespace vulnerability

Added: 09/05/2018 BID: 105125 Background Apache Struts is an open-source web application framework for developing Java EE web applications. It uses and extends the Java Servlet API to encourage developers to adopt a model-view-controller MVC architecture. Problem A remote attacker can execute...

8.2AI score
SaveExploits0
Saint
Saint
added 2018/09/05 12:00 a.m.566 views

Apache Struts undefined namespace vulnerability

Added: 09/05/2018 BID: 105125 Background Apache Struts is an open-source web application framework for developing Java EE web applications. It uses and extends the Java Servlet API to encourage developers to adopt a model-view-controller MVC architecture. Problem A remote attacker can execute...

1.5AI score
SaveExploits0
SonicWall
SonicWall
added 2018/08/30 3:00 p.m.27 views

Apache Struts Remote Code Execution Vulnerability

Apache Struts versions 2.3 to 2.3.34 and 2.5 to 2.5.16 suffer from possible Remote Code Execution when using results with no namespace and in same time, its upper actions have no or wildcard namespace. Same possibility when using url tag which doesn't have value and action set and in same time, i...

9.8CVSS8.4AI score0.99991EPSS
SaveExploits42
Talos Blog
Talos Blog
added 2018/08/30 8:26 a.m.930 views

Rocke: The Champion of Monero Miners

This post was authored by David Liebenberg. Summary Cryptocurrency miners are becoming an increasingly significant part of the threat landscape. These malicious miners steal CPU cycles from compromised devices to mine cryptocurrencies and bring in income for the threat actor. In this post, we loo...

7.5CVSS8.5AI score0.99993EPSS
SaveExploits51
GithubExploit
GithubExploit
added 2018/08/29 7:50 p.m.14 views

Exploit for CVE-2018-11776

APACHE STRUTS SHODAN EXPLOIT POC Author: @037https://twi...

9.3CVSS9.4AI score0.99991EPSS
SaveExploits42
GithubExploit
GithubExploit
added 2018/08/28 11:48 p.m.48 views

Exploit for CVE-2018-11776

S2-057-CVE-2018-11776 A simple exploit for Apache Struts RCE S...

9.3CVSS9.4AI score0.99991EPSS
SaveExploits42
zdt
zdt
added 2018/08/28 12:00 a.m.315 views

Apache Struts 2.3 < 2.3.34 / 2.5 < 2.5.16 - Remote Code Execution (1) Exploit

Exploit for linux platform in category remote exploits !/usr/bin/env python3 coding=utf-8 struts-pwn: Apache Struts CVE-2018-11776 Exploit Author: Mazin Ahmed This code uses a payload from: https://github.com/jas502n/St2-057 import argparse import random import requests import sys try: from urlli...

8.5AI score0.99991EPSS
SaveExploits42
zdt
zdt
added 2018/08/28 12:00 a.m.157 views

Apache Struts 2.3 < 2.3.34 / 2.5 < 2.5.16 - Remote Code Execution (2) Exploit

Exploit for multiple platform in category remote exploits !/usr/bin/python -- coding: utf-8 -- hook-s3c github.com/hook-s3c, @hooks3c on twitter import sys import urllib import urllib2 import httplib def exploithost,cmd: print "Execute: ".formatcmd ognlpayload = "$" ognlpayload +=...

8.6AI score0.99991EPSS
SaveExploits42
GithubExploit
GithubExploit
added 2018/08/27 5:22 p.m.9 views

Exploit for CVE-2018-11776

Strutter Proof of Concept for CVE-2018-11776, comes complete...

9.3CVSS9.7AI score0.99991EPSS
SaveExploits42
OpenVAS
OpenVAS
added 2018/08/27 12:00 a.m.417 views

Apache Struts Security Update (S2-057) - Active Check

Apache Struts is prone to a remote code execution RCE vulnerability. SPDX-FileCopyrightText: 2018 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

9.3CVSS9.6AI score0.99991EPSS
SaveExploits42References7
Kitploit
Kitploit
added 2018/08/26 9:14 p.m.1157 views

Apache Struts v3 - Tool To Exploit 3 RCE Vulnerabilities On ApacheStruts

Script contains the fusion of 3 RCE vulnerabilities on ApacheStruts, it also has the ability to create server shells. SHELL php finished jsp process CVE ADD CVE-2013-2251 'action:', 'redirect:' and 'redirectAction' CVE-2017-5638 Content-Type CVE-2018-11776 'redirect:' and 'redirectAction' Downloa...

9.8CVSS10AI score0.99999EPSS
SaveExploits102References1
Packet Storm
Packet Storm
added 2018/08/26 12:00 a.m.157 views

Apache Struts 2.3 / 2.5 Remote Code Execution

!/usr/bin/env python3 coding=utf-8 struts-pwn: Apache Struts CVE-2018-11776 Exploit Author: Mazin Ahmed This code uses a payload from: https://github.com/jas502n/St2-057 import argparse import random import requests import sys try: from urllib import parse as urlparse except ImportError: import...

0.4AI score0.99991EPSS
SaveExploits42
Exploit DB
Exploit DB
added 2018/08/26 12:00 a.m.137 views

Apache Struts 2.3 < 2.3.34 / 2.5 < 2.5.16 - Remote Code Execution (1)

!/usr/bin/env python3 coding=utf-8 struts-pwn: Apache Struts CVE-2018-11776 Exploit Author: Mazin Ahmed This code uses a payload from: https://github.com/jas502n/St2-057 import argparse import random import requests import sys try: from urllib import parse as urlparse except ImportError: import...

9.3CVSS8.3AI score0.99991EPSS
SaveExploits42
exploitpack
exploitpack
added 2018/08/26 12:00 a.m.587 views

Apache Struts 2.3 2.3.34 2.5 2.5.16 - Remote Code Execution (1)

Apache Struts 2.3 2.3.34 2.5 2.5.16 - Remote Code Execution 1 !/usr/bin/env python3 coding=utf-8 struts-pwn: Apache Struts CVE-2018-11776 Exploit Author: Mazin Ahmed This code uses a payload from: https://github.com/jas502n/St2-057 import argparse import random import requests import sys try: fro...

9.3CVSS0.4AI score0.99991EPSS
SaveExploits42
GithubExploit
GithubExploit
added 2018/08/25 1:53 a.m.9 views

Exploit for CVE-2018-11776

struts-pwn - CVE-2018-11776 Exploit ============ An explo...

9.3CVSS9.3AI score0.99991EPSS
SaveExploits42
exploitpack
exploitpack
added 2018/08/25 12:00 a.m.24 views

Apache Struts 2.3 2.3.34 2.5 2.5.16 - Remote Code Execution (2)

Apache Struts 2.3 2.3.34 2.5 2.5.16 - Remote Code Execution 2 !/usr/bin/python -- coding: utf-8 -- hook-s3c github.com/hook-s3c, @hooks3c on twitter import sys import urllib import urllib2 import httplib def exploithost,cmd: print "Execute: ".formatcmd ognlpayload = "$" ognlpayload +=...

0.8AI score
SaveExploits0
Exploit DB
Exploit DB
added 2018/08/25 12:00 a.m.79 views

Apache Struts 2.3 < 2.3.34 / 2.5 < 2.5.16 - Remote Code Execution (2)

!/usr/bin/python -- coding: utf-8 -- hook-s3c github.com/hook-s3c, @hooks3c on twitter import sys import urllib import urllib2 import httplib def exploithost,cmd: print "Execute: ".formatcmd ognlpayload = "$" ognlpayload += "memberAccess'allowStaticMethodAccess'=true." ognlpayload +=...

9.3CVSS8.3AI score0.99991EPSS
SaveExploits42
Rows per page
Query Builder