LiveActive security incident?Get immediate response
CVE Record

CVE-2024-45618: Libopensc: uninitialized values after incorrect or missing checking return values of functions in pkcs15init

A vulnerability was found in pkcs15-init in OpenSC. An attacker could use a crafted USB Device or Smart Card, which would present the system with a specially crafted response to APDUs. Insufficient or missing checking of return values of functions leads to unexpected work with variables that have not been initialized.

LowCVSS 3.9Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

This is a low-severity OpenSC/libopensc issue in smart-card initialization. A malicious USB device or smart card physically presented to a system could trigger incorrect handling of uninitialized data. Business urgency is limited unless systems accept untrusted smart cards or USB security tokens.

Executive priority

Treat this as a low-priority hygiene fix unless smart cards or USB security tokens are used in privileged workflows. It is not cited as actively exploited, but affected authentication infrastructure should still be patched during normal maintenance.

Technical view

CVE-2024-45618 affects pkcs15-init in OpenSC. Insufficient or missing checks of function return values can leave variables uninitialized after crafted APDU responses from a USB device or smart card. The CVSS 3.1 score is 3.9, with physical attack vector, high complexity, and low confidentiality, integrity, and availability impact.

Likely exposure

Exposure is most likely on Linux systems using OpenSC/libopensc or opensc for smart-card workflows. The source bundle lists RHEL 7, 8, 9, and 10 opensc as affected. Systems without smart-card or USB-token use are less likely to be materially exposed.

Exploitation context

The bundle does not cite active exploitation, and KEV status is false. The reported path requires a crafted physical USB device or smart card returning specially crafted APDU responses. This does not indicate ordinary remote network exposure.

Researcher notes

The key weakness is CWE-457: use of uninitialized variables after missing or incorrect return-value checks. Available evidence describes the vulnerable component and attack preconditions, but the bundle does not provide detailed fixed versions or proof of active exploitation.

Mitigation direction

  • Apply vendor-provided OpenSC or opensc updates from Red Hat or your Linux distribution when available.
  • Restrict untrusted smart cards and USB security tokens on managed systems.
  • Follow the Debian LTS advisory if running affected Debian OpenSC packages.
  • Prioritize patching systems used for authentication, signing, or smart-card enrollment workflows.

Validation and detection

  • Inventory systems with OpenSC, libopensc, or opensc installed.
  • Identify systems that run pkcs15-init or perform smart-card initialization.
  • Check Red Hat advisory status for each affected RHEL major version in use.
  • Confirm vendor package versions after updates are applied.
Prepared
Confidence
high
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-457: 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-2024-45618 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
Low
CVSS
3.9 (3.1)
Known Exploited
No
Published

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

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
5Timeline events
2ADP providers
4Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: partial

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
3.9CVSS 3.1LowCVSS:3.1/AV:P/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:L0.53.4redhat

Vulnerability scoring details

Base CVSS 3.1 score

3.9Low
CVSS 3.1 vector shape for CVE-2024-45618Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. Source timelineredhat

    Made public.

  2. Source timelineredhat

    Reported to Red Hat.

  3. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  4. CVE publishedCVE Program

    The CVE record was published.

  5. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc
CVECVE Program Container

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Unknown vendorlibopensclibopenscaffected
Red HatRed Hat Enterprise Linux 10openscaffected
Red HatRed Hat Enterprise Linux 7openscaffected
Red HatRed Hat Enterprise Linux 8openscaffected
Red HatRed Hat Enterprise Linux 9openscaffected
Weakness

CWE details

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

CWE-457 · source CWE mapping

Use of Uninitialized Variable

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