Bugzilla – Bug 1203852
VUL-0: CVE-2022-3287: fwupd: world readable password in /etc/fwupd/redfish.conf
Last modified: 2023-01-17 20:36:24 UTC
rh#2129904 When the redfish plugin automatically creates an OPERATOR user account on the BMC we save the autogenerated password to /etc/fwupd/redfish.conf, ensuring it is chmod'ed to 0660 before writing the file with g_key_file_save_to_file(). The GLib in RHEL 9 versions instead calls g_file_set_contents_full() with the mode hardcoded to 0666, which undoes the previous chmod(). Upstream fix: https://github.com/fwupd/fwupd/commit/ea676855f2119e36d433fbd2ed604039f53b2091 References: https://bugzilla.redhat.com/show_bug.cgi?id=2129904 http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2022-3287
Buggy feature adde in 1.7.4, SUSE codestreams are not affected. openSUSE:Factory affected
Fixed in sr https://build.opensuse.org/request/show/1006595 on its way to factory