Lucene search
+L

8434 matches found

IBM Security Bulletins
IBM Security Bulletins
added 2022/03/12 1:27 a.m.51 views

Security Bulletin: Vulnerabilities in Polkit, Node.js, OpenSSH, and Golang Go affect IBM Spectrum Protect Plus (CVE-2021-4034, CVE-2022-21681, CVE-2022-21680, CVE-2022-0235, CVE-2021-41617, CVE-2021-44716, CVE-2021-44717, 218243)

Summary Vulnerabilities in Polkit, Node.js, OpenSSL, and Golang Go can affect IBM Spectrum Protect Plus. The vulnerabilities include elevation of privileges, denial of service, obtaining sensitive information, and bypassing security restrictions. Vulnerability Details CVEID: CVE-2021-4034...

8.8CVSS8.2AI score0.94921EPSS
SaveExploits159Affected Software1
Github Security Blog
Github Security Blog
added 2022/03/12 12:00 a.m.41 views

Spoofing attack in swagger-ui-dist

The swagger-ui-dist package before 4.1.3 for Node.js could allow a remote attacker to hijack the clicking action of the victim. By persuading a victim to visit a malicious Web site, a remote attacker could exploit this vulnerability to hijack the victim's click actions and possibly launch further...

6.1CVSS4.8AI score0.01495EPSS
SaveExploits0References5Affected Software1
OSV
OSV
added 2022/03/11 11:53 p.m.98 views

GHSA-P6H4-93QP-JHCM Command injection in Parse Server through prototype pollution

Impact This is a Remote Code Execution RCE vulnerability in Parse Server. This vulnerability affects Parse Server in the default configuration with MongoDB. The main weakness that leads to RCE is the Prototype Pollution vulnerable code in the file DatabaseController.js, so it is likely to affect...

10CVSS9.7AI score0.49081EPSS
SaveExploits1References5
Github Security Blog
Github Security Blog
added 2022/03/11 11:53 p.m.63 views

Command injection in Parse Server through prototype pollution

Impact This is a Remote Code Execution RCE vulnerability in Parse Server. This vulnerability affects Parse Server in the default configuration with MongoDB. The main weakness that leads to RCE is the Prototype Pollution vulnerable code in the file DatabaseController.js, so it is likely to affect...

10CVSS0.1AI score0.49081EPSS
SaveExploits1References5Affected Software1
ATTACKERKB
ATTACKERKB
added 2022/03/11 7:15 a.m.8 views

CVE-2021-46708

The swagger-ui-dist package before 4.1.3 for Node.js could allow a remote attacker to hijack the clicking action of the victim. By persuading a victim to visit a malicious Web site, a remote attacker could exploit this vulnerability to hijack the victim's click actions and possibly launch further...

6.1CVSS6.7AI score0.01495EPSS
SaveExploits0References4
NVD
NVD
added 2022/03/11 7:15 a.m.30 views

CVE-2021-46708

The swagger-ui-dist package before 4.1.3 for Node.js could allow a remote attacker to hijack the clicking action of the victim. By persuading a victim to visit a malicious Web site, a remote attacker could exploit this vulnerability to hijack the victim's click actions and possibly launch further...

6.1CVSS0.01495EPSS
SaveExploits0References3
Prion
Prion
added 2022/03/11 7:15 a.m.30 views

Design/Logic Flaw

The swagger-ui-dist package before 4.1.3 for Node.js could allow a remote attacker to hijack the clicking action of the victim. By persuading a victim to visit a malicious Web site, a remote attacker could exploit this vulnerability to hijack the victim's click actions and possibly launch further...

4.3CVSS6.2AI score0.01495EPSS
SaveExploits0References3Affected Software1
Cvelist
Cvelist
added 2022/03/11 6:47 a.m.31 views

CVE-2021-46708

The swagger-ui-dist package before 4.1.3 for Node.js could allow a remote attacker to hijack the clicking action of the victim. By persuading a victim to visit a malicious Web site, a remote attacker could exploit this vulnerability to hijack the victim's click actions and possibly launch further...

7AI score0.01495EPSS
SaveExploits0References3
CVE
CVE
added 2022/03/11 6:47 a.m.1259 views

CVE-2021-46708

CVE-2021-46708 affects npm swagger-ui-dist and swagger-ui-dist before 4.1.3 for Node.js. The vulnerability enables a remote attacker to hijack the victim’s clicking action when the user visits a malicious site, potentially enabling further attacks against the victim. The connected IBM/IBM-related...

6.1CVSS6.2AI score0.01495EPSS
SaveExploits0References3Affected Software1
Huntr
Huntr
added 2022/03/09 11:22 a.m.9 views

Open Redirect

Description parse-url parses the url as https://google.com::/test, and if two or more colons are inserted in the port part, the port is parsed as one hostname. txt - node - url.parse ❯ node -e 'console.logrequire"url".parse"https://google.com::/test"' Url protocol: 'https:', slashes: true, auth:...

0.1AI score
SaveExploits0
ICS
ICS
added 2022/03/08 12:00 a.m.134 views

Siemens SINEC INS

1. EXECUTIVE SUMMARY CVSS v3 9.8 ATTENTION: Exploitable remotely/low attack complexity Vendor: Siemens Equipment: SINEC INS Vulnerability: Using Components with Known Vulnerabilities 2. RISK EVALUATION Successful exploitation of this vulnerability in third-party components could allow an attacker...

