Lucene search
+L

339 matches found

Cvelist
Cvelist
added 2025/10/16 3:51 p.m.14 views

CVE-2025-62491 Use-after-free in js_std_promise_rejection_check in QuickJS

A Use-After-Free UAF vulnerability exists in the QuickJS engine's standard library when iterating over the global list of unhandled rejected promises ts-rejectedpromiselist. The function jsstdpromiserejectioncheck attempts to iterate over the rejectedpromiselist to report unhandled rejections usi...

8.8CVSS0.0038EPSS
SaveExploits1References2
Debian CVE
Debian CVE
added 2025/10/16 3:51 p.m.13 views

CVE-2025-62491

A Use-After-Free UAF vulnerability exists in the QuickJS engine's standard library when iterating over the global list of unhandled rejected promises ts-rejectedpromiselist. The function jsstdpromiserejectioncheck attempts to iterate over the rejectedpromiselist to report unhandled rejections usi...

8.8CVSS5.5AI score0.0038EPSS
SaveExploits1
AlpineLinux
AlpineLinux
added 2025/10/16 3:51 p.m.6 views

CVE-2025-62491

A Use-After-Free UAF vulnerability exists in the QuickJS engine's standard library when iterating over the global list of unhandled rejected promises ts-rejectedpromiselist. The function jsstdpromiserejectioncheck attempts to iterate over the rejectedpromiselist to report unhandled rejections usi...

8.8CVSS7.3AI score0.0038EPSS
SaveExploits1References2
Debian CVE
Debian CVE
added 2025/10/16 3:51 p.m.8 views

CVE-2025-62490

In quickjs, in jsprintobject, when printing an array, the function first fetches the array length and then loops over it. The issue is, printing a value is not side-effect free. An attacker-defined callback could run during jsprintvalue, during which the array could get resized and len1 become ou...

8.8CVSS5.4AI score0.0038EPSS
SaveExploits1
Vulnrichment
Vulnrichment
added 2025/10/16 3:51 p.m.5 views

CVE-2025-62490 Use-after-free in js_print_object in QuickJS

In quickjs, in jsprintobject, when printing an array, the function first fetches the array length and then loops over it. The issue is, printing a value is not side-effect free. An attacker-defined callback could run during jsprintvalue, during which the array could get resized and len1 become ou...

8.8CVSS6.7AI score0.0038EPSS
SaveExploits1References2
Cvelist
Cvelist
added 2025/10/16 3:51 p.m.18 views

CVE-2025-62490 Use-after-free in js_print_object in QuickJS

In quickjs, in jsprintobject, when printing an array, the function first fetches the array length and then loops over it. The issue is, printing a value is not side-effect free. An attacker-defined callback could run during jsprintvalue, during which the array could get resized and len1 become ou...

8.8CVSS0.0038EPSS
SaveExploits1References2
CVE
CVE
added 2025/10/16 3:51 p.m.37 views

CVE-2025-62490

CVE-2025-62490 affects QuickJS: in js_print_object, during printing of arrays, maps, or sets, the code reads the length and iterates, but printing a value is not side-effect free. An attacker-defined callback during js_print_value could resize or remove items (e.g., in an array or ms->records)...

8.8CVSS6.7AI score0.0038EPSS
SaveExploits1References2Affected Software1
AlpineLinux
AlpineLinux
added 2025/10/16 3:51 p.m.8 views

CVE-2025-62490

In quickjs, in jsprintobject, when printing an array, the function first fetches the array length and then loops over it. The issue is, printing a value is not side-effect free. An attacker-defined callback could run during jsprintvalue, during which the array could get resized and len1 become ou...

8.8CVSS7.1AI score0.0038EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2025/10/16 12:0 a.m.9 views

QuickJS 安全漏洞

QuickJS is a small and embeddable Javascript engine open-sourced by QuickJS. A security vulnerability exists in QuickJS due to a type confusion when handling string addition operations, which could lead to out-of-bounds memory accesses and memory corruption to execute arbitrary code...

