CVE Vulnerabilities

CVE-2025-39962

Published: Oct 09, 2025 | Modified: Oct 09, 2025
CVSS 3.x
N/A
Source:
NVD
CVSS 2.x
RedHat/V2
RedHat/V3
5.5 MODERATE
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Ubuntu

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

rxrpc: Fix untrusted unsigned subtract

Fix the following Smatch static checker warning:

net/rxrpc/rxgk_app.c:65 rxgk_yfs_decode_ticket() warn: untrusted unsigned subtract. ticket_len - 10 * 4

by prechecking the length of what were trying to extract in two places in the token and decoding for a response packet.

Also use sizeof() on the struct were extracting rather specifying the size numerically to be consistent with the other related statements.

References