CVE-2025-38147
BaseFortify
Publication date: 2025-07-03
Last updated on: 2025-12-18
Assigner: kernel.org
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linux | linux_kernel | From 4.8 (inc) to 5.4.295 (exc) |
| linux | linux_kernel | From 5.5 (inc) to 5.10.239 (exc) |
| linux | linux_kernel | From 5.11 (inc) to 5.15.186 (exc) |
| linux | linux_kernel | From 5.16 (inc) to 6.1.142 (exc) |
| linux | linux_kernel | From 6.2 (inc) to 6.6.94 (exc) |
| linux | linux_kernel | From 6.7 (inc) to 6.12.34 (exc) |
| linux | linux_kernel | From 6.13 (inc) to 6.15.3 (exc) |
| debian | debian_linux | 11.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-476 | The product dereferences a pointer that it expects to be valid but is NULL. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability in the Linux kernel involves a missing validation check in the netlbl_conn_setattr() function. Specifically, netlbl_conn_setattr() does not verify that the address family of a sockaddr structure passed from userspace matches the socket's actual address family. This can lead to a null pointer dereference when an IPv6 address is used on an IPv4 socket, causing a crash or general protection fault.
How can this vulnerability impact me? :
The vulnerability can cause a null pointer dereference in the Linux kernel, potentially leading to a system crash or denial of service. This occurs when an IPv6 address is used on an IPv4 socket without proper validation, which could be triggered by malicious or malformed inputs.