跳转到帖子

Red Hat: CVE-2024-36881: kernel: mm/userfaultfd: reset ptes when close() for wr-protected ones (Multiple Advisories)

recommended_posts

发布于
  • Members

Red Hat: CVE-2024-36881: kernel: mm/userfaultfd: reset ptes when close() for wr-protected ones (Multiple Advisories)

Severity
5
CVSS
(AV:L/AC:H/Au:S/C:P/I:N/A:C)
Published
05/30/2024
Created
12/06/2024
Added
12/05/2024
Modified
12/05/2024

Description

In the Linux kernel, the following vulnerability has been resolved: mm/userfaultfd: reset ptes when close() for wr-protected ones Userfaultfd unregister includes a step to remove wr-protect bits from all the relevant pgtable entries, but that only covered an explicit UFFDIO_UNREGISTER ioctl, not a close() on the userfaultfd itself.Cover that too.This fixes a WARN trace. The only user visible side effect is the user can observe leftover wr-protect bits even if the user close()ed on an userfaultfd when releasing the last reference of it.However hopefully that should be harmless, and nothing bad should happen even if so. This change is now more important after the recent page-table-check patch we merged in mm-unstable (446dd9ad37d0 ("mm/page_table_check: support userfault wr-protect entries")), as we'll do sanity check on uffd-wp bits without vma context.So it's better if we can 100% guarantee no uffd-wp bit leftovers, to make sure each report will be valid.

Solution(s)

  • redhat-upgrade-kernel
  • redhat-upgrade-kernel-rt

References

  • CVE-2024-36881
  • RHSA-2024:9315
  • 查看数 700
  • 已创建
  • 最后回复

参与讨论

你可立刻发布并稍后注册。 如果你有帐户,立刻登录发布帖子。

游客
回帖…