CVE-2022-48780

Source
https://cve.org/CVERecord?id=CVE-2022-48780
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2022-48780.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2022-48780
Downstream
Related
Published
2024-07-16T11:13:17.827Z
Modified
2026-05-15T11:54:33.202915200Z
Summary
net/smc: Avoid overwriting the copies of clcsock callback functions
Details

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

net/smc: Avoid overwriting the copies of clcsock callback functions

The callback functions of clcsock will be saved and replaced during the fallback. But if the fallback happens more than once, then the copies of these callback functions will be overwritten incorrectly, resulting in a loop call issue:

clcsk->skerrorreport |- smcfbackerrorreport() <------------------------------| |- smcfbackforwardwakeup() | (loop) |- clcsockcallback() (incorrectly overwritten) | |- smc->clcskerror_report() ------------------|

So this patch fixes the issue by saving these function pointers only once in the fallback and avoiding overwriting.

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

Affected packages

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
5.15.22
Fixed
5.15.25
Type
ECOSYSTEM
Events
Introduced
5.16.8
Fixed
5.16.11

Database specific

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