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

5.5 · MEDIUM
Published Sep 15, 2025 linux EPSS 0.15% (5th pctl)

Overview

CVE-2023-53208 is a medium-severity vulnerability affecting linux linux_kernel. It was published on September 15, 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:

KVM: nSVM: Load L1's TSC multiplier based on L1 state, not L2 state

When emulating nested VM-Exit, load L1's TSC multiplier if L1's desired

ratio doesn't match the current ratio, not if the ratio L1 is using for

L2 diverges from the default. Functionally, the end result is the same

as KVM will run L2 with L1's multiplier if L2's multiplier is the default,

i.e. checking that L1's multiplier is loaded is equivalent to checking if

L2 has a non-default multiplier.

However, the assertion that TSC scaling is exposed to L1 is flawed, as

userspace can trigger the WARN at will by writing the MSR and then

updating guest CPUID to hide the feature (modifying guest CPUID is

allowed anytime before KVM_RUN). E.g. hacking KVM's state_test

selftest to do

vcpu_set_msr(vcpu, MSR_AMD64_TSC_RATIO, 0);

vcpu_clear_cpuid_feature(vcpu, X86_FEATURE_TSCRATEMSR);

after restoring state in a new VM+vCPU yields

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.16, < 6.1.54 Affected

Frequently Asked Questions

What is CVE-2023-53208?

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

How severe is CVE-2023-53208?

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

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

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