Bug 2426016 (CVE-2023-54218)
| Summary: | CVE-2023-54218 kernel: net: Fix load-tearing on sk->sk_stamp in sock_recv_cmsgs() | ||
|---|---|---|---|
| Product: | [Other] Security Response | Reporter: | OSIDB Bzimport <bzimport> |
| Component: | vulnerability | Assignee: | Product Security DevOps Team <prodsec-dev> |
| Status: | NEW --- | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | unspecified | Keywords: | Security |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | --- | |
| Doc Text: |
A data race was found in the Linux kernel's networking subsystem. In sock_recv_cmsgs(), the sk->sk_stamp field is read without using READ_ONCE(), while it can be concurrently written by another thread. This load-tearing issue was detected by KCSAN (Kernel Concurrency Sanitizer) during packet socket receive operations.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | --- | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
OSIDB Bzimport
2025-12-30 13:02:18 UTC
|