HOMEVULNERABILITIESCVE-2026-31635
HIGH

CVE-2026-31635

Published: April 24, 2026· Updated: Apr 27, 2026

7.5
CVSS v3.1
EPSS:0.02%probability of exploitation in 30 daysPercentile:4.1th

Official Description

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

rxrpc: fix oversized RESPONSE authenticator length check

rxgk_verify_response() decodes auth_len from the packet and is supposed

to verify that it fits in the remaining bytes. The existing check is

inverted, so oversized RESPONSE authenticators are accepted and passed

to rxgk_decrypt_skb(), which can later reach skb_to_sgvec() with an

impossible length and hit BUG_ON(len).

Decoded from the original latest-net reproduction logs with

scripts/decode_stacktrace.sh:

RIP: __skb_to_sgvec()

[net/core/skbuff.c:5285 (discriminator 1)]

Call Trace:

skb_to_sgvec() [net/core/skbuff.c:5305]

rxgk_decrypt_skb() [net/rxrpc/rxgk_common.h:81]

rxgk_verify_response() [net/rxrpc/rxgk.c:1268]

rxrpc_process_connection()

[net/rxrpc/conn_event.c:266 net/rxrpc/conn_event.c:364

net/rxrpc/conn_event.c:386]

process_one_work() [kernel/workqueue.c:3281]

worker_thread()

[kernel/workqueue.c:3353 kernel/workqueue.c:3440]

kthread() [kernel/kthread.c:436]

ret_from_fork() [arch/x86/kernel/process.c:164]

Reject authenticator lengths that exceed the remaining packet payload.

NVD Source

Technical Analysis

CVE-2026-31635 can be exploited remotely over the network without requiring physical or adjacent access, significantly expanding the attack surface for threat actors.

The vulnerability requires no privileges and no user interaction, making it a prime target for automated exploitation campaigns and worm-like propagation.

A successful exploit results in availability disruption (denial of service), with a CVSS base score of 7.5.

CVSS v3.1 Vector Breakdown

Exploitability
Attack VectorNetwork
Attack ComplexityLow
Privileges Req.None
User InteractionNone
ScopeUnchanged
Impact
ConfidentialityNone
IntegrityNone
AvailabilityHigh
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Affected Vendors & Products

Linux1 product
linux kernel
Source: NVD CPE · 3 total CPE entries

Exploit & PoC Resources

NO KNOWN EXPLOITNo public exploit confirmed at this time
External links open in a new tab. Always verify in a controlled environment before use.

Official Patches & Advisories

News & Research Mentioning CVE-2026-31635

DirtyDecrypt PoC Released for Linux Kernel CVE-2026-31635 LPE Vulnerability
The Hacker News· May 19, 2026

Proof-of-concept (PoC) exploit code has now been released for a recently patched security flaw in the Linux kernel that could allow for local privilege escalation (LPE). Dubbed DirtyDecrypt (aka DirtyCBC), the vulnerability was discovered and reported by the Zellic and V12 security team on May 9, 2026, only to be informed by the maintainers that it was a duplicate of a vulnerability that had [xlite_meta score:50 src:The Hacker News xlite_fp:fb08919f9511ce57370c582ad040b6b21c321417564141ae2171cdafa979724d]

All References (3)

Quick Facts

CVE IDCVE-2026-31635
CVSS Score7.5 / 10
SeverityHIGH
CISA KEVNo
EPSS (30d)0.02%
Affected1 vendor
PublishedApr 24, 2026

Recommended Actions

  • Apply vendor patches immediately
  • Monitor CVE-2026-31635 in threat intel feeds
  • Review IDS/IPS signatures for exploitation attempts
Data sourced from NVD (NIST), CISA KEV, and EPSS (FIRST). Analysis generated by CTIWATCH.COM. CVE data is provided under the NVD usage policy.