diff options
author | simon <simon@FreeBSD.org> | 2005-01-24 07:52:33 +0800 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2005-01-24 07:52:33 +0800 |
commit | 8a688c06981b72de038208aa409590fb4cf6f7f2 (patch) | |
tree | 4f072ee2d48659fb9e7cfddb126dbecc8f5cae5e /security | |
parent | c2098efe2a29c4f2866e89f973ab059bd65d5aa0 (diff) | |
download | freebsd-ports-gnome-8a688c06981b72de038208aa409590fb4cf6f7f2.tar.gz freebsd-ports-gnome-8a688c06981b72de038208aa409590fb4cf6f7f2.tar.zst freebsd-ports-gnome-8a688c06981b72de038208aa409590fb4cf6f7f2.zip |
Document a vulnerability in YAMT.
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index 0365c59290a1..a97af23302aa 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -32,6 +32,36 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="d4a7054a-6d96-11d9-a9e7-0001020eed82"> + <topic>yamt -- arbitrary command execution vulnerability</topic> + <affects> + <package> + <name>yamt</name> + <range><gt>0</gt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>Manigandan Radhakrishnan discovered a security + vulnerability in YAMT which can lead to execution of + arbitrary commands with the privileges of the user running + YAMT when sorting based on MP3 tags. The problem exist in + the <code>id3tag_sort()</code> routine which does not + properly sanitize the artist tag from the MP3 file before + using it as an argument to the mv command.</p> + </body> + </description> + <references> + <bid>11999</bid> + <cvename>CAN-2004-1302</cvename> + <url>http://tigger.uic.edu/~jlongs2/holes/yamt.txt</url> + </references> + <dates> + <discovery>2004-12-15</discovery> + <entry>2005-01-23</entry> + </dates> + </vuln> + <vuln vid="4e4bd2c2-6bd5-11d9-9e1e-c296ac722cb3"> <topic>squid -- HTTP response splitting cache pollution attack</topic> <affects> |