Bug 2426036 (CVE-2022-50849)
| Summary: | CVE-2022-50849 kernel: pstore: Avoid kcore oops by vmap()ing with VM_IOREMAP | ||
|---|---|---|---|
| Product: | [Other] Security Response | Reporter: | OSIDB Bzimport <bzimport> |
| Component: | vulnerability | Assignee: | Product Security DevOps Team <prodsec-dev> |
| Status: | NEW --- | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | unspecified | Keywords: | Security |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | --- | |
| Doc Text: |
A flaw was found in the Linux kernel’s pstore persistent storage subsystem when using the ram backend. Under certain conditions, accessing /proc/kcore on systems with pstore ram backend could trigger a kernel oops due to improper memory access. The code assumed that pages mapped with vmap() were directly addressable through kmap_atomic(), which is not guaranteed on all configurations. This assumption could result in an invalid memory access and system fault. An unprivileged local user with access to /proc/kcore may be able to induce this condition and destabilize the kernel.
|
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:03:51 UTC
|