Lucene search
+L

1650 matches found

Tenable Nessus
Tenable Nessus
added 2009/03/03 12:00 a.m.38 views

Debian DSA-1730-1 : proftpd-dfsg - SQL injection vulnerabilites

The security update for proftpd-dfsg in DSA-1727-1 caused a regression with the postgresql backend. This update corrects the flaw. Also it was discovered that the oldstable distribution etch is not affected by the security issues. For reference the original advisory follows. Two SQL injection...

7.5CVSS7.3AI score0.77398EPSS
SaveExploits3References5
Debian
Debian
added 2009/03/02 8:56 p.m.56 views

[SECURITY] [DSA 1730-1] New proftpd-dfsg packages fix SQL injection vulnerabilites

------------------------------------------------------------------------ Debian Security Advisory DSA-1730-1 [email protected] http://www.debian.org/security/ Steffen Joeris March 02, 2009 http://www.debian.org/security/faq -...

7.5CVSS7.7AI score0.77398EPSS
SaveExploits3
Debian
Debian
added 2009/03/02 8:56 p.m.41 views

[SECURITY] [DSA 1730-1] New proftpd-dfsg packages fix SQL injection vulnerabilites

------------------------------------------------------------------------ Debian Security Advisory DSA-1730-1 [email protected] http://www.debian.org/security/ Steffen Joeris March 02, 2009 http://www.debian.org/security/faq -...

7.5CVSS0.1AI score0.77398EPSS
SaveExploits3
OSV
OSV
added 2009/03/02 12:00 a.m.40 views

DSA-1730-1 proftpd-dfsg - SQL injection vulnerabilites

Bulletin has no description...

7.5CVSS7.4AI score0.77398EPSS
SaveExploits3
Check Point Advisories
Check Point Advisories
added 2009/02/27 12:00 a.m.6 views

Update Protection against ProFTPD Server Username Handling SQL Injection

A vulnerability was reported in the ProFTPD server, a File Transfer Protocol FTP server mainly used in Linux distributions. The flaw is due to improper validation of a user-supplied username string before being used in an SQL query. A remote unauthenticated attacker can trigger this vulnerability...

7.5CVSS7.1AI score0.77398EPSS
SaveExploits3
OpenVAS
OpenVAS
added 2009/02/27 12:00 a.m.11 views

Fedora Update for proftpd FEDORA-2007-2613

The remote host is missing an update for the SPDX-FileCopyrightText: 2009 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 scriptxrefname:"URL",...

5.1CVSS7.1AI score0.12189EPSS
SaveExploits0References2
OpenVAS
OpenVAS
added 2009/02/27 12:00 a.m.13 views

Fedora Update for proftpd FEDORA-2007-2613

Check for the Version of proftpd OpenVAS Vulnerability Test Fedora Update for proftpd FEDORA-2007-2613 Authors: System Generated Check Copyright: Copyright c 2009 Greenbone Networks GmbH, http://www.greenbone.net This program is free software; you can redistribute it and/or modify it under the...

5.1CVSS6.5AI score0.12189EPSS
SaveExploits0References2
Debian
Debian
added 2009/02/26 8:25 a.m.64 views

[SECURITY] [DSA 1727-1] New proftpd-dfsg packages fix SQL injection vulnerabilites

-------------------------------------------------------------------------- Debian Security Advisory DSA 1727-1 [email protected] http://www.debian.org/security/ Steffen Joeris February 26th, 2009 http://www.debian.org/security/faq -...

7.5CVSS7.5AI score0.77398EPSS
SaveExploits3
Tenable Nessus
Tenable Nessus
added 2009/02/26 12:00 a.m.37 views

Debian DSA-1727-1 : proftpd-dfsg - SQL injection vulnerabilites

Two SQL injection vulnerabilities have been found in proftpd, a virtual-hosting FTP daemon. The Common Vulnerabilities and Exposures project identifies the following problems : - CVE-2009-0542 Shino discovered that proftpd is prone to a SQL injection vulnerability via the use of certain character...

7.5CVSS7.3AI score0.77398EPSS
SaveExploits3References5
OSV
OSV
added 2009/02/26 12:00 a.m.27 views

DSA-1727-1 - SQL injection vulnerabilites

Bulletin has no description...

