Vulnerability Description
The keyfile settings backend in GNOME GLib (aka glib2.0) before 2.60.0 creates directories using g_file_make_directory_with_parents (kfsb->dir, NULL, NULL) and files using g_file_replace_contents (kfsb->file, contents, length, NULL, FALSE, G_FILE_CREATE_REPLACE_DESTINATION, NULL, NULL, NULL). Consequently, it does not properly restrict directory (and file) permissions. Instead, for directories, 0777 permissions are used; for files, default file permissions are used. This is similar to CVE-2019-12450.
CVSS Score
HIGH
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Gnome | Glib | >= 2.0.0, < 2.59.1 |
Related Weaknesses (CWE)
References
- http://lists.opensuse.org/opensuse-security-announce/2019-07/msg00022.html
- https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=931234#12
- https://gitlab.gnome.org/GNOME/glib/commit/5e4da714f00f6bfb2ccd6d73d61329c6f3a08PatchThird Party Advisory
- https://gitlab.gnome.org/GNOME/glib/issues/1658Third Party Advisory
- https://gitlab.gnome.org/GNOME/glib/merge_requests/450Issue TrackingThird Party Advisory
- https://lists.apache.org/thread.html/r58af02e294bd07f487e2c64ffc0a29b837db5600e3
- https://lists.apache.org/thread.html/rf4c02775860db415b4955778a131c2795223f61cb8
- https://lists.debian.org/debian-lts-announce/2019/07/msg00029.html
- https://lists.debian.org/debian-lts-announce/2019/08/msg00004.html
- https://security.netapp.com/advisory/ntap-20190806-0003/
- https://usn.ubuntu.com/4049-1/
- https://usn.ubuntu.com/4049-2/
- http://lists.opensuse.org/opensuse-security-announce/2019-07/msg00022.html
- https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=931234#12
- https://gitlab.gnome.org/GNOME/glib/commit/5e4da714f00f6bfb2ccd6d73d61329c6f3a08PatchThird Party Advisory
FAQ
What is CVE-2019-13012?
CVE-2019-13012 is a vulnerability with a CVSS score of 7.5 (HIGH). The keyfile settings backend in GNOME GLib (aka glib2.0) before 2.60.0 creates directories using g_file_make_directory_with_parents (kfsb->dir, NULL, NULL) and files using g_file_replace_contents (kfs...
How severe is CVE-2019-13012?
CVE-2019-13012 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2019-13012?
Check the references section above for vendor advisories and patch information. Affected products include: Gnome Glib.