LiveActive security incident?Get immediate response
CVE Record

CVE-2023-3108: Kernel: a race condition in crypto module in the function skcipher_recvmsg

A flaw was found in the subsequent get_user_pages_fast in the Linux kernel’s interface for symmetric key cipher algorithms in the skcipher_recvmsg of crypto/algif_skcipher.c function. This flaw allows a local user to crash the system.

MediumCVSS 6.2Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2023-3108 is a Linux kernel flaw that can let a local user crash a system. The business impact is availability, not data theft or privilege escalation based on the supplied sources. Red Hat rates it medium, and the provided data does not show active exploitation.

Executive priority

Treat this as a moderate availability risk. It deserves kernel exposure review and routine patch planning, especially for multi-user systems, but the supplied evidence does not justify emergency response for remote compromise.

Technical view

The flaw is a race condition in the Linux kernel symmetric key cipher interface, specifically skcipher_recvmsg in crypto/algif_skcipher.c around get_user_pages_fast handling. The CVSS vector is local, low complexity, no privileges, no user interaction, with high availability impact only.

Likely exposure

Exposure appears limited to systems where a local user can reach the affected Linux kernel crypto interface. In the supplied Red Hat data, RHEL 7 kernel and kernel-rt status is unknown; RHEL 6, 8, and 9 entries are listed unaffected.

Exploitation context

The sources describe a local denial-of-service crash. KEV is false, and no supplied source states active exploitation. The record does not support remote exploitation, confidentiality impact, integrity impact, or privilege escalation claims.

Researcher notes

Focus analysis on AF_ALG skcipher recvmsg behavior, get_user_pages_fast interaction, race timing, and crash-only impact. Avoid assuming broader kernel versions or exploitability beyond the supplied Red Hat and upstream references.

Mitigation direction

  • Check vendor advisories for your distribution and kernel package status.
  • Apply vendor kernel updates or backports when applicable.
  • Track the upstream Linux commit and Red Hat Bugzilla for remediation guidance.
  • Reduce untrusted local user access on sensitive Linux hosts.
  • Plan reboot windows if kernel packages require restart.

Validation and detection

  • Inventory Linux hosts and record running kernel versions.
  • Identify systems using RHEL 7 kernel or kernel-rt packages.
  • Confirm vendor status for each distribution and package build.
  • Review system crash logs for unexplained local denial-of-service events.
  • Document unaffected RHEL 6, 8, and 9 findings from supplied Red Hat data.
Prepared
Confidence
medium
Sources
5

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-362: 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
cwe · low confidence lookup

CWE-400: 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-2023-3108 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
6.2 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:N/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
4Source 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
6.2CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H2.53.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.2Medium
CVSS 3.1 vector shape for CVE-2023-3108Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:N/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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Red HatRed Hat Enterprise Linux 6kernelunaffected
Red HatRed Hat Enterprise Linux 7kernelunknown
Red HatRed Hat Enterprise Linux 7kernel-rtunknown
Red HatRed Hat Enterprise Linux 8kernelunaffected
Red HatRed Hat Enterprise Linux 8kernel-rtunaffected
Red HatRed Hat Enterprise Linux 9kernelunaffected
Red HatRed Hat Enterprise Linux 9kernel-rtunaffected
Weakness

CWE details

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

CWE-362 · source CWE mapping

Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition')

Concurrent Execution using Shared Resource with Improper Synchronization ('Race Condition') represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.

CWE-400 · source CWE mapping

Uncontrolled Resource Consumption

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