CVE-2022-50728

Source
https://cve.org/CVERecord?id=CVE-2022-50728
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-50728.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2022-50728
Downstream
Related
Published
2025-12-24T12:22:49.001Z
Modified
2026-03-20T11:47:36.126047Z
Summary
s390/lcs: Fix return type of lcs_start_xmit()
Details

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

s390/lcs: Fix return type of lcsstartxmit()

With clang's kernel control flow integrity (kCFI, CONFIGCFICLANG), 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 'netdevtxt (*)(struct skbuff *, struct netdevice )' (aka 'enum netdev_tx ()(struct sk_buff *, struct netdevice *)') with an expression of type 'int (struct skbuff *, struct netdevice *)' [-Werror,-Wincompatible-function-pointer-types-strict] .ndostartxmit = lcsstartxmit, ^~~~~~~~~~~~~~ drivers/s390/net/lcs.c:2097:21: error: incompatible function pointer types initializing 'netdevtxt (*)(struct skbuff , struct netdevice *)' (aka 'enum netdevtx ()(struct skbuff *, struct netdevice *)') with an expression of type 'int (struct skbuff *, struct netdevice *)' [-Werror,-Wincompatible-function-pointer-types-strict] .ndostartxmit = lcsstartxmit, ^~~~~~~~~~~~~~

->ndostartxmit() in 'struct netdeviceops' expects a return type of 'netdevtxt', not 'int'. Adjust the return type of lcsstartxmit() to match the prototype's to resolve the warning and potential CFI failure, should s390 select ARCHSUPPORTSCFI_CLANG in the future.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2022/50xxx/CVE-2022-50728.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
dc1f8bf68b311b1537cb65893430b6796118498a
Fixed
7b4da3fcd513b8e67823eb80da37aad99b3339c1
Fixed
d49cc2b705711fb8fb849e7c660929b2100360b7
Fixed
e684215d8a903752e2b0cc946517fb61e57a880a
Fixed
20022d551f2064a194d8e0acb6cd7a85094a17b2
Fixed
ebc3c77785dc8b5b626309c0032a38fbb139287a
Fixed
5ad774fb823c24bbeb21a15a67103ea7a6f5b928
Fixed
69669820844f81a77b6db24b86581320ae4d17af
Fixed
cda74cdc280ba35c8993e7517bac5c257ff36f18
Fixed
bb16db8393658e0978c3f0d30ae069e878264fa3

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-50728.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
2.6.32
Fixed
4.9.337
Type
ECOSYSTEM
Events
Introduced
4.10.0
Fixed
4.14.303
Type
ECOSYSTEM
Events
Introduced
4.15.0
Fixed
4.19.270
Type
ECOSYSTEM
Events
Introduced
4.20.0
Fixed
5.4.229
Type
ECOSYSTEM
Events
Introduced
5.5.0
Fixed
5.10.163
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.86
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.0.16
Type
ECOSYSTEM
Events
Introduced
6.1.0
Fixed
6.1.2

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-50728.json"