7.8
CWE
416
Advisory Published
Updated

CVE-2021-47068: net/nfc: fix use-after-free llcp_sock_bind/connect

First published: Thu Feb 29 2024(Updated: )

In the Linux kernel, the following vulnerability has been resolved: net/nfc: fix use-after-free llcp_sock_bind/connect Commits 8a4cd82d ("nfc: fix refcount leak in llcp_sock_connect()") and c33b1cc62 ("nfc: fix refcount leak in llcp_sock_bind()") fixed a refcount leak bug in bind/connect but introduced a use-after-free if the same local is assigned to 2 different sockets. This can be triggered by the following simple program: int sock1 = socket( AF_NFC, SOCK_STREAM, NFC_SOCKPROTO_LLCP ); int sock2 = socket( AF_NFC, SOCK_STREAM, NFC_SOCKPROTO_LLCP ); memset( &addr, 0, sizeof(struct sockaddr_nfc_llcp) ); addr.sa_family = AF_NFC; addr.nfc_protocol = NFC_PROTO_NFC_DEP; bind( sock1, (struct sockaddr*) &addr, sizeof(struct sockaddr_nfc_llcp) ) bind( sock2, (struct sockaddr*) &addr, sizeof(struct sockaddr_nfc_llcp) ) close(sock1); close(sock2); Fix this by assigning NULL to llcp_sock->local after calling nfc_llcp_local_put. This addresses CVE-2021-23134.

Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67

Affected SoftwareAffected VersionHow to fix
Linux Kernel>=4.4.267<4.4.269
Linux Kernel>=4.9.267<4.9.269
Linux Kernel>=4.14.231<4.14.233
Linux Kernel>=4.19.187<4.19.191
Linux Kernel>=5.4.112<5.4.119
Linux Kernel>=5.10.30<5.10.37
Linux Kernel>=5.11.14<5.11.21
Linux Kernel>=5.12<5.12.4

Never miss a vulnerability like this again

Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.

Frequently Asked Questions

  • What is the severity of CVE-2021-47068?

    CVE-2021-47068 is considered a moderate severity vulnerability due to its impact on memory management in the Linux kernel.

  • How do I fix CVE-2021-47068?

    To fix CVE-2021-47068, update your Linux kernel to a version that includes the patches identified in the commits mentioned in the CVE description.

  • What versions of the Linux kernel are affected by CVE-2021-47068?

    CVE-2021-47068 affects various versions of the Linux kernel between 4.4.267 to 4.4.269, 4.9.267 to 4.9.269, 4.14.231 to 4.14.233, 4.19.187 to 4.19.191, 5.4.112 to 5.4.119, 5.10.30 to 5.10.37, 5.11.14 to 5.11.21, and up to 5.12.4.

  • What types of issues does CVE-2021-47068 address in the Linux kernel?

    CVE-2021-47068 addresses a use-after-free vulnerability that could lead to potential exploitation through improper memory management.

  • Are there any specific patches related to CVE-2021-47068?

    Yes, CVE-2021-47068 has specific patches related to refcount leak issues in llcp_sock_bind and llcp_sock_connect functions.

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.
© 2025 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203