LiveActive security incident?Get immediate response
CVE Record

CVE-2023-36201: An issue in JerryscriptProject jerryscript v.3.0.0 allows an attacker to obtain sensitive information via a...

An issue in JerryscriptProject jerryscript v.3.0.0 allows an attacker to obtain sensitive information via a crafted script to the arrays.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysisunknown

Security readout for executives and security teams

Plain-English summary

CVE-2023-36201 is an information disclosure issue in JerryScript v3.0.0. A specially crafted script involving arrays may let an attacker read sensitive information. Public source data does not provide a CVSS score, fixed version, or evidence of active exploitation.

Executive priority

Prioritize scoping before emergency action. The issue may matter where JerryScript processes untrusted code, but public evidence is sparse and exploitation is not confirmed. Assign ownership to inventory embedded runtime use and track vendor remediation.

Technical view

The CVE describes a CWE-125 out-of-bounds read in JerryscriptProject JerryScript v3.0.0, triggered through crafted array script behavior. The record lists the affected product fields as incomplete and points to a GitHub issue for detail. No official remediation details are included in the supplied sources.

Likely exposure

Exposure is likely limited to software that embeds or runs JerryScript v3.0.0, especially where users or external systems can supply JavaScript. The source bundle does not identify CPEs, downstream products, or affected deployment patterns.

Exploitation context

The supplied sources support a crafted-script information disclosure condition. They do not show CISA KEV listing, known exploitation in the wild, public exploit maturity, or weaponized use. Treat exploit status as unconfirmed.

Researcher notes

Key gaps: no CVSS vector, no CPEs, no named fixed version, and no KEV signal. The CWE-125 classification suggests memory read exposure, but validation should stay focused on version presence and script reachability, not exploit development.

Mitigation direction

  • Inventory products or firmware embedding JerryScript v3.0.0.
  • Check upstream JerryScript guidance for fixed versions or patches.
  • Avoid running untrusted scripts in affected runtimes until remediated.
  • Reduce script privileges and isolate affected execution environments.
  • Monitor the referenced GitHub issue and CVE record for updates.

Validation and detection

  • Search dependency manifests and source trees for JerryScript v3.0.0.
  • Confirm whether untrusted JavaScript can reach the affected runtime.
  • Review vendor advisories for any fixed JerryScript release reference.
  • Document affected assets and business processes using the runtime.
Prepared
Confidence
low
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-125: 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-36201 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
Unknown
CVSS
Not scored
Known Exploited
No
Published
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.

0CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

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

CWE-125 · source CWE mapping

Out-of-bounds Read

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