Lucene search
+L

117 matches found

Github Security Blog
Github Security Blog
added 2024/08/14 8:49 p.m.29 views

Boa has an uncaught exception when transitioning the state of `AsyncGenerator` objects

A wrong assumption made when handling ECMAScript's AsyncGenerator operations can cause an uncaught exception on certain scripts. Details Boa's implementation of AsyncGenerator makes the assumption that the state of an AsyncGenerator object cannot change while resolving a promise created by method...

7.5CVSS7AI score0.00597EPSS
SaveExploits0References6Affected Software1
Positive Technologies
Positive Technologies
added 2024/08/14 12:0 a.m.7 views

PT-2024-30525 · Unknown · Ecmascript

Name of the Vulnerable Software and Affected Versions: ECMAScript affected versions not specified Description: A problem in the ECMAScript specification of async generators may lead to mis-implementation in a way that could present as a security issue, such as type confusion and pointer...

8.6CVSS9.6AI score0.00674EPSS
SaveExploits0References20
NVD
NVD
added 2024/02/26 5:15 p.m.26 views

CVE-2024-27088

es5-ext contains ECMAScript 5 extensions. Passing functions with very long names or complex default argument names into functioncopy or functiontoStringTokens may cause the script to stall. The vulnerability is patched in v0.10.63...

5.5CVSS5.1AI score0.00535EPSS
SaveExploits1References4
UbuntuCve
UbuntuCve
added 2024/02/26 5:15 p.m.42 views

CVE-2024-27088

es5-ext contains ECMAScript 5 extensions. Passing functions with very long names or complex default argument names into functioncopy or functiontoStringTokens may cause the script to stall. The vulnerability is patched in v0.10.63...

5.5CVSS6.7AI score0.00535EPSS
SaveExploits1References7
Prion
Prion
added 2024/02/26 5:15 p.m.35 views

Code injection

es5-ext contains ECMAScript 5 extensions. Passing functions with very long names or complex default argument names into functioncopy or functiontoStringTokens may cause the script to stall. The vulnerability is patched in v0.10.63...

7AI score0.00535EPSS
SaveExploits1References4
Debian CVE
Debian CVE
added 2024/02/26 4:50 p.m.37 views

CVE-2024-27088

es5-ext contains ECMAScript 5 extensions. Passing functions with very long names or complex default argument names into functioncopy or functiontoStringTokens may cause the script to stall. The vulnerability is patched in v0.10.63...

5.5CVSS5.6AI score0.00535EPSS
SaveExploits1
CVE
CVE
added 2024/02/26 4:50 p.m.182 views

CVE-2024-27088

CVE-2024-27088 affects the es5-ext library, which provides ECMAScript 5 extensions. The issue arises when passing functions with very long names or complex default argument names into the library’s copy or toStringTokens routines, potentially causing the script to stall. The vulnerability is publ...

5.5CVSS3.4AI score0.00535EPSS
SaveExploits1References4Affected Software1
Positive Technologies
Positive Technologies
added 2024/02/26 12:0 a.m.5 views

PT-2024-6044 · Es5-Ext +2 · Es5-Ext +2

Name of the Vulnerable Software and Affected Versions: es5-ext versions prior to 0.10.63 Description: The issue is related to the es5-ext package, which contains ECMAScript 5 extensions. Passing functions with very long names or complex default argument names into functioncopy or...

5.5CVSS5.7AI score0.00535EPSS
SaveExploits1References22
CNNVD
CNNVD
added 2023/10/25 12:0 a.m.8 views

CryptoES Security Vulnerability

CryptoES is a library of cryptographic algorithms compatible with ES6 and TypeScript. A security vulnerability exists in CryptoES that stems from the use of an insecure cryptographic hash algorithm...

9.1CVSS6.8AI score0.00446EPSS
SaveExploits1References3
Kitploit
Kitploit
added 2023/09/23 11:30 a.m.55 views

HTMLSmuggler - HTML Smuggling Generator And Obfuscator For Your Red Team Operations

The full explanation what is HTML Smuggling may be found here. The primary objective of HTML smuggling is to bypass network security controls, such as firewalls and intrusion detection systems, by disguising malicious payloads within seemingly harmless HTML and JavaScript code. By exploiting the...

7AI score
SaveExploits0References7
Github Security Blog
Github Security Blog
added 2023/08/09 8:59 p.m.16 views

