diff options
author | Simon L. B. Nielsen <simon@FreeBSD.org> | 2005-08-04 01:14:16 +0800 |
---|---|---|
committer | Simon L. B. Nielsen <simon@FreeBSD.org> | 2005-08-04 01:14:16 +0800 |
commit | 379edd924db599716f61b9bbf6d3a315543d3e34 (patch) | |
tree | 6a1ee3fa972cbc22bd150a4b4f0c33d068ebd2ce /security/vuxml | |
parent | fa7419cac1e65444c0158d3125ae2249aef1747d (diff) | |
download | freebsd-ports-gnome-379edd924db599716f61b9bbf6d3a315543d3e34.tar.gz freebsd-ports-gnome-379edd924db599716f61b9bbf6d3a315543d3e34.tar.zst freebsd-ports-gnome-379edd924db599716f61b9bbf6d3a315543d3e34.zip |
Document proftpd -- format string vulnerabilities.
Approved by: portmgr (blanket, VuXML)
Diffstat (limited to 'security/vuxml')
-rw-r--r-- | security/vuxml/vuln.xml | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index da57b2776139..de2a97a25336 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -32,6 +32,43 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="c28f4705-043f-11da-bc08-0001020eed82"> + <topic>proftpd -- format string vulnerabilities</topic> + <affects> + <package> + <name>proftpd</name> + <name>proftpd-mysql</name> + <range><lt>1.3.0.rc2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The ProFTPD release notes states:</p> + <blockquote cite="http://www.proftpd.org/docs/RELEASE_NOTES-1.3.0rc2"> + <p>sean <infamous42md at hotpop.com> found two format + string vulnerabilities, one in mod_sql's SQLShowInfo + directive, and one involving the 'ftpshut' utility. Both + can be considered low risk, as they require active + involvement on the part of the site administrator in order + to be exploited.</p> + </blockquote> + <p>These vulnerabilities could potentially lead to information + disclosure, a denial-of-server situation, or execution of + arbitrary code with the permissions of the user running + ProFTPD.</p> + </body> + </description> + <references> + <cvename>CAN-2005-2390</cvename> + <url>http://www.gentoo.org/security/en/glsa/glsa-200508-02.xml</url> + <url>http://www.proftpd.org/docs/RELEASE_NOTES-1.3.0rc2</url> + </references> + <dates> + <discovery>2005-07-26</discovery> + <entry>2005-08-03</entry> + </dates> + </vuln> + <vuln vid="debbb39c-fdb3-11d9-a30d-00b0d09acbfc"> <topic>nbsmtp -- format string vulnerability</topic> <affects> |