Cyber Resilience

CVE-2023-22291

Justsystems Ichitaro 2022 1.0.1.57600

Public PoC
Published
05 April 2023
Modified
21 November 2024
CVSS Score v3.1 7.0
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H
EPSS Score 0.0045 37th percentile
Risk Priority 51 floored blend · peak EPSS

Summary

CVE-2023-22291 is a high-severity Free of Memory not on the Heap (CWE-590) vulnerability in Justsystems Ichitaro 2022. Its CVSS base score is 7.0 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 37th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

EU & UK References

Vulnerability Data

An invalid free vulnerability exists in the Frame stream parser functionality of Ichitaro 2022 1.0.1.57600. A specially crafted document can lead to an attempt to free a stack pointer, which causes memory corruption. An attacker can provide a malicious file…

more

to trigger this vulnerability.

CWE(s)

Related Threats

MITRE ATT&CK Enterprise Techniques

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2023-22660Same product: Justsystems Ichitaro 2022
CVE-2023-38127Same product: Justsystems Ichitaro 2022
CVE-2023-34366Same product: Justsystems Ichitaro 2022
CVE-2023-35126Same product: Justsystems Ichitaro 2022
CVE-2023-38128Same product: Justsystems Ichitaro 2022
CVE-2025-32911Shared CWE-590
CVE-2025-42996Shared CWE-590
CVE-2025-42994Shared CWE-590
CVE-2025-42995Shared CWE-590
CVE-2025-7006Shared CWE-590

Affected Assets

justsystems
ichitaro 2022
1.0.1.57600

Mitigating Controls

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly prevent incorrect free() calls via code review, static analysis, and developer training.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing in development can detect invalid-free defects before release.

prevents

Secure development lifecycle mandates memory-safety practices that reduce use-after-free and invalid-free bugs.

prevents

Secure architecture and engineering principles include disciplined memory management that prevents freeing non-heap memory.

prevents

Secure coding standards explicitly forbid freeing pointers not obtained from heap allocators, directly mitigating CWE-590.

References