Security readout for executives and security teams
Plain-English summary
CVE-2022-2380 is a Linux kernel out-of-bounds read in the sm712fb framebuffer driver. A local user could crash the kernel, causing downtime. The provided data identifies Linux kernel 5.18-rc1 and does not show remote compromise, data theft, or active exploitation.
Executive priority
Treat as a medium-priority availability risk. It matters most on shared Linux systems or environments where untrusted users can run local code. Prioritize normal kernel patching rather than emergency response unless exposed systems are business-critical.
Technical view
The issue is CWE-125 in drivers/video/fbdev/sm712fb.c, specifically smtcfb_read(). CVSS 3.1 is 5.5 with local attack vector, low complexity, low privileges, no user interaction, and high availability impact only.
Likely exposure
Exposure appears limited to Linux systems running the affected kernel code, especially builds with the SM712 framebuffer driver. The bundle only names Linux kernel 5.18-rc1, so broader downstream or backported exposure is not established here.
Exploitation context
The source bundle does not identify CISA KEV status or cited active exploitation. Based on the CVSS vector, an attacker needs local low-privileged access and could trigger a kernel crash rather than confidentiality or integrity compromise.
Researcher notes
Evidence is narrow: affected data lists Linux kernel 5.18-rc1 and one upstream commit reference. The available sources support local denial of service via out-of-bounds memory access, but not privilege escalation, remote attack, or confirmed exploitation.
Mitigation direction
- Check vendor kernel advisories and packages for the referenced sm712fb fix.
- Update affected kernels through normal vendor-supported channels.
- If sm712fb is unnecessary, review vendor guidance for disabling or excluding it.
- Restrict untrusted local shell access on systems that cannot be updated quickly.
Validation and detection
- Inventory Linux hosts for kernel 5.18-rc1 or vendor builds containing sm712fb.
- Confirm whether the sm712fb framebuffer driver is built, loaded, or required.
- Review kernel package changelogs for the referenced upstream commit.
- Track exceptions for systems awaiting vendor-fixed kernels.
Public sources used
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-125: 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 lookupCVE-2022-2380 mapping review
Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.
Open ATT&CK lookup- 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
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H1.83.6Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
5.5MediumVector: CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Source materials
- CVE List V5 sourceCVE List V5
- https://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev.git/commit/?h=for-next&id=bd771cf5c4254511cc4abb88f3dab3bd58bdf8e8CVE reference · x_refsource_MISC
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Out-of-bounds Read
Out-of-bounds Read represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
