LiveActive security incident?Get immediate response
CVE Record

CVE-2022-50415: parisc: led: Fix potential null-ptr-deref in start_task()

In the Linux kernel, the following vulnerability has been resolved: parisc: led: Fix potential null-ptr-deref in start_task() start_task() calls create_singlethread_workqueue() and not checked the ret value, which may return NULL. And a null-ptr-deref may happen: start_task() create_singlethread_workqueue() # failed, led_wq is NULL queue_delayed_work() queue_delayed_work_on() __queue_delayed_work() # warning here, but continue __queue_work() # access wq->flags, null-ptr-deref Check the ret value and return -ENOMEM if it is NULL.

MediumCVSS 5.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2022-50415 is a Linux kernel availability bug in PA-RISC LED handling. If a workqueue allocation fails and the return value is not checked, the kernel can dereference NULL and crash. This is mainly a stability concern for affected systems, not a data theft or remote takeover issue based on the supplied sources.

Executive priority

Treat this as a moderate patch-management item. It can crash affected systems but does not indicate remote compromise, data loss, or active exploitation in the supplied evidence. Prioritize where legacy PA-RISC or matching kernels support important services.

Technical view

In parisc LED start_task(), create_singlethread_workqueue() may return NULL. The vulnerable path queues delayed work anyway, eventually accessing wq->flags through a NULL workqueue pointer. The fix checks the return value and returns -ENOMEM on allocation failure. CVSS is 5.5: local attack vector, low complexity, low privileges, high availability impact.

Likely exposure

Exposure appears limited to affected Linux kernel builds containing the PA-RISC LED start_task() logic, especially PA-RISC systems. The record lists Linux kernel versions from 2.6.15 through 6.2 and fixed stable commits. General Linux fleet exposure outside that architecture-specific path is not established by the supplied sources.

Exploitation context

The CVE is not listed as KEV, and the supplied sources do not state active exploitation or public exploit availability. The CVSS vector indicates local, low-privilege conditions with no user interaction and availability-only impact. Practical triggering requirements are not fully described in the source bundle.

Researcher notes

Source evidence is concise and kernel-focused. It identifies the faulty allocation check, CWE-476, CVSS vector, and stable fix commits, but does not describe a concrete trigger path, exploit maturity, or distribution-specific package status. Validate against downstream vendor backports before declaring exposure.

Mitigation direction

  • Apply vendor kernel updates that include the listed stable kernel fixes.
  • Prioritize PA-RISC systems and kernels matching the affected version list.
  • Use distribution advisories to confirm the exact fixed package version.
  • If no package is available, follow vendor guidance for backport status.
  • Restrict unnecessary local user access on vulnerable multi-user systems.

Validation and detection

  • Inventory Linux kernel version and CPU architecture across relevant assets.
  • Check whether PA-RISC LED driver code is present in deployed kernels.
  • Compare installed kernels against vendor advisories and listed stable commits.
  • Review package changelogs for CVE-2022-50415 or the fix commits.
  • Confirm patched systems boot and retain expected hardware monitoring behavior.
Prepared
Confidence
high
Sources
11

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-476: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2022-50415 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
5.5 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
10Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
5.5CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H1.83.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

5.5Medium
CVSS 3.1 vector shape for CVE-2022-50415Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone
Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
LinuxLinux3499495205a676d85fcc2f3c28e35ec9b43c47e3, 3499495205a676d85fcc2f3c28e35ec9b43c47e3, 3499495205a676d85fcc2f3c28e35ec9b43c47e3, 3499495205a676d85fcc2f3c28e35ec9b43c47e3, 3499495205a676d85fcc2f3c28e35ec9b43c47e3, 3499495205a676d85fcc2f3c28e35ec9b43c47e3, 3499495205a676d85fcc2f3c28e35ec9b43c47e3, 3499495205a676d85fcc2f3c28e35ec9b43c47e3, 3499495205a676d85fcc2f3c28e35ec9b43c47e3unaffected
LinuxLinux2.6.15, 0, 4.9.337, 4.14.303, 4.19.270, 5.4.229, 5.10.163, 5.15.87, 6.0.18, 6.1.4, 6.2affected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-476 · source CWE mapping

NULL Pointer Dereference

NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.