Lucene search
+L

10130 matches found

Packet Storm
Packet Storm
added 2014/09/26 12:00 a.m.261 views

Gnu Bash 4.3 CGI REFERER Command Injection

!/usr/bin/perl Title: Bash/cgi command execution exploit CVE: CVE-2014-6271 Author: Simo Ben youssef Contact: SimoatMorxploitcom Coded: 25 September 2014 Published: 26 September 2014 MorXploit Research http://www.MorXploit.com Description: Perl code to exploit CVE-2014-6271. Injects a Perl connec...

10CVSS0.99999EPSS
SaveExploits146
ThreatPost
ThreatPost
added 2014/09/25 2:34 p.m.73 views

Patching Bash Vulnerability a Challenge for ICS, SCADA

While the most urgent focus where the Bash vulnerability is concerned is around Internet-facing web servers, embedded systems and industrial control systems are not exempt from worry. Experts are concerned about Linux-based industrial control systems and SCADA equipment, in particular, that may b...

10CVSS0.1AI score0.99999EPSS
SaveExploits138References4
zdt
zdt
added 2014/09/25 12:00 a.m.148 views

GNU bash Environment Variable Command Injection Exploit (MSF)

bashedCgi is a quick and dirty Metasploit module to send the BASH exploit payload CVE-2014-6271 to CGI scripts that are BASH-based or invoke BASH, to execute an arbitrary shell command. require 'msf/core' class Metasploit3 'bashedCgi', 'Description' = %q Quick & dirty module to send the BASH...

10CVSS1.1AI score0.99999EPSS
SaveExploits138
exploitpack
exploitpack
added 2014/09/25 12:00 a.m.212 views

GNU Bash - Environment Variable Command Injection (Metasploit)

GNU Bash - Environment Variable Command Injection Metasploit require 'msf/core' class Metasploit3 'bashedCgi', 'Description' = %q Quick & dirty module to send the BASH exploit payload CVE-2014-6271 to CGI scripts that are BASH-based or invoke BASH, to execute an arbitrary shell command. , 'Author...

10CVSS1.4AI score0.99999EPSS
SaveExploits138
Exploit DB
Exploit DB
added 2014/09/25 12:00 a.m.138 views

GNU Bash - Environment Variable Command Injection (Metasploit)

require 'msf/core' class Metasploit3 'bashedCgi', 'Description' = %q Quick & dirty module to send the BASH exploit payload CVE-2014-6271 to CGI scripts that are BASH-based or invoke BASH, to execute an arbitrary shell command. , 'Author' = 'Stephane Chazelas', vuln discovery 'Shaun Colley '...

10CVSS8.3AI score0.99999EPSS
SaveExploits146
Packet Storm
Packet Storm
added 2014/09/25 12:00 a.m.160 views

Bash Environment Variable Command Execution

Date: Wed, 24 Sep 2014 17:03:19 +0200 From: Florian Weimer To: [email protected] Subject: Re: CVE-2014-6271: remote code execution through bash Florian Weimer: Chet Ramey, the GNU bash upstream maintainer, will soon release official upstream patches...

10CVSS0.8AI score0.99999EPSS
SaveExploits138
myhack58
myhack58
added 2014/09/25 12:00 a.m.25 views

BASH vulnerability of the early mining-vulnerability warning-the black bar safety net

Most recently, the BASH broke to a remote code execution vulnerabilityCVE-2 0 1 4-6 2 7 1 to. BASH in addition to can be shell variables exported as environment variables, you can also shell functions are exported as environment variables! The current version of the bash through to the function...

0.6AI score
SaveExploits0
Packet Storm
Packet Storm
added 2014/09/25 12:00 a.m.175 views

Bash Code Injection Proof Of Concept

/cgi-bin/ -c cmd Eg. php bash.php -u http://localhost/cgi-bin/hello -c "wget http://appknox.com -O /tmp/shit" Reference: https://www.reddit.com/r/netsec/comments/2hbxtc/cve20146271remotecodeexecutionthroughbash/ Test CGI Code : !/bin/bash echo "Content-type: text/html" echo "" echo...

10CVSS10AI score0.99999EPSS
SaveExploits138
Packet Storm
Packet Storm
added 2014/09/25 12:00 a.m.147 views

bashedCgi Remote Command Execution

require 'msf/core' class Metasploit3 'bashedCgi', 'Description' = %q Quick & dirty module to send the BASH exploit payload CVE-2014-6271 to CGI scripts that are BASH-based or invoke BASH, to execute an arbitrary shell command. , 'Author' = 'Stephane Chazelas' , vuln discovery 'Author' = 'Shaun...

10CVSS0.4AI score0.99999EPSS
SaveExploits138
securityvulns
securityvulns
added 2014/09/25 12:00 a.m.276 views

Re: [oss-security] CVE-2014-6271: remote code execution through bash

Florian Weimer: Chet Ramey, the GNU bash upstream maintainer, will soon release official upstream patches. http://ftp.gnu.org/pub/gnu/bash/bash-3.0-patches/bash30-017 http://ftp.gnu.org/pub/gnu/bash/bash-3.1-patches/bash31-018 http://ftp.gnu.org/pub/gnu/bash/bash-3.2-patches/bash32-052...

