Lucene search
+L

7285 matches found

Packet Storm
Packet Storm
added 2011/12/10 12:00 a.m.31 views

FCMS 2.7.2 Cross Site Scripting

FCMS2.7.2 cms and earlier multiple stored XSS Vulnerability =================================================================================== Exploit Title: FCMS2.7.2 cms multiple stored XSS Vulnerability Download link...

SaveExploits0
exploitpack
exploitpack
added 2011/12/10 12:00 a.m.29 views

Family CMS 2.7.2 - Multiple Persistent Cross-Site Scripting Vulnerabilities

Family CMS 2.7.2 - Multiple Persistent Cross-Site Scripting Vulnerabilities FCMS2.7.2 cms and earlier multiple stored XSS Vulnerability =================================================================================== Exploit Title: FCMS2.7.2 cms multiple stored XSS Vulnerability Download link...

7AI score
SaveExploits0
Exploit DB
Exploit DB
added 2011/12/10 12:00 a.m.45 views

Family CMS 2.7.2 - Multiple Persistent Cross-Site Scripting Vulnerabilities

FCMS2.7.2 cms and earlier multiple stored XSS Vulnerability =================================================================================== Exploit Title: FCMS2.7.2 cms multiple stored XSS Vulnerability Download link...

8.8CVSS8AI score0.03567EPSS
SaveExploits4
Packet Storm
Packet Storm
added 2011/12/07 12:00 a.m.38 views

Family Connections less.php Remote Command Execution

This file is part of the Metasploit Framework and may be subject to redistribution and commercial restrictions. Please see the Metasploit Framework web site for more information on licensing and terms of use. http://metasploit.com/framework/ require 'msf/core' class Metasploit3 'Family Connection...

0.1AI score
SaveExploits0
zdt
zdt
added 2011/12/07 12:00 a.m.33 views

Family Connections less.php Remote Command Execution

Exploit for php platform in category web applications This file is part of the Metasploit Framework and may be subject to redistribution and commercial restrictions. Please see the Metasploit Framework web site for more information on licensing and terms of use. http://metasploit.com/framework/...

7.1AI score
SaveExploits0
Exploit DB
Exploit DB
added 2011/12/07 12:00 a.m.36 views

Family Connections CMS 2.7.1 - 'less.php' Remote Command Execution (Metasploit)

This file is part of the Metasploit Framework and may be subject to redistribution and commercial restrictions. Please see the Metasploit Framework web site for more information on licensing and terms of use. http://metasploit.com/framework/ require 'msf/core' class Metasploit3 'Family Connection...

6.8CVSS5.2AI score0.3655EPSS
SaveExploits6
OpenVAS
OpenVAS
added 2011/12/06 12:00 a.m.15 views

Family Connections 'argv[1]' Parameter Remote Arbitrary Command Execution Vulnerability

Family Connections is prone to a remote arbitrary command- execution vulnerability because it fails to properly validate user-supplied input. An attacker can exploit this issue to execute arbitrary commands within the context of the vulnerable application. OpenVAS Vulnerability Test $Id:...

0.5AI score
SaveExploits0References3
OpenVAS
OpenVAS
added 2011/12/06 12:00 a.m.34 views

Family Connections 'argv[1]' Parameter Remote Arbitrary Command Execution Vulnerability

Family Connections is prone to a remote arbitrary command- execution vulnerability because it fails to properly validate user-supplied input. SPDX-FileCopyrightText: 2011 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right...

6.8CVSS7AI score0.3655EPSS
SaveExploits6References3
exploitpack
exploitpack
added 2011/12/04 12:00 a.m.80 views

Family Connections CMS 2.5.02.7.1 - less.php Remote Command Execution

Family Connections CMS 2.5.02.7.1 - less.php Remote Command Execution $theme = isset$argv1 ? $argv1 : 'default'; system"clear"; if fileexists"$dir/themes/$theme/style.css" echo "\n themes/$theme/style.css already exists.\n\n"; echo "Overwrite y/n ? "; $handle = fopen "php://stdin","r"; $line =...

7.5CVSS0.2AI score0.05074EPSS
SaveExploits8
zdt
zdt
added 2011/12/04 12:00 a.m.64 views

Family Connections CMS v2.5.0-v2.7.1 (less.php) remote command execution

Exploit for php platform in category web applications $theme = isset$argv1 ? $argv1 : 'default'; system"clear"; if fileexists"$dir/themes/$theme/style.css" echo "\n themes/$theme/style.css already exists.\n\n"; echo "Overwrite y/n ? "; $handle = fopen "php://stdin","r"; $line = fgets$handle; if...

7.1AI score0.05074EPSS
SaveExploits8
Packet Storm
Packet Storm
added 2011/12/04 12:00 a.m.51 views

