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-2026-64048

7.5 · HIGH
Published Jul 19, 2026 EPSS 0.50% (41th pctl)

Overview

CVE-2026-64048 is a high-severity vulnerability. It was published on July 19, 2026 and has a CVSS 3.1 base score of 7.5 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

Technical Description

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

net/smc: reject CHID-0 ACCEPT that matches an empty ism_dev slot

On the SMC-D client, slot 0 of ini->ism_dev[]/ini->ism_chid[] is

reserved for an SMC-Dv1 device. smc_find_ism_v2_device_clnt()

populates V2 entries starting at index 1, so when no V1 device is

selected slot 0 is left in its kzalloc()'ed state with ism_dev[0] ==

NULL and ism_chid[0] == 0.

smc_v2_determine_accepted_chid() then matches the peer's CHID against

the array starting from index 0 using the CHID alone. A malicious

peer replying to a SMC-Dv2-only proposal with d1.chid == 0 matches

the empty slot, ini->ism_selected becomes 0, and the subsequent

ism_dev[0]->lgr_lock dereference in smc_conn_create() faults at

offsetof(struct smcd_dev, lgr_lock) == 0x68:

BUG: KASAN: null-ptr-deref in _raw_spin_lock_bh+0x79/0xe0

Write of size 4 at addr 0000000000000068 by task exploit/144

Call Trace:

_raw_spin_lock_bh

smc_conn_create (net/smc/smc_core.c:1

Remediation

Check the references section for vendor advisories, patches, and mitigation guidance. 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.

Frequently Asked Questions

What is CVE-2026-64048?

CVE-2026-64048 is a high-severity vulnerability. It was published on July 19, 2026 and has a CVSS 3.1 base score of 7.5 (HIGH).

How severe is CVE-2026-64048?

This vulnerability has a CVSS 3.1 base score of 7.5, rated HIGH. It can be exploited remotely over the network. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2026-64048?

Check the references section for vendor advisories, patches, and mitigation guidance. 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-2026-64048?

CyberStrike's AI-powered security agents can automatically detect CVE-2026-64048 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.