Logo
-

Byte Open Security

(ByteOS Network)

Log In

Sign Up

ByteOS

Security
Vulnerability Details
Registries
Custom Views
Weaknesses
Attack Patterns
Filters & Tools
CVE Vulnerability Details :
CVE-2026-53185
PUBLISHED
More InfoOfficial Page
Assigner-Linux
Assigner Org ID-416baaa9-dc9f-4396-8d5f-8c081fb06d67
View Known Exploited Vulnerability (KEV) details
Published At-25 Jun, 2026 | 08:38
Updated At-02 Jul, 2026 | 12:05
Rejected At-
▼CVE Numbering Authority (CNA)
zram: fix use-after-free in zram_bvec_write_partial()

In the Linux kernel, the following vulnerability has been resolved: zram: fix use-after-free in zram_bvec_write_partial() zram_read_page() picks the sync or async backing device read path based on whether the parent bio is NULL. zram_bvec_write_partial() passes its parent bio down, so for ZRAM_WB slots the read is dispatched asynchronously and zram_read_page() returns 0 while the bio is still in flight. The caller then runs memcpy_from_bvec(), zram_write_page() and __free_page() on the buffer, leaving the async read to write into a freed page. zram_bvec_read_partial() was switched to NULL in commit 4e3c87b9421d ("zram: fix synchronous reads") for the same reason; the write_partial counterpart was missed.

Affected Products
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • drivers/block/zram/zram_drv.c
Default Status
unaffected
Versions
Affected
  • From 8e654f8fbff52ac483fb69957222853d7e2fc588 before 0c2821665ff71be3f4b07ecece384669f2877f6a (git)
  • From 8e654f8fbff52ac483fb69957222853d7e2fc588 before 77a602b505ce4802915853cfc435a4722fab3e64 (git)
  • From 8e654f8fbff52ac483fb69957222853d7e2fc588 before c96786d6ff1acc1d54d9241e97767554c1dfdd5b (git)
  • From 8e654f8fbff52ac483fb69957222853d7e2fc588 before 198b5a14cca27263b9c14b20114c8092de15dfcb (git)
  • From 8e654f8fbff52ac483fb69957222853d7e2fc588 before 732fd9f0b9c1cdc6dfd77162ded60df005182cc0 (git)
Vendor
Linux Kernel Organization, IncLinux
Product
Linux
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Program Files
  • drivers/block/zram/zram_drv.c
Default Status
affected
Versions
Affected
  • 4.14
Unaffected
  • From 0 before 4.14 (semver)
  • From 6.6.143 through 6.6.* (semver)
  • From 6.12.94 through 6.12.* (semver)
  • From 6.18.36 through 6.18.* (semver)
  • From 7.0.13 through 7.0.* (semver)
  • From 7.1 through * (original_commit_for_fix)
Metrics
VersionBase scoreBase severityVector
3.17.8HIGH
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Version: 3.1
Base score: 7.8
Base severity: HIGH
Vector:
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Metrics Other Info
Impacts
CAPEC IDDescription
Solutions

Configurations

Workarounds

Exploits

Credits

Timeline
EventDate
Replaced By

Rejected Reason

References
HyperlinkResource
https://git.kernel.org/stable/c/0c2821665ff71be3f4b07ecece384669f2877f6a
N/A
https://git.kernel.org/stable/c/77a602b505ce4802915853cfc435a4722fab3e64
N/A
https://git.kernel.org/stable/c/c96786d6ff1acc1d54d9241e97767554c1dfdd5b
N/A
https://git.kernel.org/stable/c/198b5a14cca27263b9c14b20114c8092de15dfcb
N/A
https://git.kernel.org/stable/c/732fd9f0b9c1cdc6dfd77162ded60df005182cc0
N/A
Hyperlink: https://git.kernel.org/stable/c/0c2821665ff71be3f4b07ecece384669f2877f6a
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/77a602b505ce4802915853cfc435a4722fab3e64
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/c96786d6ff1acc1d54d9241e97767554c1dfdd5b
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/198b5a14cca27263b9c14b20114c8092de15dfcb
Resource: N/A
Hyperlink: https://git.kernel.org/stable/c/732fd9f0b9c1cdc6dfd77162ded60df005182cc0
Resource: N/A
▼Authorized Data Publishers (ADP)
kernel: zram: fix use-after-free in zram_bvec_write_partial()

A flaw was found in the Linux kernel, specifically within the zram module. This vulnerability is a use-after-free error, where the system attempts to use a piece of memory after it has been freed. This occurs when the `zram_bvec_write_partial()` function allows an asynchronous read to write into a page that has already been deallocated. Such a flaw can lead to system instability, causing crashes, or in some scenarios, could be exploited by a local attacker to escalate privileges or execute arbitrary code.

Affected Products
Vendor
Red Hat, Inc.Red Hat
Product
Red Hat Enterprise Linux 10
CPEs
  • cpe:/o:redhat:enterprise_linux:10
Default Status
affected
Vendor
Red Hat, Inc.Red Hat
Product
Red Hat Enterprise Linux 8
CPEs
  • cpe:/o:redhat:enterprise_linux:8
Default Status
affected
Vendor
Red Hat, Inc.Red Hat
Product
Red Hat Enterprise Linux 9
CPEs
  • cpe:/o:redhat:enterprise_linux:9
Default Status
affected
Vendor
Red Hat, Inc.Red Hat
Product
Red Hat Enterprise Linux 6
CPEs
  • cpe:/o:redhat:enterprise_linux:6
Default Status
unaffected
Vendor
Red Hat, Inc.Red Hat
Product
Red Hat Enterprise Linux 7
CPEs
  • cpe:/o:redhat:enterprise_linux:7
Default Status
unaffected
Problem Types
TypeCWE IDDescription
CWECWE-364Signal Handler Race Condition
Type: CWE
CWE ID: CWE-364
Description: Signal Handler Race Condition
Metrics
VersionBase scoreBase severityVector
3.17.0HIGH
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
Version: 3.1
Base score: 7.0
Base severity: HIGH
Vector:
CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
Metrics Other Info
Red Hat severity rating
value:
Moderate
namespace:
https://access.redhat.com/security/updates/classification/
Impacts
CAPEC IDDescription
Solutions

Configurations

Workarounds

To mitigate this issue, prevent module zram from being loaded. Please see https://access.redhat.com/solutions/41278 for how to blacklist a kernel module to prevent it from loading automatically.

Exploits

Credits

Timeline
EventDate
Reported to Red Hat.2026-06-25 00:00:00
Made public.2026-06-25 00:00:00
Event: Reported to Red Hat.
Date: 2026-06-25 00:00:00
Event: Made public.
Date: 2026-06-25 00:00:00
Replaced By

Rejected Reason

References
HyperlinkResource
https://access.redhat.com/security/cve/CVE-2026-53185
vdb-entry
x_refsource_REDHAT
https://bugzilla.redhat.com/show_bug.cgi?id=2492735
issue-tracking
x_refsource_REDHAT
https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-53185.json
x_sadp-csaf-vex
Hyperlink: https://access.redhat.com/security/cve/CVE-2026-53185
Resource:
vdb-entry
x_refsource_REDHAT
Hyperlink: https://bugzilla.redhat.com/show_bug.cgi?id=2492735
Resource:
issue-tracking
x_refsource_REDHAT
Hyperlink: https://security.access.redhat.com/data/csaf/v2/vex/2026/cve-2026-53185.json
Resource:
x_sadp-csaf-vex
Details not found