Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2025-38475

7.8 · HIGH
Published Jul 28, 2025 linux CWE-476 EPSS 0.15% (4th pctl)

Overview

CVE-2025-38475 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 28, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

Technical Description

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

smc: Fix various oops due to inet_sock type confusion.

syzbot reported weird splats [0][1] in cipso_v4_sock_setattr() while

freeing inet_sk(sk)->inet_opt.

The address was freed multiple times even though it was read-only memory.

cipso_v4_sock_setattr() did nothing wrong, and the root cause was type

confusion.

The cited commit made it possible to create smc_sock as an INET socket.

The issue is that struct smc_sock does not have struct inet_sock as the

first member but hijacks AF_INET and AF_INET6 sk_family, which confuses

various places.

In this case, inet_sock.inet_opt was actually smc_sock.clcsk_data_ready(),

which is an address of a function in the text segment.

$ pahole -C inet_sock vmlinux

struct inet_sock {

...

struct ip_options_rcu * inet_opt; /* 784 8 */

$ pahole -C smc_sock vmlinux

struct smc_sock {

...

void (*clcsk_data_ready)(

Remediation

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
linux linux_kernel >= 6.11, < 6.12.40 Affected

Frequently Asked Questions

What is CVE-2025-38475?

CVE-2025-38475 is a high-severity vulnerability affecting linux linux_kernel. It was published on July 28, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2025-38475?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. Some level of privileges is required for exploitation.

How do I fix or remediate CVE-2025-38475?

Check the references section for vendor advisories and patches from linux. Update linux_kernel to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2025-38475?

CyberStrike's AI-powered security agents can automatically detect CVE-2025-38475 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.