PULSE
EN VIVO65señales / 24h
FEED
← Todos los CVEs
CVE Watch4 ago 2026

CVE-2024-58094

In the Linux kernel, the following vulnerability has been resolved: jfs: add check read-only before truncation in jfs_truncate_nolock() Ad

CVSS

7.8

Alto

EPSS

0.2%

p7

KEV

Exploit Today

2

0-100

Publicado: 16 abr 2025 · Última mod.: 4 ago 2026

EPSS · 30d
0.2%EPSS · 30 días0.2%
2026-07-072026-08-04
Descripción técnica

In the Linux kernel, the following vulnerability has been resolved: jfs: add check read-only before truncation in jfs_truncate_nolock() Added a check for "read-only" mode in the `jfs_truncate_nolock` function to avoid errors related to writing to a read-only filesystem. Call stack: block_write_begin() { jfs_write_failed() { jfs_truncate() { jfs_truncate_nolock() { txEnd() { ... log = JFS_SBI(tblk->sb)->log; // (log == NULL) If the `isReadOnly(ip)` condition is triggered in `jfs_truncate_nolock`, the function execution will stop, and no further data modification will occur. Instead, the `xtTruncate` function will be called with the "COMMIT_WMAP" flag, preventing modifications in "read-only" mode.

Referencias oficiales
CVEs relacionados

Sin CVEs relacionados por CWE o producto.