Inetutils is a collection of common network programs including a telnet client and server.
+The telnetd server invokes /usr/bin/login (normally running as root) passing the value of the USER environment variable received from the client as the last parameter. + +If the client supply a carefully crafted USER environment value being the string "-f root", and passes the telnet(1) -a or --login parameter to send this USER environment to the server, the client will be automatically logged in as root bypassing normal authentication processes. + +This happens because the telnetd server do not sanitize the USER environment variable before passing it on to login(1), and login(1) uses the -f parameter to by-pass normal authentication.
+An attacker can login as root via the telnetd daemon.
+Reinstall inetutils with the telnetd USE flag disabled. This is the default in Gentoo.
+All inetutils users with the telnetd USE flag enabled should upgrade to the latest version:
+ +
+ # emerge --sync
+ # emerge --ask --oneshot --verbose ">=net-misc/inetutils-2.7"
+
+ Vim is an efficient, highly configurable improved version of the classic ‘vi’ text editor. gVim is the GUI version of Vim.
+Multiple vulnerabilities have been discovered in Vim, gVim. Please review the CVE identifiers referenced below for details.
+Please review the referenced CVE identifiers for details.
+There is no known workaround at this time.
+All Vim, gVim users should upgrade to the latest version:
+ +
+ # emerge --sync
+ # emerge --ask --oneshot --verbose ">=app-editors/vim-9.1.1652"
+
+
+ All Vim, gVim users should upgrade to the latest version:
+ +
+ # emerge --sync
+ # emerge --ask --oneshot --verbose ">=app-editors/vim-core-9.1.1652"
+
+
+ All Vim, gVim users should upgrade to the latest version:
+ +
+ # emerge --sync
+ # emerge --ask --oneshot --verbose ">=app-editors/gvim-9.1.1652"
+
+ GIMP is the GNU Image Manipulation Program. XCF is the native image file format used by GIMP.
+A vulnerability has been discovered in GIMP. Please review the CVE identifier referenced below for details.
+This vulnerability allows remote attackers to execute arbitrary code on affected installations of GIMP. User interaction is required to exploit this vulnerability in that the target must visit a malicious page or open a malicious file. + +The specific flaw exists within the parsing of XWD files. The issue results from the lack of proper validation of the length of user-supplied data prior to copying it to a heap-based buffer. An attacker can leverage this vulnerability to execute code in the context of the current process.
+There is no known workaround at this time.
+All GIMP users should upgrade to the latest version:
+ +
+ # emerge --sync
+ # emerge --ask --oneshot --verbose ">=media-gfx/gimp-3.0.6"
+
+
+ All GIMP 2.x users should upgrade to the latest version:
+ +
+ # emerge --sync
+ # emerge --ask --oneshot --verbose ">=media-gfx/gimp-2.10.38-r3 =media-gfx/gimp-2*"
+
+ Asterisk is an open source telephony engine and toolkit.
+Multiple vulnerabilities have been discovered in Asterisk. Please review the CVE identifiers referenced below for details.
+Please review the referenced CVE identifiers for details.
+There is no known workaround at this time.
+
+ # emerge --sync
+ # emerge --ask --oneshot --verbose ">=net-misc/asterisk-18.26.3"
+
+ Commons-beanutils provides easy-to-use wrappers around Reflection and Introspection APIs
+Multiple vulnerabilities have been discovered in Commons-BeanUtils. Please review the CVE identifiers referenced below for details.
+A special BeanIntrospector class was added in version 1.9.2. This can be used to stop attackers from using the declared class property of Java enum objects to get access to the classloader. However this protection was not enabled by default. PropertyUtilsBean (and consequently BeanUtilsBean) now disallows declared class level property access by default.
+There is no known workaround at this time.
+All Commons-BeanUtils users should upgrade to the latest version:
+ +
+ # emerge --sync
+ # emerge --ask --oneshot --verbose ">=dev-java/commons-beanutils-1.11.0"
+
+