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

7.8 · HIGH
Published Aug 21, 2024 linux EPSS 0.25% (16th pctl)

Overview

CVE-2023-52906 is a high-severity vulnerability affecting linux linux_kernel. It was published on August 21, 2024 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:

net/sched: act_mpls: Fix warning during failed attribute validation

The 'TCA_MPLS_LABEL' attribute is of 'NLA_U32' type, but has a

validation type of 'NLA_VALIDATE_FUNCTION'. This is an invalid

combination according to the comment above 'struct nla_policy':

"

Meaning of `validate' field, use via NLA_POLICY_VALIDATE_FN:

NLA_BINARY Validation function called for the attribute.

All other Unused - but note that it's a union

"

This can trigger the warning [1] in nla_get_range_unsigned() when

validation of the attribute fails. Despite being of 'NLA_U32' type, the

associated 'min'/'max' fields in the policy are negative as they are

aliased by the 'validate' field.

Fix by changing the attribute type to 'NLA_BINARY' which is consistent

with the above comment and all other users of NLA_POLICY_VALIDATE_FN().

As a result, move the length validation to the validation function.

No regressions in MPLS

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.3, < 5.4.229 Affected

Frequently Asked Questions

What is CVE-2023-52906?

CVE-2023-52906 is a high-severity vulnerability affecting linux linux_kernel. It was published on August 21, 2024 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2023-52906?

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

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

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