10CVSS0.3AI score0.99999EPSS
SaveExploits138
Exploit DB
Exploit DB
added 2014/09/25 12:00 a.m.189 views

Bash - 'Shellshock' Environment Variables Command Injection

/cgi-bin/ -c cmd Eg. php bash.php -u http://localhost/cgi-bin/hello -c "wget http://appknox.com -O /tmp/shit" Reference: https://www.reddit.com/r/netsec/comments/2hbxtc/cve20146271remotecodeexecutionthroughbash/ Test CGI Code : !/bin/bash echo "Content-type: text/html" echo "" echo...

10CVSS8.3AI score0.99999EPSS
SaveExploits146
The Hacker News
The Hacker News
added 2014/09/24 8:19 p.m.141 views

Remotely Exploitable 'Bash Shell' Vulnerability Affects Linux, Unix and Apple Mac OS X

A Critical remotely exploitable vulnerability has been discovered in the widely used Linux and Unix command-line shell, known as Bash, aka the GNU Bourne Again Shell, leaving countless websites, servers, PCs, OS X Macs, various home routers, and many more open to the cyber criminals. Earlier toda...

10CVSS9.4AI score0.99999EPSS
SaveExploits138
Metasploit
Metasploit
added 2014/09/24 12:00 a.m.301 views

Apache mod_cgi Bash Environment Variable Code Injection (Shellshock)

This module exploits the Shellshock vulnerability, a flaw in how the Bash shell handles external environment variables. This module targets CGI scripts in the Apache web server by setting the HTTPUSERAGENT environment variable to a malicious function definition. Module Options msf use...

10CVSS8.3AI score0.99621EPSS
SaveExploits33
Metasploit
Metasploit
added 2014/09/24 12:00 a.m.180 views

Apache mod_cgi Bash Environment Variable Injection (Shellshock) Scanner

This module scans for the Shellshock vulnerability, a flaw in how the Bash shell handles external environment variables. This module targets CGI scripts in the Apache web server by setting the HTTPUSERAGENT environment variable to a malicious function definition. PROTIP: Use exploit/multi/handler...

10CVSS8.5AI score0.99999EPSS
SaveExploits156
ATTACKERKB
ATTACKERKB
added 2014/09/24 12:00 a.m.98 views

CVE-2014-6271

GNU Bash through 4.3 processes trailing strings after function definitions in the values of environment variables, which allows remote attackers to execute arbitrary code via a crafted environment, as demonstrated by vectors involving the ForceCommand feature in OpenSSH sshd, the modcgi and modcg...

10CVSS9.7AI score0.99999EPSS
SaveIn wildExploits159References218
OSV
OSV
added 2014/09/24 12:00 a.m.8 views

UBUNTU-CVE-2014-6271

GNU Bash through 4.3 processes trailing strings after function definitions in the values of environment variables, which allows remote attackers to execute arbitrary code via a crafted environment, as demonstrated by vectors involving the ForceCommand feature in OpenSSH sshd, the modcgi and modcg...

9.8CVSS7.7AI score0.99999EPSS
SaveExploits138References4
seebug.org
seebug.org
added 2014/09/18 12:00 a.m.23 views

USB&WiFi Flash Drive 1.3 iOS - Code Execution Vulnerability

No description provided by source. Document Title: =============== USB&WiFi Flash Drive 1.3 iOS - Code Execution Vulnerability References Source: ==================== http://www.vulnerability-lab.com/getcontent.php?id=1316 Release Date: ============= 2014-09-15 Vulnerability Laboratory ID VL-ID:...

7.1AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2014/09/16 12:00 a.m.49 views

Usermin Null Byte Filtering Information Disclosure

The version of Usermin installed on the remote host is affected by an information disclosure vulnerability due to the Perl script 'miniserv.pl' failing to properly filter null characters from URLs. An attacker could exploit this to reveal the source code of CGI scripts, obtain directory listings,...

6.8CVSS5.3AI score0.03156EPSS
SaveExploits0References2
Exploit DB
Exploit DB
added 2014/09/15 12:00 a.m.45 views

Aztech Routers - '/cgi-bin/AZ_Retrain.cgi' Denial of Service

/ source: https://www.securityfocus.com/bid/69809/info Multiple Aztech routers are prone to a denial-of-service vulnerability. Attackers may exploit this issue to cause an affected device to crash, resulting in a denial-of-service condition. Aztech DSL5018EN, DSL705E and DSL705EU are vulnerable. ...

7.5CVSS7.3AI score0.12569EPSS
SaveExploits3
Exploit DB
Exploit DB
added 2014/09/15 12:00 a.m.57 views

Aztech Modem Routers - Session Hijacking

source: https://www.securityfocus.com/bid/69811/info Multiple Aztech Modem Routers are prone to a session-hijacking vulnerability. An attacker can exploit this issue to gain unauthorized access to the affected device. !/usr/bin/perl Title: Aztech Modem Broken Session Management Exploit Author: Er...

10CVSS8.5AI score0.42131EPSS
SaveExploits3
Rows per page
Query Builder