Unsanitized user controlled input in module generation

Impact The import-in-the-middle loader used by @opentelemetry/instrumentation works by generating a wrapper module on the fly. The wrapper uses the module specifier to load the original module and add some wrapping code. It allows for remote code execution in cases where an application passes...

7.8AI score
SaveExploits0References3Affected Software1
OSV
OSV
added 2023/08/09 8:59 p.m.19 views

GHSA-F8PQ-3926-8GX5 Unsanitized user controlled input in module generation

Impact The import-in-the-middle loader used by @opentelemetry/instrumentation works by generating a wrapper module on the fly. The wrapper uses the module specifier to load the original module and add some wrapping code. It allows for remote code execution in cases where an application passes...

8.1CVSS8AI score
SaveExploits0References3
Github Security Blog
Github Security Blog
added 2023/08/08 7:26 p.m.27 views

import-in-the-middle has unsanitized user controlled input in module generation

Impact The import-in-the-middle loader works by generating a wrapper module on the fly. The wrapper uses the module specifier to load the original module and add some wrapping code. It allows for remote code execution in cases where an application passes user-supplied input directly to an import...

9.8CVSS9.5AI score0.00846EPSS
SaveExploits0References4Affected Software1
NVD
NVD
added 2023/08/07 8:15 p.m.48 views

CVE-2023-38704

import-in-the-middle is a module loading interceptor specifically for ESM modules. The import-in-the-middle loader works by generating a wrapper module on the fly. The wrapper uses the module specifier to load the original module and add some wrapping code. Prior to version 1.4.2, it allows for...

9.8CVSS9.3AI score0.00846EPSS
SaveExploits0References2
Prion
Prion
added 2023/08/07 8:15 p.m.18 views

Input validation

import-in-the-middle is a module loading interceptor specifically for ESM modules. The import-in-the-middle loader works by generating a wrapper module on the fly. The wrapper uses the module specifier to load the original module and add some wrapping code. Prior to version 1.4.2, it allows for...

7.5CVSS9.7AI score0.00846EPSS
SaveExploits0References2Affected Software1
Cvelist
Cvelist
added 2023/08/07 7:24 p.m.38 views

CVE-2023-38704 import-in-the-middle allows unsanitized user controlled input in module generation

import-in-the-middle is a module loading interceptor specifically for ESM modules. The import-in-the-middle loader works by generating a wrapper module on the fly. The wrapper uses the module specifier to load the original module and add some wrapping code. Prior to version 1.4.2, it allows for...

8.1CVSS10AI score0.00846EPSS
SaveExploits0References2
OSV
OSV
added 2023/06/02 5:15 p.m.4 views

CVE-2023-29549

Under certain circumstances, a call to the bind function may have resulted in the incorrect realm. This may have created a vulnerability relating to JavaScript-implemented sandboxes such as SES. This vulnerability affects Firefox for Android 112, Firefox 112, and Focus for Android 112...

6.5CVSS7.1AI score0.00327EPSS
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2023/02/15 5:52 a.m.6 views

SUSE CVE-2011-2616

Unspecified vulnerability in Opera before 11.50 allows remote attackers to cause a denial of service memory consumption via unknown content on a web page, as demonstrated by test262.ecmascript.org...

5CVSS6.8AI score0.02234EPSS
SaveExploits1References3
SUSE CVE
SUSE CVE
added 2023/02/15 5:17 a.m.3 views

SUSE CVE-2015-4516

Mozilla Firefox before 41.0 allows remote attackers to bypass certain ECMAScript 5 aka ES5 API protection mechanisms and modify immutable properties, and consequently execute arbitrary JavaScript code with chrome privileges, via a crafted web page that does not use ES5 APIs...

9.3CVSS8.9AI score0.03456EPSS
SaveExploits0References6
CNNVD
CNNVD
added 2022/07/26 12:0 a.m.7 views

Cesanta MJS 缓冲区错误漏洞

Cesanta MJS is an embedded JavaScript engine for C/C++ from Cesanta Ireland. It is designed for microcontrollers with limited resources. The main design goals are a small footprint and simple C/C++ interoperability. A security vulnerability exists in Cesanta MJS mJS: Restricted JavaScript engine...

5.5CVSS6AI score0.00338EPSS
SaveExploits1References3
Rows per page
Query Builder