CVE-2024-50186: net: explicitly clear the sk pointer, when pf->create fails

Published Nov 8, 2024
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

net: explicitly clear the sk pointer, when pf->create fails

We have recently noticed the exact same KASAN splat as in commit 6cd4a78d962b ("net: do not leave a dangling sk pointer, when socket creation fails"). The problem is that commit did not fully address the problem, as some pf->create implementations do not use skcommonrelease in their error paths.

For example, we can use the same reproducer as in the above commit, but changing ping to arping. arping uses AFPACKET socket and if packetcreate fails, it will just skfree the allocated sk object.

While we could chase all the pf->create implementations and make sure they NULL the freed sk object on error from the socket, we can't guarantee future protocols will not make the same mistake.

So it is easier to just explicitly NULL the sk pointer upon return from pf->create in sockcreate. We do know that pf->create always releases the allocated sk object on error, so if the pointer is not NULL, it is definitely dangling.

Other sources

This CVE was automatically created from a reference found in an email or other text. If you are reading this, then this CVE entry is probably erroneous, since this text should be replaced by the official CVE description automatically.

Launchpad

Affected Software

11 affected componentsFixes available
Linux Linux kernel>=5.15.162<5.15.168
Linux Linux kernel>=6.1.96<6.1.113
Linux Linux kernel>=6.6.36<6.6.57
Linux Linux kernel>=6.9.7<6.10
Linux Linux kernel>=6.10<6.11.4
Linux Linux kernel=6.12-rc1
Linux Linux kernel=6.12-rc2
debian/linux
5.10.223-15.10.234-16.1.129-16.1.135-16.12.25-16.12.27-1
debian/linux-6.1
6.1.129-1~deb11u1
Microsoft cbl2 kernel 5.15.167.1-2<5.15.173.1-1
5.15.173.1-1
Microsoft cbl2 kernel 5.15.173.1-1<5.15.173.1-1
5.15.173.1-1

Remediation

Recommended actions to resolve this vulnerability, in priority order.

  1. Upgrade

    Upgrade debian/linux to a version that resolves this vulnerability.

    Fixed in 5.10.223-1Fixed in 5.10.234-1Fixed in 6.1.129-1Fixed in 6.1.135-1Fixed in 6.12.25-1Fixed in 6.12.27-1
  2. Upgrade

    Upgrade debian/linux-6.1 to a version that resolves this vulnerability.

    Fixed in 6.1.129-1~deb11u1
  3. Upgrade

    Upgrade to a fixed release to a version that resolves this vulnerability.

    Fixed in 5.15.173.1-1
  4. Configuration

    In __sock_create, explicitly set/clear the freed sk pointer to NULL when pf->create fails, because some pf->create implementations do not use sk_common_release in their error paths and may leave a dangling sk pointer.

    Linux kernel networking (sock creation path: __sock_create) Explicitly clear NULL dangling sk pointer when pf->create fails = NULL sk pointer on pf->create error return from __sock_create

Event History

Nov 8, 2024
CVE Published
via MITRE·05:38 AM
Data Sourced
via MITRE·05:38 AM
DescriptionSeverity
Data Sourced
via NVD·06:15 AM
RemedyDescriptionSeverityWeaknessAffected Software
Data Sourced
via Red Hat·01:47 PM
DescriptionSeverityAffected Software
Dec 13, 2024
Data Sourced
via Microsoft·08:00 AM
DescriptionSeverityWeakness
Data Sourced
via Microsoft·08:00 AM
Affected Software
Updated
via Microsoft·08:00 AM
DescriptionSeverity
Updated
via Microsoft·08:00 AM
Description
Feb 12, 2025
Data Sourced
via Launchpad·05:18 AM
Description
May 3, 2025
Data Sourced
via Ubuntu·06:31 AM
RemedyDescriptionSeverityAffected Software
Free Weekly Intel

Don't miss critical vulnerabilities

Join thousands of security professionals who receive our weekly digest of trending CVEs, zero-days, and exploited vulnerabilities.

No spam. Unsubscribe anytime.

Frequently Asked Questions

1

What is the severity of CVE-2024-50186?

CVE-2024-50186 has a medium severity rating due to its impact on potential security risks in the Linux kernel.

2

How do I fix CVE-2024-50186?

To fix CVE-2024-50186, you should upgrade to the patched versions such as linux 5.10.223-1, 5.10.226-1, or any subsequent versions mentioned in the vulnerability details.

3

Which versions of the Linux kernel are affected by CVE-2024-50186?

CVE-2024-50186 affects multiple versions of the Linux kernel, particularly those before the specified remedial versions such as 5.10.223-1 and later.

4

What is the cause of CVE-2024-50186?

CVE-2024-50186 is caused by a failure to explicitly clear the sk pointer in the Linux kernel during socket creation, leading to potential security vulnerabilities.

5

Can CVE-2024-50186 be exploited remotely?

Yes, CVE-2024-50186 can potentially be exploited remotely, emphasizing the importance of applying recommended patches promptly.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203