Lucene search
K

61 matches found

CNNVD
CNNVD
added 2024/05/02 12:0 a.m.4 views

libxmljs 安全漏洞

libxmljs is the LibXML binding for node.js. A security vulnerability exists in libxmljs2 that stems from the presence of a type confusion vulnerability...

8.1CVSS7.9AI score0.02979EPSS
Exploits0References3
Positive Technologies
Positive Technologies
added 2024/05/02 12:0 a.m.3 views

PT-2024-25853 · Libxmljs · Libxmljs

Name of the Vulnerable Software and Affected Versions: libxmljs affected versions not specified Description: The issue is related to a type confusion vulnerability that occurs when parsing a specially crafted XML. This happens when the namespaces function is invoked on a grand-child of a node tha...

9.3CVSS7.6AI score0.04115EPSS
Exploits1References7
CNNVD
CNNVD
added 2024/05/02 12:0 a.m.2 views

libxmljs 安全漏洞

libxmljs is the LibXML binding for node.js. A security vulnerability exists in libxmljs that stems from the presence of a type confusion vulnerability...

9.8CVSS7.8AI score0.04115EPSS
Exploits1References3
CNNVD
CNNVD
added 2024/05/02 12:0 a.m.1 views

libxmljs 安全漏洞

libxmljs is the LibXML binding for node.js. A security vulnerability exists in libxmljs2 that stems from the presence of a type confusion vulnerability...

8.1CVSS7.9AI score0.04214EPSS
Exploits0References3
Veracode
Veracode
added 2022/05/06 2:40 p.m.19 views

Denial Of Service (DoS)

libxmljs is vulnerable to denial of service. The vulnerability exists in parseXml function because it doesn't ensure if the parseXML input is a string or buffer which allows an attacker to cause an application crash...

7.5CVSS5.1AI score0.00154EPSS
Exploits1References3Affected Software1
Veracode
Veracode
added 2022/05/05 7:42 a.m.15 views

Denial Of Service (DoS)

libxmljs is vulnerable to denial of service. An attacker can crash the application by providing a non functional object to toString method in xmldocument.cc as the library does not properly check user input values in parseXml and parseHtml functions...

7.5CVSS7AI score0.00154EPSS
Exploits1References3Affected Software2
OSV
OSV
added 2022/05/03 12:0 a.m.1 views

GHSA-773H-W45W-F2F9 Denial of service vulnerability exists in libxmljs

libxmljs provides libxml bindings for v8 javascript engine. This affects all versions of package libxmljs. When invoking the libxmljs.parseXml function with a non-buffer argument the V8 code will attempt invoking the .toString method of the argument. If the argument's toString value is not a...

7.5CVSS7.1AI score0.00154EPSS
Exploits1References5
vulnersOsv
vulnersOsv
added 2022/05/03 12:0 a.m.2 views

3loc (>=0.1.0 <=0.4.0), 3scale (=0.2.0) +426 more potentially affected by CVE-2022-21144 via libxmljs (>=0.10.0 <=0.19.7)

libxmljs NPM version =0.10.0, =0.1.0, =0.0.1, =4.0.1, =1.5.8, =1.5.1, =1.8.3, =0.1.0, =1.0.1, =1.0.0, =1.1.0, =1.20.0, =0.0.5, =0.1.0, =0.7.0 and more Source cves: CVE-2022-21144 Source advisory: OSV:GHSA-773H-W45W-F2F9...

7.5CVSS7.1AI score0.00154EPSS
Exploits1
Github Security Blog
Github Security Blog
added 2022/05/03 12:0 a.m.20 views

Denial of service vulnerability exists in libxmljs

libxmljs provides libxml bindings for v8 javascript engine. This affects all versions of package libxmljs. When invoking the libxmljs.parseXml function with a non-buffer argument the V8 code will attempt invoking the .toString method of the argument. If the argument's toString value is not a...

7.5CVSS4.6AI score0.00154EPSS
Exploits1References5Affected Software1
NVD
NVD
added 2022/05/01 4:15 p.m.11 views

CVE-2022-21144

This affects all versions of package libxmljs. When invoking the libxmljs.parseXml function with a non-buffer argument the V8 code will attempt invoking the .toString method of the argument. If the argument's toString value is not a Function object V8 will crash...

7.5CVSS0.00154EPSS
Exploits1References3
OSV
OSV
added 2022/05/01 4:15 p.m.19 views

CVE-2022-21144

