CVE-2022-50518
HighIn the Linux kernel, the following vulnerability has been resolved: parisc: Fix locking in pdc_iodc_print() firmware call Utilize pdc_lock spinlock to protect parallel modifications of the iodc_dbuf[] buffer, check length to prevent buffer overflow of iodc_dbuf[], drop the iodc_retbuf[] buffer and fix some wrong indentings.
CVSS 3.1 score
7.8
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness type
CWE-667CVE-2022-50518 is a Improper Locking vulnerability
What is Improper Locking?
The product does not properly acquire or release a lock, which can lead to unexpected behaviour. Learn more on MITRE CWE
Affected versions
Linux kernel versions
2.6.24.5,
2.6.25
and later are affected. Fixed in
6.0.18,
6.1.4,
6.2
and their respective stable series.
References
The following references provide additional information about CVE-2022-50518 including vendor advisories, patch commits, exploit details, and third-party analysis. Links are sourced from the NIST NVD database.
-
PatchKernel patch commithttps://git.kernel.org/stable/c/04a603058e70b8b881bb7860b8bd649f931f2591
-
PatchKernel patch commithttps://git.kernel.org/stable/c/553bc5890ed96a8d006224c3a4673c47fee0d12a
-
PatchKernel patch commithttps://git.kernel.org/stable/c/7236aae5f81f3efbd93d0601e74fc05994bc2580
Frequently asked questions
-
What is CVE-2022-50518?
CVE-2022-50518 is a High severity Linux kernel vulnerability with a CVSS score of 7.8 out of 10 , classified as an Improper Locking flaw (CWE-667) . It affects Linux kernel versions from 2.6.24.5 onward and has been patched in 6.0.18, 6.1.4 and 6.2. CVE-2022-50518 has not been confirmed as actively exploited and is not listed in the CISA KEV catalog.
-
What is the CVSS score for CVE-2022-50518?
CVE-2022-50518 has a CVSS score of 7.8 out of 10, rated High severity (CVSS 3.1). The vector string is
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H. -
Is there a patch available for CVE-2022-50518?
Yes — CVE-2022-50518 has been patched. Fixed versions include 6.0.18, 6.1.4 and 6.2. If you are running Linux kernel 2.6.24.5 or later up to the fix versions, apply the relevant patch for your kernel branch.
-
Is CVE-2022-50518 actively exploited?
No — CVE-2022-50518 has not been confirmed as actively exploited. It is not listed in the CISA Known Exploited Vulnerabilities (KEV) catalog.
-
What is Improper Locking (CWE-667)?
The product does not properly acquire or release a lock, which can lead to unexpected behaviour. View CWE-667 on MITRE CWE →