LiveActive security incident?Get immediate response
CVE Record

CVE-2022-50374: Bluetooth: hci_{ldisc,serdev}: check percpu_init_rwsem() failure

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_{ldisc,serdev}: check percpu_init_rwsem() failure syzbot is reporting NULL pointer dereference at hci_uart_tty_close() [1], for rcu_sync_enter() is called without rcu_sync_init() due to hci_uart_tty_open() ignoring percpu_init_rwsem() failure. While we are at it, fix that hci_uart_register_device() ignores percpu_init_rwsem() failure and hci_uart_unregister_device() does not call percpu_free_rwsem().

MediumCVSS 5.5Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This is a Linux kernel availability flaw in Bluetooth HCI UART handling. A local user can potentially trigger a kernel NULL pointer dereference when initialization failure is mishandled, causing service disruption. The sources do not indicate data theft, privilege escalation, or active exploitation.

Executive priority

Treat as a routine but real kernel availability issue. It is not presented as remotely exploitable or actively exploited, but affected multi-user or operational Linux systems should receive normal kernel patch priority.

Technical view

The kernel Bluetooth hci_ldisc and hci_serdev paths ignored percpu_init_rwsem() failures. Later close, register, or unregister flows could call synchronization cleanup paths without successful initialization, producing a NULL pointer dereference. CVSS 3.1 is 5.5: local attack, low complexity, low privileges, no user interaction, high availability impact only.

Likely exposure

Exposure is most relevant to Linux systems using affected kernels with Bluetooth HCI UART or serdev support available. Systems without Bluetooth support or without the affected kernel code path are less likely exposed, but confirmation requires kernel configuration and package-level review.

Exploitation context

CISA KEV is false in the supplied bundle, and no cited source claims active exploitation. The CVSS vector requires local access with low privileges and targets availability, not confidentiality or integrity.

Researcher notes

The vulnerability is rooted in missing error handling for percpu_init_rwsem() in Bluetooth HCI UART code. Evidence supports denial of service through NULL dereference only. Affected version metadata in the bundle is limited, so package-level validation is necessary.

Mitigation direction

  • Apply a vendor-supported kernel update containing the referenced stable fixes.
  • Check Linux distribution advisories for fixed package versions before rollout.
  • Prioritize shared systems where local users can access Bluetooth-related interfaces.
  • Disable or restrict unnecessary Bluetooth functionality where operationally acceptable.
  • Plan reboot or live-patch procedures according to normal kernel update policy.

Validation and detection

  • Inventory running Linux kernel versions against the affected versions in the CVE record.
  • Confirm whether kernel packages include the referenced stable commits.
  • Review kernel configuration for Bluetooth HCI UART and serdev support.
  • Check distribution security trackers for this CVE and package status.
  • Monitor for kernel NULL pointer dereference reports in Bluetooth HCI UART paths.
Prepared
Confidence
high
Sources
7

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-908: 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-50374 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
6Source 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-50374Attack 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
LinuxLinux67d2f8781b9f00d1089aafcfa3dc09fcd0f343e2, 67d2f8781b9f00d1089aafcfa3dc09fcd0f343e2, 67d2f8781b9f00d1089aafcfa3dc09fcd0f343e2, 67d2f8781b9f00d1089aafcfa3dc09fcd0f343e2, 67d2f8781b9f00d1089aafcfa3dc09fcd0f343e2, f6ec33f6bd3723a8146768106434ef6ab3d9d990, 4a53c4e84ace1bc75157a7281af3fe8f5b19d08cunaffected
LinuxLinux4.15, 0, 5.10.150, 5.15.75, 5.19.17, 6.0.3, 6.1affected
Weakness

CWE details

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

CWE-908 · source CWE mapping

Use of Uninitialized Resource

Use of Uninitialized Resource represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.