]> git.ipfire.org Git - thirdparty/libvirt.git/commit
logging: restrict sockets to mode 0600
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 30 Apr 2019 16:27:41 +0000 (17:27 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Tue, 21 May 2019 12:29:14 +0000 (13:29 +0100)
commitf8d8a7a182c0854fa50d3976077b3a3d8de8980f
tree0a4a879d316a6c1297de72e2dc4f861aef1528f3
parenta712f01682078f48d3c258bff8cd523ab9100b0d
logging: restrict sockets to mode 0600

The virtlogd daemon's only intended client is the libvirtd daemon. As
such it should never allow clients from other user accounts to connect.
The code already enforces this and drops clients from other UIDs, but
we can get earlier (and thus stronger) protection against DoS by setting
the socket permissions to 0600

Fixes CVE-2019-10132

Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
(cherry picked from commit e37bd65f9948c1185456b2cdaa3bd6e875af680f)
src/logging/virtlogd-admin.socket.in
src/logging/virtlogd.socket.in