This affects all versions of package libxmljs. When invoking the libxmljs.parseXml function with a non-buffer argument the V8 code will attempt invoking the .toString method of the argument. If the argument's toString value is not a Function object V8 will crash...

7.5CVSS6.9AI score
Exploits0References3
Prion
Prion
added 2022/05/01 4:15 p.m.23 views

Code injection

This affects all versions of package libxmljs. When invoking the libxmljs.parseXml function with a non-buffer argument the V8 code will attempt invoking the .toString method of the argument. If the argument's toString value is not a Function object V8 will crash...

5CVSS7.5AI score0.00154EPSS
Exploits1References3Affected Software1
Cvelist
Cvelist
added 2022/05/01 3:25 p.m.16 views

CVE-2022-21144 Denial of Service (DoS)

This affects all versions of package libxmljs. When invoking the libxmljs.parseXml function with a non-buffer argument the V8 code will attempt invoking the .toString method of the argument. If the argument's toString value is not a Function object V8 will crash...

7.5CVSS7.8AI score0.00154EPSS
Exploits1References3
CVE
CVE
added 2022/05/01 3:25 p.m.76 views

CVE-2022-21144

Summary: CVE-2022-21144 affects all versions of the libxmljs package. The issue occurs when libxmljs.parseXml is called with a non-buffer argument, causing the V8 engine to invoke the argument’s toString method; if toString is not a Function, V8 will crash, leading to a potential denial of servic...

7.5CVSS7.5AI score0.00154EPSS
Exploits1References3Affected Software1
ATTACKERKB
ATTACKERKB
added 2022/05/01 3:20 p.m.4 views

CVE-2022-21144

This affects all versions of package libxmljs. When invoking the libxmljs.parseXml function with a non-buffer argument the V8 code will attempt invoking the .toString method of the argument. If the argument's toString value is not a Function object V8 will crash...

7.5CVSS7.2AI score0.00154EPSS
Exploits1References4
CNNVD
CNNVD
added 2022/05/01 12:0 a.m.2 views

libxmljs 输入验证错误漏洞

libxmljs is the LibXML binding for node.js. All versions of the libxmljs package have an input validation error vulnerability that stems from the fact that when calling a non-buffered parameter, the V8 code will attempt to call the .toString method for that parameter. If the toString value of the...

7.5CVSS7.4AI score0.00154EPSS
Exploits1References4
Positive Technologies
Positive Technologies
added 2022/05/01 12:0 a.m.4 views

PT-2022-14877 · Npm · Libxmljs

Name of the Vulnerable Software and Affected Versions: libxmljs versions all Description: The issue arises when the libxmljs.parseXml function is invoked with a non-buffer argument. In such cases, the V8 code attempts to call the toString method of the argument. If the argument's toString value i...

7.5CVSS7.4AI score0.00154EPSS
Exploits1References9
vulnersOsv
vulnersOsv
added 2022/01/20 2:26 p.m.3 views

3loc (>=0.1.0 <=0.4.0), 3scale (=0.2.0) +426 more potentially affected by CVE-2022-21144 via libxmljs (>=0.10.0 <=0.19.7)

libxmljs NPM version =0.10.0, =0.1.0, =0.0.1, =4.0.1, =1.5.8, =1.5.1, =1.8.3, =0.1.0, =1.0.1, =1.0.0, =1.1.0, =1.20.0, =0.0.5, =0.1.0, =0.7.0 and more Source cves: CVE-2022-21144 Source advisory: SNYK:JS-LIBXMLJS-2348756...

7.5CVSS7.1AI score0.00154EPSS
Exploits1
Snyk
Snyk
added 2022/01/20 2:26 p.m.2 views

Denial of Service (DoS)

Overview libxmljs is a libxml bindings for v8 javascript engine Affected versions of this package are vulnerable to Denial of Service DoS. When invoking the libxmljs.parseXml function with a non-buffer argument the V8 code will attempt invoking the .toString method of the argument. If the...

7.5CVSS6.9AI score0.00154EPSS
Exploits1References2
OpenVAS
OpenVAS
added 2016/04/11 12:0 a.m.13 views

Fedora Update for nodejs-libxmljs FEDORA-2016-6

The remote host is missing an update for the SPDX-FileCopyrightText: 2016 Greenbone AG Some text descriptions might be excerpted from a referenced sources, and are Copyright C by the respective right holders. SPDX-License-Identifier: GPL-2.0-only ifdescription...

7.5AI score
Exploits0References2
Rows per page
Query Builder