CyberRota
Back to database

CVE-2026-31633

CRITICAL · CVSS 9.8 EPSS 0.05%

Source: NVD + CISA KEV + EPSS · Published: 2026-04-24 · Last synced: 2026-05-24

CyberRota Analysis

Detaylı analiz gerekiyor.

CVE
CVE-2026-31633
Severity
CRITICAL
CVSS
9.8
EPSS
0.05%
Linux

Original NVD Description

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix integer overflow in rxgk_verify_response() In rxgk_verify_response(), there's a potential integer overflow due to rounding up token_len before checking it, thereby allowing the length check to be bypassed. Fix this by checking the unrounded value against len too (len is limited as the response must fit in a single UDP packet).