目標達成 すべての支援者に感謝 — 100%達成しました!

目標: 1000 CNY · 調達済み: 1336 CNY

100%

CVE-2025-62492— QuickJS 安全漏洞

AI Predicted 6.5 Difficulty: Moderate EPSS 0.36% · P29

Possible ATT&CK Techniques 1AI

T1530 · Data from Cloud Storage
新しい脆弱性情報の通知を購読するログインして購読

I. CVE-2025-62492の基本情報

脆弱性情報

脆弱性についてご質問がありますか?Shenlongの分析が参考になるかご確認ください!
Shenlongの10の質問を表示 ↗

高度な大規模言語モデル技術を使用していますが、出力には不正確または古い情報が含まれる可能性があります。Shenlongはデータの正確性を確保するよう努めていますが、実際の状況に基づいて検証・判断してください。

脆弱性タイトル
Heap out-of-bounds read in js_typed_array_indexOf in QuickJS
ソース: CVE Program / CVE List V5
脆弱性説明
A vulnerability stemming from floating-point arithmetic precision errors exists in the QuickJS engine's implementation of TypedArray.prototype.indexOf() when a negative fromIndex argument is supplied. * The fromIndex argument (read as a double variable, $d$) is used to calculate the starting position for the search. * If d is negative, the index is calculated relative to the end of the array by adding the array's length (len) to d: $$d_{new} = d + \text{len}$$ * Due to the inherent limitations of floating-point arithmetic, if the negative value $d$ is extremely small (e.g., $-1 \times 10^{-20}$), the addition $d + \text{len}$ can result in a loss of precision, yielding an outcome that is exactly equal to $\text{len}$. * The result is then converted to an integer index $k$: $k = \text{len}$. * The search function proceeds to read array elements starting from index $k$. Since valid indices are $0$ to $\text{len}-1$, starting the read at index $\text{len}$ is one element past the end of the array. This allows an attacker to cause an Out-of-Bounds Read of one element immediately following the buffer. While the scope of this read is small (one element), it can potentially lead to Information Disclosure of adjacent memory contents, depending on the execution environment.
ソース: CVE Program / CVE List V5
CVSS情報
CVSS:4.0/AV:A/AC:H/AT:P/PR:L/UI:P/VC:H/VI:L/VA:L/SC:H/SI:L/SA:L
ソース: CVE Program / CVE List V5
脆弱性タイプ
跨界内存读
ソース: CVE Program / CVE List V5
脆弱性タイトル
QuickJS 安全漏洞
ソース: CNNVD (China National Vulnerability Database)
脆弱性説明
QuickJS是QuickJS开源的一个小型且可嵌入的 Javascript 引擎。 QuickJS存在安全漏洞,该漏洞源于TypedArray.prototype.indexOf函数在处理负fromIndex参数时存在浮点运算精度错误,可能导致越界读取和信息泄露。
ソース: CNNVD (China National Vulnerability Database)
CVSS情報
N/A
ソース: CNNVD (China National Vulnerability Database)
脆弱性タイプ
N/A
ソース: CNNVD (China National Vulnerability Database)

影響を受ける製品

ベンダープロダクト影響を受けるバージョンCPE購読
QuickJSQuickJS 2025-04-26 ~ 2025-09-13 -

II. CVE-2025-62492の公開POC

#POC説明ソースリンクShenlongリンク
AI生成POCプレミアム

公開POCは見つかりませんでした。

ログインしてAI POCを生成

III. CVE-2025-62492のインテリジェンス情報

登录查看更多情报信息。

Same Patch Batch · QuickJS · 2025-10-16 · 7 CVEs total

CVE-2025-62493Heap out-of-bounds read in js_bigint_to_string1 in QuickJS
CVE-2025-62494Type confusion in string addition in QuickJS
CVE-2025-62495Type confusion in string addition in QuickJS
CVE-2025-62491Use-after-free in js_std_promise_rejection_check in QuickJS
CVE-2025-62490Use-after-free in js_print_object in QuickJS
CVE-2025-62496Integer overflow in js_bigint_from_string in QuickJS

IV. 関連脆弱性

V. CVE-2025-62492へのコメント

まだコメントはありません


コメントを残す