Bugzilla – Bug 825003
VUL-1: CVE-2013-1957: kernel: read only mount bypass via mount namespaces
Last modified: 2013-06-14 07:16:40 UTC
is public, via kernel commit and oss-sec CVE-2013-1957 The clone_mnt function in fs/namespace.c in the Linux kernel before 3.8.6 does not properly restrict changes to the MNT_READONLY flag, which allows local users to bypass an intended read-only property of a filesystem by leveraging a separate mount namespace. https://github.com/torvalds/linux/commit/132c94e31b8bca8ea921f9f96a57d684fa4ae0a9 http://www.openwall.com/lists/oss-security/2013/04/16/11
this is a problem caused by the unprivileged namespaces in Linux kernel 3.8 and does not affect older kernels.