REDHAT-BUG-2418832: Medium severity linux/kernel vulnerability

Published Dec 4, 2025
·
Updated

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

sctp: avoid NULL dereference when chunk data buffer is missing

chunk->skb pointer is dereferenced in the if-block where it's supposed to be NULL only.

chunk->skb can only be NULL if chunk->headskb is not. Check for fraglist instead and do it just before replacing chunk->skb. We're sure that otherwise chunk->skb is non-NULL because of outer if() condition.

Affected Software

1 affected component
linux/kernel

Event History

Dec 4, 2025
Data Sourced
via Red Hat·04:03 PM
DescriptionSeverityAffected Software

Frequently Asked Questions

1

What condition triggers the crash?

The issue occurs when SCTP processes a chunk whose data buffer is missing: chunk->skb is NULL while chunk->head_skb is present. The vulnerable code dereferences chunk->skb in a path where it can be NULL.

2

What is the impact of successful triggering?

The described impact is a NULL-pointer dereference in the Linux kernel SCTP code, which can cause a kernel crash.

3

Which remediation is described?

The resolution changes the check to use frag_list immediately before replacing chunk->skb, avoiding dereference of a missing chunk->skb pointer.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203