diff options
author | junovitch <junovitch@FreeBSD.org> | 2015-08-13 10:07:33 +0800 |
---|---|---|
committer | junovitch <junovitch@FreeBSD.org> | 2015-08-13 10:07:33 +0800 |
commit | 039e62f9dce802a9723dbad83a2865eba6d67c17 (patch) | |
tree | 9bdc390b92909cbcf75792b715cb1ad39878039c /security | |
parent | 874d07bf3c693c49e99a940dec7f43096cac54f6 (diff) | |
download | freebsd-ports-gnome-039e62f9dce802a9723dbad83a2865eba6d67c17.tar.gz freebsd-ports-gnome-039e62f9dce802a9723dbad83a2865eba6d67c17.tar.zst freebsd-ports-gnome-039e62f9dce802a9723dbad83a2865eba6d67c17.zip |
Document Froxlor database password information disclosure vulnerability
PR: 202262
Security: CVE-2015-5959
Security: 9ee72858-4159-11e5-93ad-002590263bf5
Approved by: feld (mentor)
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 8f85c77f0564..24171456f298 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -58,6 +58,46 @@ Notes: --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="9ee72858-4159-11e5-93ad-002590263bf5"> + <topic>froxlor -- database password information leak</topic> + <affects> + <package> + <name>froxlor</name> + <range><lt>0.9.33.2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>oss-security-list@demlak.de reports:</p> + <blockquote cite="http://seclists.org/oss-sec/2015/q3/238"> + <p>An unauthenticated remote attacker is able to get the database + password via webaccess due to wrong file permissions of the /logs/ + folder in froxlor version 0.9.33.1 and earlier. The plain SQL + password and username may be stored in the /logs/sql-error.log file. + This directory is publicly reachable under the default + configuration/setup.</p> + </blockquote> + <p>Note that froxlor 0.9.33.2 prevents future logging of passwords but + does not retroactively remove passwords already logged. Michael + Kaufmann, the Froxlor lead developer reports:</p> + <blockquote cite="http://forum.froxlor.org/index.php/topic/13054-important-bugfix-release-09332/#entry30025"> + <p>Removing all .log files from the directory should do the job, + alternatively just use the class.ConfigIO.php from Github</p> + </blockquote> + </body> + </description> + <references> + <cvename>CVE-2015-5959</cvename> + <freebsdpr>ports/202262</freebsdpr> + <url>http://seclists.org/oss-sec/2015/q3/238</url> + <url>https://forum.froxlor.org/index.php/topic/13054-important-bugfix-release-09332/</url> + </references> + <dates> + <discovery>2015-07-29</discovery> + <entry>2015-08-13</entry> + </dates> + </vuln> + <vuln vid="83b38a2c-413e-11e5-bfcf-6805ca0b3d42"> <topic>RT -- two XSS vulnerabilities</topic> <affects> |