#VU18658 Permissions, Privileges, and Access Controls in Gnome GLib - CVE-2019-12450
Published: June 3, 2019
Gnome GLib
Gnome Development Team
Description
The vulnerability allows a local user to escalate privileges on the system.
The vulnerability exists due to the application applies default directory permissions to files while copying them in file_copy_fallback() function in gio/gfile.c. A local user can interfere with the copying operation and gain access to otherwise restricted files, as the application applies correct access permissions after the file was copied only.
Such application behavior allows a local user to access potentially sensitive data or modify file contents in case directory permissions that were applied to the file allow such operations.