diff options
author | simon <simon@FreeBSD.org> | 2005-01-17 04:46:56 +0800 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2005-01-17 04:46:56 +0800 |
commit | 0bf5c0e5e9a8a5d3bc46d87e646081f3fddc379d (patch) | |
tree | 5d6b3bb4a8ce556d44cfb4c26e832525c297ae5f /security | |
parent | 0e808db3d025f9654083f047462f750a105da344 (diff) | |
download | freebsd-ports-gnome-0bf5c0e5e9a8a5d3bc46d87e646081f3fddc379d.tar.gz freebsd-ports-gnome-0bf5c0e5e9a8a5d3bc46d87e646081f3fddc379d.tar.zst freebsd-ports-gnome-0bf5c0e5e9a8a5d3bc46d87e646081f3fddc379d.zip |
Document mysqlaccess insecure temporary file creation.
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 53e7fbe53932..5ccf773d3a67 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -32,6 +32,41 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="ce109fd4-67f3-11d9-a9e7-0001020eed82"> + <topic>mysql-scripts -- mysqlaccess insecure temporary file creation</topic> + <affects> + <package> + <name>mysql-scripts</name> + <range><lt>3.23.58_2</lt></range> + <range><gt>4.*</gt><lt>4.0.23a_1</lt></range> + <range><gt>4.1.*</gt><lt>4.1.9_1</lt></range> + <range><gt>5.*</gt><lt>5.0.2_1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>The Debian Security Team reports:</p> + <blockquote> + <p>Javier Fernandez-Sanguino Pena from the Debian Security + Audit Project discoverd a temporary file vulnerability in + the mysqlaccess script of MySQL that could allow an + unprivileged user to let root overwrite arbitrary files + via a symlink attack and could also could unveil the + contents of a temporary file which might contain sensitive + information.</p> + </blockquote> + </body> + </description> + <references> + <cvename>CAN-2005-0004</cvename> + <url>http://lists.mysql.com/internals/20600</url> + </references> + <dates> + <discovery>2005-01-12</discovery> + <entry>2005-01-16</entry> + </dates> + </vuln> + <vuln vid="f2d5e56e-67eb-11d9-a9e7-0001020eed82"> <topic>unrtf -- buffer overflow vulnerability</topic> <affects> |