Family Connections CMS 2.7.1 Remote Command Execution

$theme = isset$argv1 ? $argv1 : 'default'; system"clear"; if fileexists"$dir/themes/$theme/style.css" echo "\n themes/$theme/style.css already exists.\n\n"; echo "Overwrite y/n ? "; $handle = fopen "php://stdin","r"; $line = fgets$handle; if trim$line != 'y' exit; $worked = system"php -q...

7.5CVSS0.2AI score0.05074EPSS
SaveExploits8
Exploit DB
Exploit DB
added 2011/12/04 12:00 a.m.51 views

Family Connections CMS 2.5.0/2.7.1 - 'less.php' Remote Command Execution

$theme = isset$argv1 ? $argv1 : 'default'; system"clear"; if fileexists"$dir/themes/$theme/style.css" echo "\n themes/$theme/style.css already exists.\n\n"; echo "Overwrite y/n ? "; $handle = fopen "php://stdin","r"; $line = fgets$handle; if trim$line != 'y' exit; $worked = system"php -q...

7.5CVSS5.2AI score0.3655EPSS
SaveExploits13
Tenable Nessus
Tenable Nessus
added 2011/12/01 12:00 a.m.1335 views

OpenSSH >= 2.3.0 AllowTcpForwarding Port Bouncing

According to its banner, the remote host is running OpenSSH, version 2.3.0 or later. Such versions of OpenSSH allow forwarding TCP connections. If the OpenSSH server is configured to allow anonymous connections e.g. AnonCVS, remote, unauthenticated users could use the host as a proxy. C Tenable,...

6.4CVSS8AI score0.11574EPSS
SaveExploits0References3
Metasploit
Metasploit
added 2011/11/29 12:00 a.m.32 views

Family Connections less.php Remote Command Execution

This module exploits an arbitrary command execution vulnerability in Family Connections 2.7.1. It's in the dev/less.php script and is due to an insecure use of system. Authentication isn't required to exploit the vulnerability but registerglobals must be set to On. Module Options msf use...

6.8CVSS5.7AI score0.3655EPSS
SaveExploits6
RedHat Linux
RedHat Linux
added 2011/11/08 9:50 p.m.25 views

Moderate: Red Hat Security Advisory: icedtea-web security update

Updated icedtea-web packages that fix one security issue are now available for Red Hat Enterprise Linux 6. The Red Hat Security Response Team has rated this update as having moderate security impact. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is...

4.3CVSS5.8AI score0.02217EPSS
SaveExploits0References2
UbuntuCve
UbuntuCve
added 2011/11/08 12:00 a.m.42 views

CVE-2011-3377

The web browser plug-in in IcedTea-Web 1.0.x before 1.0.6 and 1.1.x before 1.1.4 allows remote attackers to bypass the Same Origin Policy SOP and execute arbitrary script or establish network connections to unintended hosts via an applet whose origin has the same second-level domain, but a...

4.3CVSS6AI score0.02217EPSS
SaveExploits0References2
Debian CVE
Debian CVE
added 2011/11/04 9:00 p.m.40 views

CVE-2011-3364

Incomplete blacklist vulnerability in the svEscape function in settings/plugins/ifcfg-rh/shvar.c in the ifcfg-rh plug-in for GNOME NetworkManager 0.9.1, 0.9.0, 0.8.1, and possibly other versions, when PolicyKit is configured to allow users to create new connections, allows local users to execute...

6.9CVSS6.9AI score0.00455EPSS
SaveExploits1
NVD
NVD
added 2011/11/01 10:55 p.m.21 views

CVE-2010-4988

PHP remote file inclusion vulnerability in modchatting/themes/default/header.php in Family Connections Who is Chatting 2.2.3 allows remote attackers to execute arbitrary PHP code via a URL in the TMPLpath parameter...

7.5CVSS7.5AI score0.02412EPSS
SaveExploits2References4
Prion
Prion
added 2011/11/01 10:55 p.m.16 views

Remote file inclusion

PHP remote file inclusion vulnerability in modchatting/themes/default/header.php in Family Connections Who is Chatting 2.2.3 allows remote attackers to execute arbitrary PHP code via a URL in the TMPLpath parameter...

7.5CVSS8AI score0.02412EPSS
SaveExploits2References4Affected Software1
CVE
CVE
added 2011/11/01 10:00 p.m.55 views

CVE-2010-4988

CVE-2010-4988 describes a PHP remote file inclusion vulnerability in Family Connections Who is Chatting 2.2.3, specifically in mod_chatting/themes/default/header.php where TMPL[path] can be controlled to include remote PHP code. The underlying issue enables an attacker to execute arbitrary PHP vi...

7.5CVSS7.8AI score0.02412EPSS
SaveExploits2References4Affected Software1
Rows per page
Query Builder