7.5CVSS7.4AI score0.77398EPSS
SaveExploits3
OpenVAS
OpenVAS
added 2009/02/20 12:00 a.m.43 views

ProFTPD 1.3.1 - 1.3.2rc2 SQLi Vulnerability

ProFTPD is prone to remote SQL injection SQLi vulnerability. SPDX-FileCopyrightText: 2009 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 CPE = "cpe:/a:proftpd:proftpd";...

8AI score
SaveExploits0References4
OpenVAS
OpenVAS
added 2009/02/20 12:00 a.m.8 views

ProFTPD Detection (Linux/Unix SSH Login)

SSH login-based detection of ProFTPD Server. SPDX-FileCopyrightText: 2009 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...

7AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2009/02/17 12:00 a.m.105 views

ProFTPD Username Variable Substitution SQL Injection

The remote host is using ProFTPD, a free FTP server for Unix and Linux. The variable substitution feature in the version of ProFTPD running on the remote host can be abused to conduct a SQL injection attack. For example, a remote attacker can bypass authentication using a specially crafted userna...

7.5CVSS7.6AI score0.77398EPSS
SaveExploits3References7
seebug.org
seebug.org
added 2009/02/13 12:00 a.m.59 views

ProFTPD mod_sql用户名SQL注入漏洞

BUGTRAQ ID: 33722 ProFTPD是一款开放源代码FTP服务程序。 ProFTPD的SQL认证模块没有正确地处理百分号字符(%)。在modsql查询中,可使用百分号表示变量。当modsql模块查找到百分号时,就会试图用变量替换,这就改变了基本查询的用户名。例如,对于用户名tj%string.com,由于会使用FTP响应状态替换百分号,但不存在状态值,因此会使用默认的“-”字符串,这个用户名最终变为tj-tring.com。 ProFTPD Project ProFTPD 1.3.2 ProFTPD Project ProFTPD 1.3.1 厂商补丁: ProFTPD...

6.9AI score
SaveExploits0
Tenable Nessus
Tenable Nessus
added 2009/02/13 12:00 a.m.22 views

ProFTPD Username Variable Substitution SQL Injection

Binary data 4930.prm...

7.5CVSS7.3AI score0.77398EPSS
SaveExploits3References7
NVD
NVD
added 2009/02/12 4:30 p.m.24 views

CVE-2009-0543

ProFTPD Server 1.3.1, with NLS support enabled, allows remote attackers to bypass SQL injection protection mechanisms via invalid, encoded multibyte characters, which are not properly handled in 1 modsqlmysql and 2 modsqlpostgres...

6.8CVSS7.4AI score0.18722EPSS
SaveExploits1References7
Prion
Prion
added 2009/02/12 4:30 p.m.33 views

Sql injection

ProFTPD Server 1.3.1, with NLS support enabled, allows remote attackers to bypass SQL injection protection mechanisms via invalid, encoded multibyte characters, which are not properly handled in 1 modsqlmysql and 2 modsqlpostgres...

6.8CVSS8.2AI score0.18722EPSS
SaveExploits1References7Affected Software1
d2
d2
added 2009/02/12 4:30 p.m.95 views

DSquare Exploit Pack: D2SEC_PROFTPD_MODSQL

Name| d2secproftpdmodsql ---|--- CVE| CVE-2009-0542 Exploit Pack| D2ExploitPack Description| d2secproftpdmodsql Notes|...

7.5CVSS1.7AI score0.77398EPSS
SaveExploits3
UbuntuCve
UbuntuCve
added 2009/02/12 4:30 p.m.31 views

CVE-2009-0543

ProFTPD Server 1.3.1, with NLS support enabled, allows remote attackers to bypass SQL injection protection mechanisms via invalid, encoded multibyte characters, which are not properly handled in 1 modsqlmysql and 2 modsqlpostgres...

6.8CVSS7.2AI score0.18722EPSS
SaveExploits1References1
Prion
Prion
added 2009/02/12 4:30 p.m.45 views

Sql injection

SQL injection vulnerability in ProFTPD Server 1.3.1 through 1.3.2rc2 allows remote attackers to execute arbitrary SQL commands via a "%" percent character in the username, which introduces a "'" single quote character during variable substitution by modsql...

7.5CVSS8.7AI score0.77398EPSS
SaveExploits3References13Affected Software1
Rows per page
Query Builder