CVE-2023-53500
BaseFortify
Publication date: 2025-10-01
Last updated on: 2025-10-02
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | 6.4.0-next-20230707 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-UNKNOWN |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability is a slab-use-after-free bug in the Linux kernel's xfrm subsystem when handling IPv6 packets. Specifically, when the xfrm device is set to use the sfb type qdisc, the control buffer (cb) field of a sent socket buffer (skb) may be modified during packet enqueuing. This can lead to accessing memory that has already been freed (use-after-free) when sending IPv6 packets, potentially causing kernel crashes or undefined behavior.
How can this vulnerability impact me? :
This vulnerability can cause kernel instability or crashes due to use-after-free memory access when sending IPv6 packets via the xfrm device with sfb qdisc. This may lead to denial of service or unpredictable system behavior on affected Linux systems.