|
Bugzilla – Full Text Bug Listing |
| Summary: | VUL-0: CVE-2023-52751: kernel: smb: client: fix use-after-free in smb2_query_info_compound() | ||
|---|---|---|---|
| Product: | [Novell Products] SUSE Security Incidents | Reporter: | SMASH SMASH <smash_bz> |
| Component: | Incidents | Assignee: | Enzo Matsumiya <ematsumiya> |
| Status: | NEW --- | QA Contact: | Security Team bot <security-team> |
| Severity: | Normal | ||
| Priority: | P3 - Medium | CC: | gabriele.sonnu, mkoutny |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| URL: | https://smash.suse.de/issue/407182/ | ||
| Whiteboard: | CVSSv3.1:SUSE:CVE-2023-52751:5.5:(AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H) | ||
| Found By: | Security Response Team | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
SMASH SMASH
2024-05-28 11:55:02 UTC
SLE12-SP5 is not affected. Reasoning: Even though the affected functions have similar code to the one the patch targets, SLE12-SP5 would only cache the root directory dir, which was handled in a simpler way. Also, it's possible that this could happen in a multichannel setup (as mentioned in the reproducer in the commit message), but SLE12-SP5 also lacks support for multichannel. Assuming the missed lease breaks mentioned in the commit message are an indicator of the race happening, for completeness, I ran the same reproducer and couldn't observe them as well. ---- This was the trickiest one, so I took some time to triple check. I'll proceed with the other branches now. |