View | Details | Raw Unified | Return to bug 202262 | Differences between
and this patch

Collapse All | Expand All

(-)vuln.xml (+40 lines)
Lines 58-63 Link Here
58
58
59
-->
59
-->
60
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
60
<vuxml xmlns="http://www.vuxml.org/apps/vuxml-1">
61
  <vuln vid="9ee72858-4159-11e5-93ad-002590263bf5">
62
    <topic>froxlor -- database password information leak</topic>
63
    <affects>
64
      <package>
65
	<name>froxlor</name>
66
	<range><lt>0.9.33.2</lt></range>
67
      </package>
68
    </affects>
69
    <description>
70
      <body xmlns="http://www.w3.org/1999/xhtml">
71
	<p>oss-security-list@demlak.de reports:</p>
72
	<blockquote cite="http://seclists.org/oss-sec/2015/q3/238">
73
	  <p>An unauthenticated remote attacker is able to get the database
74
	    password via webaccess due to wrong file permissions of the /logs/
75
	    folder in froxlor version 0.9.33.1 and earlier. The plain SQL
76
	    password and username may be stored in the /logs/sql-error.log file.
77
	    This directory is publicly reachable under the default
78
	    configuration/setup.</p>
79
	</blockquote>
80
	<p>Note that froxlor 0.9.33.2 prevents future logging of passwords but
81
	  does not retroactively remove passwords already logged.  Michael
82
	  Kaufmann, the Froxlor lead developer reports:</p>
83
	<blockquote cite="http://forum.froxlor.org/index.php/topic/13054-important-bugfix-release-09332/#entry30025">
84
	  <p>Removing all .log files from the directory should do the job,
85
	    alternatively just use the class.ConfigIO.php from Github</p>
86
	</blockquote>
87
      </body>
88
    </description>
89
    <references>
90
      <cvename>CVE-2015-5959</cvename>
91
      <freebsdpr>ports/202262</freebsdpr>
92
      <url>http://seclists.org/oss-sec/2015/q3/238</url>
93
      <url>https://forum.froxlor.org/index.php/topic/13054-important-bugfix-release-09332/</url>
94
    </references>
95
    <dates>
96
      <discovery>2015-07-29</discovery>
97
      <entry>2015-08-13</entry>
98
    </dates>
99
  </vuln>
100
61
  <vuln vid="83b38a2c-413e-11e5-bfcf-6805ca0b3d42">
101
  <vuln vid="83b38a2c-413e-11e5-bfcf-6805ca0b3d42">
62
    <topic>RT -- two XSS vulnerabilities</topic>
102
    <topic>RT -- two XSS vulnerabilities</topic>
63
    <affects>
103
    <affects>

Return to bug 202262