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

7.8 · HIGH
Published Dec 30, 2025 EPSS 0.15% (4th pctl)

Overview

CVE-2023-54303 is a high-severity vulnerability. It was published on December 30, 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: Disable preemption in bpf_perf_event_output

The nesting protection in bpf_perf_event_output relies on disabled

preemption, which is guaranteed for kprobes and tracepoints.

However bpf_perf_event_output can be also called from uprobes context

through bpf_prog_run_array_sleepable function which disables migration,

but keeps preemption enabled.

This can cause task to be preempted by another one inside the nesting

protection and lead eventually to two tasks using same perf_sample_data

buffer and cause crashes like:

kernel tried to execute NX-protected page - exploit attempt? (uid: 0)

BUG: unable to handle page fault for address: ffffffff82be3eea

...

Call Trace:

? __die+0x1f/0x70

? page_fault_oops+0x176/0x4d0

? exc_page_fault+0x132/0x230

? asm_exc_page_fault+0x22/0x30

? perf_output_sample+0x12b/0x910

? perf_event_output+0xd0/0x1d0

? bpf_perf_event_output+0x162/0x1d0

? bpf_prog_c6271

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-54303?

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

How severe is CVE-2023-54303?

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-54303?

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-54303?

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