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

4.7 · MEDIUM
Published Sep 17, 2025 linux CWE-362 EPSS 0.14% (3th pctl)

Overview

CVE-2023-53345 is a medium-severity vulnerability affecting linux linux_kernel. It was published on September 17, 2025 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

This vulnerability has a CVSS 3.1 base score of 4.7, 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:

rxrpc: Fix potential data race in rxrpc_wait_to_be_connected()

Inside the loop in rxrpc_wait_to_be_connected() it checks call->error to

see if it should exit the loop without first checking the call state. This

is probably safe as if call->error is set, the call is dead anyway, but we

should probably wait for the call state to have been set to completion

first, lest it cause surprise on the way out.

Fix this by only accessing call->error if the call is complete. We don't

actually need to access the error inside the loop as we'll do that after.

This caused the following report:

BUG: KCSAN: data-race in rxrpc_send_data / rxrpc_set_call_completion

write to 0xffff888159cf3c50 of 4 bytes by task 25673 on cpu 1:

rxrpc_set_call_completion+0x71/0x1c0 net/rxrpc/call_state.c:22

rxrpc_send_data_packet+0xba9/0x1650 net/rxrpc/output.c:479

rxrpc_transmit_one+0x1e/0x130 net/rxrpc/output.c:714

rxrpc

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.2.1, < 6.2.16 Affected

Frequently Asked Questions

What is CVE-2023-53345?

CVE-2023-53345 is a medium-severity vulnerability affecting linux linux_kernel. It was published on September 17, 2025 and has a CVSS 3.1 base score of 4.7 (MEDIUM).

How severe is CVE-2023-53345?

This vulnerability has a CVSS 3.1 base score of 4.7, 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-53345?

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

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