LiveActive security incident?Get immediate response
CVE Record

CVE-2022-32961: HiCOS’ client-side citizen digital certificate - Stack Buffer Overflow

HICOS’ client-side citizen digital certificate component has a stack-based buffer overflow vulnerability when reading IC card due to insufficient parameter length validation for token information. An unauthenticated physical attacker can exploit this vulnerability to execute arbitrary code, manipulate system data or terminate service.

MediumCVSS 6.8Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

HiCOS client-side citizen digital certificate software can be compromised through a stack buffer overflow while reading IC card token information. The attack requires physical access, but successful exploitation could let an unauthenticated attacker run code, alter data, or crash the service on affected endpoints.

Executive priority

Treat this as a targeted endpoint risk, not an internet-wide emergency. Prioritize systems where public or shared physical access exists, because impact can be severe if the attacker reaches an affected reader-equipped machine.

Technical view

CVE-2022-32961 is a CWE-787 out-of-bounds write in HiCOS’ client-side citizen digital certificate component. Insufficient parameter length validation for token information during IC card reading can cause a stack-based buffer overflow. CVSS 3.1 is 6.8 with physical attack vector, low complexity, no privileges, no user interaction, and high confidentiality, integrity, and availability impact.

Likely exposure

Exposure is likely limited to endpoints or kiosks running the HiCOS client-side citizen digital certificate component and reading IC cards. The source bundle does not identify exact vulnerable versions, deployment prevalence, or CPEs, so asset inventory is necessary.

Exploitation context

The CVE record describes exploitation by an unauthenticated physical attacker. There is no KEV listing in the bundle and no cited evidence of active exploitation, public exploit availability, or remote exploitation.

Researcher notes

Key gaps are affected version granularity, patch details, and exploit telemetry. The most important validation path is environment-specific: identify HiCOS deployments, confirm IC card reader exposure, and align remediation with the TWCERT/HINET advisory.

Mitigation direction

  • Check the TWCERT/HINET advisory for vendor-approved fixes or workarounds.
  • Inventory endpoints running the HiCOS certificate component and IC card readers.
  • Remove or disable the component where certificate workflows are unnecessary.
  • Restrict physical access to affected card-reading workstations and kiosks.
  • Process only trusted IC cards in controlled operational environments.

Validation and detection

  • Confirm whether HiCOS client-side citizen digital certificate software is installed.
  • Identify endpoints with connected or accessible IC card readers.
  • Compare installed versions against vendor advisory guidance when available.
  • Review endpoint logs for crashes or unexpected certificate component behavior.
  • Verify physical access controls around shared certificate workstations.
Prepared
Confidence
medium
Sources
3

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-787: 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
description · low confidence lookup

Execution behavior lookup

The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
description · low confidence lookup

Credential and access behavior lookup

The CVE wording references authentication or credential exposure, so valid-account and credential-access review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2022-32961 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.8 (3.1)
Known Exploited
No
Published

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

Vulnerability scoring details

Base CVSS 3.1 score

6.8Medium
CVSS 3.1 vector shape for CVE-2022-32961Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
HINETHiCOS’ client-side citizen digital certificateunspecifiedListed
HINETHiCOS’ client-side citizen digital certificateunspecifiedListed
HINETHiCOS’ client-side citizen digital certificateunspecifiedListed
Weakness

CWE details

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

CWE-787 · source CWE mapping

Out-of-bounds Write

Out-of-bounds Write represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.