Bug 2427120 (CVE-2025-68751)
| Summary: | CVE-2025-68751 kernel: s390/fpu: Fix false-positive kmsan report in fpu_vstl() | ||
|---|---|---|---|
| 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 false-positive memory sanitizer (KMSAN) warning was found in the Linux kernel's s390 floating-point unit (FPU) code. The vstl inline assembly instruction writes a variable number of bytes depending on runtime values, but the compiler-generated KMSAN instrumentation incorrectly tracked only 1 byte of the write. This caused spurious "uninitialized value" warnings during normal network operations like ping, though no actual memory safety issue exists.
|
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
2026-01-05 10:02:44 UTC
|