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-2023-53585

5.5 · MEDIUM
Published Oct 4, 2025 linux EPSS 0.15% (4th pctl)

Overview

CVE-2023-53585 is a medium-severity vulnerability affecting linux linux_kernel. It was published on October 4, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 5.5, rated MEDIUM. 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:

bpf: reject unhashed sockets in bpf_sk_assign

The semantics for bpf_sk_assign are as follows:

sk = some_lookup_func()

bpf_sk_assign(skb, sk)

bpf_sk_release(sk)

That is, the sk is not consumed by bpf_sk_assign. The function

therefore needs to make sure that sk lives long enough to be

consumed from __inet_lookup_skb. The path through the stack for a

TCPv4 packet is roughly:

netif_receive_skb_core: takes RCU read lock

__netif_receive_skb_core:

sch_handle_ingress:

tcf_classify:

bpf_sk_assign()

deliver_ptype_list_skb:

deliver_skb:

ip_packet_type->func == ip_rcv:

ip_rcv_core:

ip_rcv_finish_core:

dst_input:

ip_local_deliver:

ip_local_deliver_finish:

ip_protocol_deliver_rcu:

tcp_v4_rcv:

__inet_lookup_skb:

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 >= 5.7, < 5.10.195 Affected

Frequently Asked Questions

What is CVE-2023-53585?

CVE-2023-53585 is a medium-severity vulnerability affecting linux linux_kernel. It was published on October 4, 2025 and has a CVSS 3.1 base score of 5.5 (MEDIUM).

How severe is CVE-2023-53585?

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

How do I fix or remediate CVE-2023-53585?

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-2023-53585?

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