VYPR
High severity7.8NVD Advisory· Published Sep 11, 2025· Updated May 12, 2026

CVE-2025-39743

CVE-2025-39743

Description

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

jfs: truncate good inode pages when hard link is 0

The fileset value of the inode copy from the disk by the reproducer is AGGR_RESERVED_I. When executing evict, its hard link number is 0, so its inode pages are not truncated. This causes the bugon to be triggered when executing clear_inode() because nrpages is greater than 0.

AI Insight

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

In JFS, when an inode's hard link count is 0, its pages are not truncated, leading to a BUG_ON in clear_inode().

Vulnerability

Overview

A vulnerability in the Linux kernel's JFS filesystem occurs when an inode with a hard link count of 0 is evicted. The fileset value of the inode, read from disk, is AGGR_RESERVED_I. During eviction, because the hard link count is 0, the inode's pages are not truncated. This leaves nrpages greater than 0, which triggers a BUG_ON assertion in clear_inode(), causing a kernel panic [1].

Exploitation

An attacker who can mount a corrupted JFS filesystem or trigger a scenario where an inode's hard link count becomes 0 without proper page truncation can cause a denial of service. No special privileges are required beyond the ability to access the filesystem. The attack is local, as it involves mounting a crafted filesystem image.

Impact

Successful exploitation results in a kernel panic, leading to a denial of service (system crash). The vulnerability is classified as high severity with a CVSS v3 score of 7.8, reflecting the potential for complete system unavailability.

Mitigation

Patches have been applied to the Linux kernel stable branches [2][3][4]. Users should update to the latest kernel versions containing the fix. Affected products include SIMATIC CN 4100 versions prior to V5.0, where this CVE is listed among others [1].

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