Ubuntu: Emacs vulnerabilities


 
Thread Tools Search this Thread
Special Forums Cybersecurity Security Advisories (RSS) Ubuntu: Emacs vulnerabilities
# 1  
Old 05-06-2008
Ubuntu: Emacs vulnerabilities

LinuxSecurity.com: It was discovered that Emacs did not account for precision when formatting integers. If a user were tricked into opening a specially crafted file, an attacker could cause a denial of service or possibly other unspecified actions. This issue does not affect Ubuntu 8.04. (CVE-2007-6109) Steve Grubb discovered that the vcdiff script as included in Emacs created temporary files in an insecure way when used with SCCS. Local users could exploit a race condition to create or overwrite files with the privileges of the user invoking the program. (CVE-2008-1694)

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. Ubuntu

Emacs printing with Ubuntu 14.04 LTS

I am trying to setup a development environment that mirrors my Windows and SCO Unix systems. I use emacs and I am having trouble printing. I keep getting the error message; Symbol's function definition is void: default-printer-name I have googled this and for possible answers for... (0 Replies)
Discussion started by: trolley
0 Replies

2. UNIX for Dummies Questions & Answers

Ubuntu, emacs, vista help

Folks, I need some help! Please understand that I have searched and read tons of how-to's and other documents in researching this and getting Putty, Cygwin, and emacs running on the Vista machine. I have a Ubuntu headless server i am trying to configure as my gateway system for the house... (3 Replies)
Discussion started by: poundjd
3 Replies
Login or Register to Ask a Question
b2m(1)							      General Commands Manual							    b2m(1)

NAME
b2m - convert old Emacs Rmail Babyl format to mbox format SYNOPSIS
b2m < babyl-file > mbox-file DESCRIPTION
b2m accepts Babyl format mail (as used by older versions of Rmail in GNU Emacs) on standard input, and converts it to mbox format on stan- dard output. Babyl was the storage format used by Rmail prior to Emacs 23.1. Since then, it uses standard mbox format. This program is distributed with GNU Emacs. OPTIONS
The program accepts unambiguous abbreviations for long option names. -V, --version Display version information. -h, --help Display basic usage information. SEE ALSO
The Babyl format is described in the file etc/BABYL in the Emacs distribution. Rmail is documented in the GNU Emacs manual, which you can read using Info, either from Emacs or as a standalone program. AUTHORS
b2m was originally written by Ed Wilkinson. Francesco Potorti updated it according to the GNU coding standards. COPYING
Copyright (C) 2008, 2009 Free Software Foundation, Inc. Permission is granted to make and distribute verbatim copies of this document provided the copyright notice and this permission notice are preserved on all copies. Permission is granted to copy and distribute modified versions of this document under the conditions for verbatim copying, provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. Permission is granted to copy and distribute translations of this document into another language, under the above conditions for modified versions, except that this permission notice may be stated in a translation approved by the Free Software Foundation. b2m(1)