8.8CVSS7.1AI score0.0048EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2025/10/16 12:0 a.m.19 views

QuickJS 安全漏洞

QuickJS is a small and embeddable Javascript engine open-sourced by QuickJS. A security vulnerability exists in QuickJS, which stems from the jsprintobject function not properly handling array size changes during callbacks when printing arrays and collection objects, potentially leading to reuse...

8.8CVSS6.5AI score0.0038EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2025/10/16 12:0 a.m.9 views

PT-2025-42490

Name of the Vulnerable Software and Affected Versions QuickJS affected versions not specified Description An issue exists in the QuickJS engine’s BigInt string conversion logic within the js bigint to string1 function. This is due to an incorrect calculation of the required number of digits,...

6.5CVSS6.1AI score0.00356EPSS
SaveExploits1References11
CNNVD
CNNVD
added 2025/10/16 12:0 a.m.8 views

QuickJS 安全漏洞

QuickJS is a small and embeddable Javascript engine open-sourced by QuickJS. A security vulnerability exists in QuickJS, which stems from an error in the computation of the median in the BigInt string conversion logic, which could lead to out-of-bounds reads and information disclosure...

6.5CVSS6.2AI score0.00356EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2025/10/16 12:0 a.m.8 views

QuickJS 安全漏洞

QuickJS is a small and embeddable Javascript engine open-sourced by QuickJS. A security vulnerability exists in QuickJS that stems from an integer overflow in the BigInt string parsing logic, which could result in a heap out-of-bounds write...

8.8CVSS6.8AI score0.00447EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2025/10/16 12:0 a.m.10 views

QuickJS 安全漏洞

QuickJS is a small and embeddable Javascript engine open-sourced by QuickJS. A security vulnerability exists in QuickJS that stems from a post-release reuse issue when handling unprocessed rejected promise lists, which could lead to memory corruption...

8.8CVSS6.4AI score0.0038EPSS
SaveExploits1References2
CNNVD
CNNVD
added 2025/10/16 12:0 a.m.8 views

QuickJS 安全漏洞

QuickJS is a small and embeddable Javascript engine open-sourced by QuickJS. A security vulnerability exists in QuickJS that stems from an inconsistent representation of buffer sizes due to an integer overflow in the regular expression engine, which could lead to out-of-bounds writes...

8.8CVSS6.8AI score0.00427EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2025/10/16 12:0 a.m.7 views

PT-2025-42489

Name of the Vulnerable Software and Affected Versions QuickJS affected versions not specified Description An issue exists in the QuickJS engine related to floating-point arithmetic precision errors within the TypedArray.prototype.indexOf function when a negative fromIndex argument is provided...

6.5CVSS6.1AI score0.00364EPSS
SaveExploits1References11
CNNVD
CNNVD
added 2025/10/16 12:0 a.m.6 views

QuickJS 安全漏洞

QuickJS is a small and embeddable Javascript engine open-sourced by QuickJS. A security vulnerability exists in QuickJS, which stems from a floating-point precision error in the TypedArray.prototype.indexOf function when handling a negative fromIndex parameter, which could lead to out-of-bounds...

6.5CVSS6.2AI score0.00364EPSS
SaveExploits1References2
Positive Technologies
Positive Technologies
added 2025/10/16 12:0 a.m.5 views

PT-2025-42491

Name of the Vulnerable Software and Affected Versions QuickJS affected versions not specified Description A type confusion issue exists in the QuickJS engine related to how the string addition + operation is handled. The issue arises because an attacker can manipulate the type of the left-hand...

8.8CVSS7.5AI score0.0048EPSS
SaveExploits1References12
EUVD
EUVD
added 2025/10/07 12:30 a.m.7 views

EUVD-2020-15632

Malware in sbrugna...

7.5CVSS7.5AI score0.01554EPSS
SaveExploits1References2
EUVD
EUVD
added 2025/10/03 8:7 p.m.7 views

EUVD-2023-36211

Malicious code in bioql PyPI...

7.5CVSS7.5AI score0.00732EPSS
SaveExploits1References1
Rows per page
Query Builder