CVE-2022-50518
Unknown Unknown - Not Provided

BaseFortify

Vulnerability report for CVE-2022-50518, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2025-10-07

Last updated on: 2026-03-17

Assigner: kernel.org

Description

In 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 Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2025-10-07
Last Modified
2026-03-17
Generated
2026-07-06
AI Q&A
2025-10-07
EPSS Evaluated
2026-07-05
NVD

Affected Vendors & Products

Showing 2 associated CPEs
Vendor Product Version / Range
linux linux_kernel 2.6.25
linux linux_kernel From 6.1 (inc) to 6.1.4 (inc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-667 The product does not properly acquire or release a lock on a resource, leading to unexpected resource state changes and behaviors.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability in the Linux kernel involves improper locking in the pdc_iodc_print() firmware call on parisc architecture. The issue was that parallel modifications to the iodc_dbuf[] buffer were not properly protected, which could lead to race conditions or buffer overflows. The fix involved using the pdc_lock spinlock to protect these modifications, checking the length to prevent buffer overflow, dropping the iodc_retbuf[] buffer, and correcting some code indentations.

Impact Analysis

The vulnerability could potentially lead to buffer overflows or race conditions in the Linux kernel on parisc systems, which might cause system instability, crashes, or possibly allow an attacker to execute arbitrary code or escalate privileges. However, specific impacts are not detailed in the provided information.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2022-50518. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart