Bugzilla – Full Text Bug Listing |
Summary: | VUL-0: CVE-2022-3910: kernel: use-after-free and Local Privilege Escalation in io_uring | ||
---|---|---|---|
Product: | [Novell Products] SUSE Security Incidents | Reporter: | Alexander Bergmann <abergmann> |
Component: | Incidents | Assignee: | Security Team bot <security-team> |
Status: | NEW --- | QA Contact: | Security Team bot <security-team> |
Severity: | Major | ||
Priority: | P3 - Medium | CC: | abergmann, gabriel.bertazi, pmladek, security-team |
Version: | unspecified | ||
Target Milestone: | --- | ||
Hardware: | Other | ||
OS: | Other | ||
URL: | https://smash.suse.de/issue/348698/ | ||
Whiteboard: | |||
Found By: | Security Response Team | Services Priority: | |
Business Priority: | Blocker: | --- | |
Marketing QA Status: | --- | IT Deployment: | --- |
Description
Alexander Bergmann
2022-11-23 07:38:10 UTC
io_msg_ring was added in v5.18, so only Factory is affected by this. 4f57f06ce2186 io_uring: add support for IORING_OP_MSG_RING command I could confirm that we do not have the buggy commit 4f57f06ce2186 ("io_uring: add support for IORING_OP_MSG_RING command") backported in any older branch. The fix, commit fc7222c3a9f56271fb ("io_uring/msg_ring: check file type before putting") reached mainline in v6.0-rc6. We have the final 6.0 release in Factory so even Factory is fixed now. Reassigning back to the security team for further tracking. (In reply to Petr Mladek from comment #2) > I could confirm that we do not have the buggy commit 4f57f06ce2186 > ("io_uring: add support for IORING_OP_MSG_RING command") backported in any > older branch. > > The fix, commit fc7222c3a9f56271fb ("io_uring/msg_ring: check file type > before putting") reached mainline in v6.0-rc6. > > We have the final 6.0 release in Factory so even Factory is fixed now. > > Reassigning back to the security team for further tracking. I actually intend to introduce MSG_RING command support as part of 15SP5. Let me take over this for now, to make sure we have the fix merged as well. (In reply to Gabriel Krisman Bertazi from comment #3) > (In reply to Petr Mladek from comment #2) > > I could confirm that we do not have the buggy commit 4f57f06ce2186 > > ("io_uring: add support for IORING_OP_MSG_RING command") backported in any > > older branch. > > > > The fix, commit fc7222c3a9f56271fb ("io_uring/msg_ring: check file type > > before putting") reached mainline in v6.0-rc6. > > > > We have the final 6.0 release in Factory so even Factory is fixed now. > > > > Reassigning back to the security team for further tracking. > > I actually intend to introduce MSG_RING command support as part of 15SP5. > Let me take over this for now, to make sure we have the fix merged as well. MSG_RING is now part of 15SP5, alongside the fix: kernel-source commit: c35fe0a678b56e09ee128c385723d4495e83912a ("io_uring/msg_ring: check file type before putting (bsc#1205670)") |