9.8CVSS8.4AI score0.21952EPSS
SaveExploits1References11
Hacker One
Hacker One
added 2022/03/06 3:45 a.m.214 views

Node.js: HTTP Request Smuggling Due to Incorrect Parsing of Multi-line Transfer-Encoding

Summary: The llhttp parser in the http module in Node v17.6.0 does not correctly handle multi-line Transfer-Encoding headers. This can lead to HTTP Request Smuggling HRS. Description: When Node receives the following request: http GET / HTTP/1.1 Transfer-Encoding: chunked , identity 1 a 0 it...

6.4CVSS7.5AI score0.68796EPSS
SaveExploits1
Tenable Nessus
Tenable Nessus
added 2022/03/05 12:00 a.m.47 views

SUSE SLES15 Security Update : nodejs8 (SUSE-SU-2022:0704-1)

The remote SUSE Linux SLES15 / SLESSAP15 host has packages installed that are affected by multiple vulnerabilities as referenced in the SUSE-SU-2022:0704-1 advisory. - All versions of package path-parse are vulnerable to Regular Expression Denial of Service ReDoS via splitDeviceRe, splitTailRe, a...

9.8CVSS7.4AI score0.15014EPSS
SaveExploits4References16
Huntr
Huntr
added 2022/03/04 10:29 a.m.25 views

hostname spoofing via javascript

Description If use parse-url for security check on url, it is dangerous because hostname spoofing through JavaScript scheme is possible. It also occurred in url.parse of node.js in 2018, and node.js acknowledged the vulnerability for this. So Node.js has patched it, and there are cases where a CV...

0.6AI score0.0405EPSS
SaveExploits0References2
IBM Security Bulletins
IBM Security Bulletins
added 2022/03/02 3:24 p.m.46 views

Security Bulletin: IBM DataPower affected by vulnerabilities in Node.js

Summary IBM has addressed the following CVEs that affect the APIC Gateway Service. Vulnerability Details CVEID: CVE-2021-22959 DESCRIPTION: Node.js is vulnerable to HTTP request smuggling, caused by an error related to a space in headers. A remote attacker could send a specially-crafted request...

6.5CVSS7.5AI score0.02936EPSS
SaveExploits2Affected Software2
IBM Security Bulletins
IBM Security Bulletins
added 2022/02/28 10:09 a.m.10 views

Security Bulletin: IBM App Connect Enterprise Certified Container Dashboards may be vulnerable to a denial of service vulnerability due to IBM X-Force vulnerability 220063

Summary Node.js module unset-value is used by IBM App Connect Enterprise Certified Container Dashboard when internally processing and validating an OpenAPI definition. IBM App Connect Enterprise Certified Container Dashboards may be vulnerable to a denial of service vulnerability. This bulletin...

0.7AI score
SaveExploits0Affected Software1
OpenVAS
OpenVAS
added 2022/02/28 12:00 a.m.34 views

Node.js 12.x < 12.22.9, 14.x < 14.18.3, 16.x < 16.13.2, 17.x < 17.3.1 Multiple Vulnerabilities - Windows

Node.js is prone to multiple vulnerabilities. SPDX-FileCopyrightText: 2022 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 CPE = "cpe:/a:nodejs:node.js"; ifdescription...

8.2CVSS7.3AI score0.21514EPSS
SaveExploits2References1
OpenVAS
OpenVAS
added 2022/02/28 12:00 a.m.28 views

Node.js 12.x < 12.22.9, 14.x < 14.18.3, 16.x < 16.13.2, 17.x < 17.3.1 Multiple Vulnerabilities - Mac OS X

Node.js is prone to multiple vulnerabilities. Copyright C 2022 Greenbone Networks GmbH 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-or-later This program is free software; you can...

8.2CVSS7.1AI score0.21514EPSS
SaveExploits2References1
IBM Security Bulletins
IBM Security Bulletins
added 2022/02/25 8:34 p.m.33 views

Security Bulletin: Vulnerability in Node.js- CVE-2021-22959, CVE-2021-22960 may affect IBM Watson Assistant for IBM Cloud Pak for Data.

Summary Potential vulnerabilities in Node.js CVE-2021-22959, CVE-2021-22960 has been identified that may affect IBM Watson Assistant for IBM Cloud Pak for Data. Refer to details for additional information. Vulnerability Details CVEID: CVE-2021-22959 DESCRIPTION: Node.js is vulnerable to HTTP...

6.5CVSS7.5AI score0.02936EPSS
SaveExploits2Affected Software1
IBM Security Bulletins
IBM Security Bulletins
added 2022/02/25 8:30 p.m.52 views

Security Bulletin: Vulnerability in Node.js-CVE-2021-23362, CVE-2021-22921, CVE-2021-22918, CVE-2021-27290 may affect IBM Watson Assistant for IBM Cloud Pak for Data.

Summary Potential vulnerabilities in Node.js CVE-2021-23362, CVE-2021-22921, CVE-2021-22918, CVE-2021-27290 has been identified that may affect IBM Watson Assistant for IBM Cloud Pak for Data. Refer to details for additional information. Vulnerability Details CVEID: CVE-2021-23362 DESCRIPTION:...

7.8CVSS7.4AI score0.23132EPSS
SaveExploits4Affected Software1
Rows per page
Query Builder