diff options
author | nectar <nectar@FreeBSD.org> | 2004-11-12 01:29:54 +0800 |
---|---|---|
committer | nectar <nectar@FreeBSD.org> | 2004-11-12 01:29:54 +0800 |
commit | dbcb4785546eaf4d660ad8a5c166c2b365e4c529 (patch) | |
tree | b6c208485f7095520bbd92b754d9f68328549bc7 /security | |
parent | 7c87185f6eebae014ad659ecc41b2a991b1e618a (diff) | |
download | freebsd-ports-gnome-dbcb4785546eaf4d660ad8a5c166c2b365e4c529.tar.gz freebsd-ports-gnome-dbcb4785546eaf4d660ad8a5c166c2b365e4c529.tar.zst freebsd-ports-gnome-dbcb4785546eaf4d660ad8a5c166c2b365e4c529.zip |
Note old hafiye bug.
Submitted by: Shane Kinney <mod6@freebsdhackers.net>
Diffstat (limited to 'security')
-rw-r--r-- | security/vuxml/vuln.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/security/vuxml/vuln.xml b/security/vuxml/vuln.xml index c95ee725e290..c941c7dfb84a 100644 --- a/security/vuxml/vuln.xml +++ b/security/vuxml/vuln.xml @@ -32,6 +32,42 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> <vuxml xmlns="http://www.vuxml.org/apps/vuxml-1"> + <vuln vid="027380b7-3404-11d9-ac1b-000d614f7fad"> + <topic>hafiye -- lack of terminal escape sequence filtering</topic> + <affects> + <package> + <name>hafiye</name> + <range><lt>1.0_1</lt></range> + </package> + </affects> + <description> + <body xmlns="http://www.w3.org/1999/xhtml"> + <p>A siyahsapka.org advisory reads:</p> + <blockquote cite="http://deicide.siyahsapka.org/hafiye_esc.txt"> + <p>Hafiye-1.0 doesnt filter the payload when printing it to + the terminal. A malicious attacker can send packets with + escape sequence payloads to exploit this vulnerability.</p> + <p>If Hafiye has been started with -n packet count option , + the vulnerability could allow remote code execution. For + remote code execution the victim must press Enter after + program exit.</p> + </blockquote> + <p>Note that it appears that this bug can only be exploited in + conjunction with a terminal emulator that honors the + appropriate escape sequences.</p> + </body> + </description> + <references> + <freebsdpr>ports/70978</freebsdpr> + <url>http://deicide.siyahsapka.org/hafiye_esc.txt</url> + <url>http://www.enderunix.org/hafiye/</url> + </references> + <dates> + <discovery>2004-08-23</discovery> + <entry>2004-11-11</entry> + </dates> + </vuln> + <vuln vid="e69ba632-326f-11d9-b5b7-000854d03344"> <topic>ez-ipupdate -- format string vulnerability</topic> <affects> |