LiveActive security incident?Get immediate response
CVE Record

CVE-2023-3863: Use-after-free in nfc_llcp_find_loca in net/nfc/llcp_core.c

A use-after-free flaw was found in nfc_llcp_find_local in net/nfc/llcp_core.c in NFC in the Linux kernel. This flaw allows a local user with special privileges to impact a kernel information leak issue.

MediumCVSS 6.4Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2023-3863 is a Linux kernel NFC bug. A highly privileged local user could trigger a use-after-free condition that sources describe as a kernel information leak risk. The business urgency is moderate because exploitation requires local access, high privileges, and high complexity, and no KEV listing is provided.

Executive priority

Treat this as a routine but real kernel maintenance issue. Prioritize confirmation for internet-facing infrastructure only if local privileged users or managed appliances are relevant. Otherwise, fold remediation into normal kernel patch cycles with vendor validation.

Technical view

The flaw is a CWE-416 use-after-free in nfc_llcp_find_local within net/nfc/llcp_core.c. The provided CVSS 3.1 vector is AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/A:H, score 6.4. The bundle identifies Linux Kernel 6.5-rc1 and includes an upstream commit reference.

Likely exposure

Likely exposure is limited to systems running affected Linux kernel builds with the NFC LLCP code path present. The bundle lists Kernel 6.5-rc1 and marks Red Hat Enterprise Linux 6-9 and Fedora kernel packages as unaffected.

Exploitation context

No active exploitation is stated in the provided sources, and KEV is false. Any practical risk appears constrained by the need for local access, high privileges, and high attack complexity. Evidence is incomplete for non-listed distributions or appliances beyond the cited advisories.

Researcher notes

Focus analysis on the Linux NFC LLCP path and the upstream commit reference. The source bundle does not provide exploit details, proof of exploitation, or complete downstream version mapping. Avoid assuming exploitability outside affected kernel builds confirmed by vendor advisories.

Mitigation direction

  • Check your OS or appliance vendor advisory for applicability.
  • Apply vendor kernel updates where CVE-2023-3863 is listed as fixed.
  • Confirm whether your kernel includes the referenced upstream commit or a backport.
  • Restrict local privileged access on systems where affected kernels remain in use.
  • Track Debian and NetApp advisories if those environments are in scope.

Validation and detection

  • Inventory Linux kernel versions across servers, workstations, and appliances.
  • Compare results against vendor CVE status, not only upstream version numbers.
  • Confirm Red Hat and Fedora systems match the unaffected package status in sources.
  • Check whether NFC functionality and related kernel modules are present.
  • Document any affected systems lacking a vendor-confirmed fix.
Prepared
Confidence
medium
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-416: 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-3863 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.4 (3.1)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.1 score

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

Vector: CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:U/C:H/I:H/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
n/aKernel6.5-rc1Listed
Red HatRed Hat Enterprise Linux 6kernelunaffected
Red HatRed Hat Enterprise Linux 7kernelunaffected
Red HatRed Hat Enterprise Linux 7kernel-rtunaffected
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
FedoraFedorakernelunaffected
Weakness

CWE details

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

CWE-416 · source CWE mapping

Use After Free

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