VYPR
Medium severity5.5NVD Advisory· Published Sep 4, 2025· Updated May 12, 2026

CVE-2025-38698

CVE-2025-38698

Description

In the Linux kernel, the following vulnerability has been resolved:

jfs: Regular file corruption check

The reproducer builds a corrupted file on disk with a negative i_size value. Add a check when opening this file to avoid subsequent operation failures.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

A flaw in JFS allows corrupted files with negative i_size to trigger operation failures; a check is added to detect such files on open.

Vulnerability

CVE-2025-38698 addresses a flaw in the Linux kernel's JFS (Journaled File System) implementation. The issue arises when a file on disk is corrupted to have a negative i_size value, which then leads to subsequent file operations failing. The official description states that the reproducer builds such a corrupted file, and the fix adds a check when opening the file to prevent these failures [1].

Exploitation

No special network access is required; an attacker with the ability to create or modify a disk image with a crafted JFS filesystem could trigger the condition. When the corrupted file is opened, the kernel detects the negative i_size and, without the patch, would proceed with operations that may fail or cause unpredictable behavior.

Impact

The impact is limited to denial of service or operational failures on the affected system. The CVSS v3 base score of 5.5 (Medium) reflects the requirement for either physical or local access to mount the filesystem, and the potential for disruption of file system operations.

Mitigation

Siemens has listed its SIMATIC CN 4100 as an affected product and recommends updating to version V5.0 or later to remediate this and numerous other CVEs [1]. Linux kernel stable branches have been patched, as indicated by the kernel.org commit references.

References
  1. SSA-032379

AI Insight generated on May 19, 2026. Synthesized from this CVE's description and the cited reference URLs; citations are validated against the source bundle.

Affected products

2

Patches

0

No patches discovered yet.

Vulnerability mechanics

AI mechanics synthesis has not run for this CVE yet.

References

12

News mentions

1