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-53836

7.8 · HIGH
Published Dec 9, 2025 EPSS 0.18% (8th pctl)

Overview

CVE-2023-53836 is a high-severity vulnerability. It was published on December 9, 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:

bpf, sockmap: Fix skb refcnt race after locking changes

There is a race where skb's from the sk_psock_backlog can be referenced

after userspace side has already skb_consumed() the sk_buff and its refcnt

dropped to zer0 causing use after free.

The flow is the following:

while ((skb = skb_peek(&psock->ingress_skb))

sk_psock_handle_Skb(psock, skb, ..., ingress)

if (!ingress) ...

sk_psock_skb_ingress

sk_psock_skb_ingress_enqueue(skb)

msg->skb = skb

sk_psock_queue_msg(psock, msg)

skb_dequeue(&psock->ingress_skb)

The sk_psock_queue_msg() puts the msg on the ingress_msg queue. This is

what the application reads when recvmsg() is called. An application can

read this anytime after the msg is placed on the queue. The recvmsg hook

will also read msg->skb and then after user space reads the msg will call

consume_skb(skb) on it effectively free'ing it.

But, the race is in above whe

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

CVE-2023-53836 is a high-severity vulnerability. It was published on December 9, 2025 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2023-53836?

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

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

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