CVE-2022-50728
Last modified
CVE-2022-50728 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: s390/lcs: Fix return type of lcs_start_xmit() With clang's kernel control flow integrity (kCFI, CONFIG_CFI_CLANG), indirect call targets are validated against the expected function pointer prototype to make sure the call target is valid to help mitigate ROP attacks. If they are not identical, there is a failure at run time, which manifests as either a kernel panic or thread getting killed. EPSS estimates a 0.24% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: s390/lcs: Fix return type of lcs_start_xmit() With clang's kernel control flow integrity (kCFI, CONFIG_CFI_CLANG), indirect call targets are validated against the expected function pointer prototype to make sure the call target is valid to help mitigate ROP attacks. If they are not identical, there is a failure at run time, which manifests as either a kernel panic or thread getting killed. A proposed warning in clang aims to catch these at compile time, which reveals: drivers/s390/net/lcs.c:2090:21: error: incompatible function pointer types initializing 'netdev_tx_t (*)(struct sk_buff *, struct net_device *)' (aka 'enum netdev_tx (*)(struct sk_buff *, struct net_device *)') with an expression of type 'int (struct sk_buff *, struct net_device *)' [-Werror,-Wincompatible-function-pointer-types-strict] .ndo_start_xmit = lcs_start_xmit, ^~~~~~~~~~~~~~ drivers/s390/net/lcs.c:2097:21: error: incompatible function pointer types initializing 'netdev_tx_t (*)(struct sk_buff *, struct net_device *)' (aka 'enum netdev_tx (*)(struct sk_buff *, struct net_device *)') with an expression of type 'int (struct sk_buff *, struct net_device *)' [-Werror,-Wincompatible-function-pointer-types-strict] .ndo_start_xmit = lcs_start_xmit, ^~~~~~~~~~~~~~ ->ndo_start_xmit() in 'struct net_device_ops' expects a return type of 'netdev_tx_t', not 'int'. Adjust the return type of lcs_start_xmit() to match the prototype's to resolve the warning and potential CFI failure, should s390 select ARCH_SUPPORTS_CFI_CLANG in the future.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= dc1f8bf68b311b1537cb65893430b6796118498a, < 7b4da3fcd513b8e67823eb80da37aad99b3339c1; >= dc1f8bf68b311b1537cb65893430b6796118498a, < d49cc2b705711fb8fb849e7c660929b2100360b7; >= dc1f8bf68b311b1537cb65893430b6796118498a, < e684215d8a903752e2b0cc946517fb61e57a880a; >= dc1f8bf68b311b1537cb65893430b6796118498a, < 20022d551f2064a194d8e0acb6cd7a85094a17b2; >= dc1f8bf68b311b1537cb65893430b6796118498a, < ebc3c77785dc8b5b626309c0032a38fbb139287a; >= dc1f8bf68b311b1537cb65893430b6796118498a, < 5ad774fb823c24bbeb21a15a67103ea7a6f5b928; >= dc1f8bf68b311b1537cb65893430b6796118498a, < 69669820844f81a77b6db24b86581320ae4d17af; >= dc1f8bf68b311b1537cb65893430b6796118498a, < cda74cdc280ba35c8993e7517bac5c257ff36f18; >= dc1f8bf68b311b1537cb65893430b6796118498a, < bb16db8393658e0978c3f0d30ae069e878264fa3 |
| Linux | Linux | 2.6.32 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2022-50728?
How severe is CVE-2022-50728?
How do I fix CVE-2022-50728?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2022
- CVE-2022-50722In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50723In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50724In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50725In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50726In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2022-50727In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50729In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50730In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50731In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50732In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2022-50733In the Linux kernel, the following vulnerability has been re…
- CVE-2022-50734In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2022-50728?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
