diff options
author | trhodes <trhodes@FreeBSD.org> | 2005-06-03 10:09:22 +0800 |
---|---|---|
committer | trhodes <trhodes@FreeBSD.org> | 2005-06-03 10:09:22 +0800 |
commit | 4062f2ff458d2a3a285c037f152d7d528cc136aa (patch) | |
tree | c86ef2a1fe74ea15e826e93e6e6ace55dfc5ff05 /security | |
parent | b187345b0d711581a5e237766b9486eb794fec1a (diff) | |
download | freebsd-ports-gnome-4062f2ff458d2a3a285c037f152d7d528cc136aa.tar.gz freebsd-ports-gnome-4062f2ff458d2a3a285c037f152d7d528cc136aa.tar.zst freebsd-ports-gnome-4062f2ff458d2a3a285c037f152d7d528cc136aa.zip |
Note buffer overflows and directory transversal issues in audio/ymat.
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index c09bf337a238..5249352800cd 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -32,6 +32,31 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="99b5cfa5-d3d2-11d9-8ffb-00061bc2ad93"> + <topic>yamt -- Possible buffer overflow and directory transferal issue</topic> + <affects> + <package> + <name>yamt</name> + <range><lt>0.5_2</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>In addition to the vulnerabilities listed in + CVE CAN-2004-1302, several other issues have been + found in audio/yamt, including buffer overflows + and directory tranversals.</p> + </blockquote> + </body> + </description> + <references> + </references> + <dates> + <discovery>2005-01-20</discovery> + <entry>2005-06-03</entry> + </dates> + </vuln> + <vuln vid="ae6ec9b8-2f43-4d02-8129-c6a3a53ef09d"> <topic>xview -- multiple buffer overflows in xv_parse_one</topic> <affects> |