Lucene search
+L

746 matches found

vulnersOsv
vulnersOsv
added 2017/10/24 6:33 p.m.6 views

docpad-plugin-hapi (>=2.0.13 <=2.3.3), hapi-advisories (>=0.0.1 <=0.0.6) +7 more potentially affected by CVE-2014-3742 via hapi (>=2.0.0 <=2.1.2)

hapi NPM version =2.0.0, =2.0.13, =0.0.1, =0.9.2, =0.3.0, =0.14.0, =0.0.1, =0.0.1, =0.0.2, =0.0.1, =1.0.0 Source cves: CVE-2014-3742 Source advisory: OSV:GHSA-CQR7-78PJ-3G7J...

5CVSS5.8AI score0.02374EPSS
SaveExploits0
Github Security Blog
Github Security Blog
added 2017/10/24 6:33 p.m.35 views

File Descriptor Leak Can Cause DoS Vulnerability in hapi

Versions 2.0.x and 2.1.x of hapi are vulnerable to a denial of service attack via a file descriptor leak. When triggered repeatedly, this leak will cause the server to run out of file descriptors and the node process to die. The effort required to take down a server depends on the process file...

5CVSS6.3AI score0.02374EPSS
SaveExploits0References6Affected Software1
OSV
OSV
added 2017/10/24 6:33 p.m.12 views

GHSA-84FQ-6626-W5FG CORS Token Disclosure in crumb

When CORS is enabled on a hapi route handler, it is possible to set a crumb token for a different domain. An attacker would need to have an application consumer visit a site they control, request a route supporting CORS, and then retrieve the token. With this token, they could possibly make...

5.8CVSS6.2AI score0.01367EPSS
SaveExploits0References5
OSV
OSV
added 2017/10/24 6:33 p.m.42 views

GHSA-CQR7-78PJ-3G7J File Descriptor Leak Can Cause DoS Vulnerability in hapi

Versions 2.0.x and 2.1.x of hapi are vulnerable to a denial of service attack via a file descriptor leak. When triggered repeatedly, this leak will cause the server to run out of file descriptors and the node process to die. The effort required to take down a server depends on the process file...

5CVSS6.4AI score0.02374EPSS
SaveExploits0References7
Veracode
Veracode
added 2017/04/06 1:30 a.m.17 views

Denial Of Service (DoS)

hapi is vulnerable to denial of service DoS attacks. A malicious user can send a malicious accept-encoding header to the system that causes the library to crash or the client to hang until the timeout period is reached...

7.5CVSS7.1AI score0.01584EPSS
SaveExploits0References2Affected Software1
nodejs
nodejs
added 2017/03/31 8:53 p.m.52 views

Denial of Service via malformed accept-encoding header

Overview Affected versions of hapi will crash or lock the event loop when a malformed accept-encoding header is recieved. Recommendation Update to version 16.1.1 or later. References - Issue 3466 - GitHub Advisory...

5CVSS4.2AI score0.01584EPSS
SaveExploits0Affected Software1
Check Point Advisories
Check Point Advisories
added 2017/02/23 12:0 a.m.60 views

Bassmaster Batch Arbitrary JavaScript Injection Remote Code Execution (CVE-2014-7205)

An un-authenticated code injection vulnerability exists in the Bassmaster Nodejs plugin for Hapi. The vulnerability is due to improper input validation within the batch endpoint. Successful exploitation could allow an attacker to execute arbitrary code...

10CVSS3.1AI score0.78582EPSS
SaveExploits6
Packet Storm
Packet Storm
added 2016/10/30 12:0 a.m.52 views

Bassmaster Batch Arbitrary JavaScript Injection Remote Code Execution

require 'msf/core' class MetasploitModule 'Bassmaster Batch Arbitrary JavaScript Injection Remote Code Execution', 'Description' = %q This module exploits an un-authenticated code injection vulnerability in the bassmaster nodejs plugin for hapi. The vulnerability is within the batch endpoint and...

10CVSS0.1AI score0.78582EPSS
SaveExploits6
zdt
zdt
added 2016/10/29 12:0 a.m.78 views

Bassmaster Batch Arbitrary JavaScript Injection Remote Code Execution Exploit

This module exploits an un-authenticated code injection vulnerability in the bassmaster nodejs plugin for hapi. The vulnerability is within the batch endpoint and allows an attacker to dynamically execute JavaScript code on the server side using an eval. Note that the code uses a '\x2f' character...

10CVSS0.1AI score0.78582EPSS
SaveExploits6
nodejs
nodejs
added 2016/01/28 7:56 a.m.34 views

Authentication Bypass

Overview Versions of hapi-auth-jwt2 prior to version 5.1.2 are affected by a complete authentication bypass vulnerability when in the try authentication mode. Recommendation Update to version 5.1.2 or later. References - Issue 111 - PR 112 - GitHub Advisory...

7.5CVSS6.1AI score0.02524EPSS
SaveExploits0Affected Software1
nodejs
nodejs
added 2015/12/28 5:13 p.m.36 views

Unsafe Merging of CORS Configuration Conflict

Overview Versions of hapi prior to 11.1.4 are affected by a vulnerability that causes route-level CORS configuration to override connection-level or server-level CORS defaults. This may result in a situation where CORS permissions are less restrictive than intended. Recommendation Update hapi to...

4.3CVSS3.7AI score0.01039EPSS
SaveExploits1Affected Software1
nodejs
nodejs
added 2015/12/23 10:4 p.m.31 views

Denial of Service

Overview Versions of hapi prior to 11.1.3 are affected by a denial of service vulnerability. The vulnerability is triggered when certain input is passed into the If-Modified-Since or Last-Modified headers. This causes an 'illegal access' exception to be raised, and instead of sending a HTTP 500...

5CVSS2.2AI score0.02135EPSS
SaveExploits1Affected Software1
nodejs
nodejs
added 2015/10/20 6:29 p.m.34 views

Incorrect handling of CORS preflight request headers

Overview Versions of hapi prior to 11.0.0 implement CORS incorrectly, allowing for configurations that at best return inconsistent headers, and at worst allow cross-origin activities that are expected to be forbidden. If the connection has CORS enabled but one route has it off, and the route is n...

5CVSS2.9AI score0.0154EPSS
SaveExploits0Affected Software1
nodejs
nodejs
added 2015/10/17 7:41 p.m.34 views

File Descriptor Leak Can Cause DoS Vulnerability

Overview Versions 2.0.x and 2.1.x of hapi are vulnerable to a denial of service attack via a file descriptor leak. When triggered repeatedly, this leak will cause the server to run out of file descriptors and the node process to die. The effort required to take down a server depends on the proces...

5CVSS1.6AI score0.02374EPSS
SaveExploits0Affected Software1
nodejs
nodejs
added 2015/10/17 7:41 p.m.37 views

CORS Token Disclosure

Overview When CORS is enabled on a hapi route handler, it is possible to set a crumb token for a different domain. An attacker would need to have an application consumer visit a site they control, request a route supporting CORS, and then retrieve the token. With this token, they could possibly...

5.8CVSS0.7AI score0.01367EPSS
SaveExploits0Affected Software1
nodejs
nodejs
added 2015/10/17 7:41 p.m.69 views

Rosetta-Flash JSONP Vulnerability

Overview This description taken from the pull request provided by Patrick Kettner. Versions 6.1.0 and earlier of hapi are vulnerable to a rosetta-flash attack, which can be used by attackers to send data across domains and break the browser same-origin-policy. Recommendation - Update hapi to...

4.3CVSS1.3AI score0.23024EPSS
SaveExploits4Affected Software1
NVD
NVD
added 2014/10/08 5:55 p.m.35 views

CVE-2014-7205

Eval injection vulnerability in the internals.batch function in lib/batch.js in the bassmaster plugin before 1.5.2 for the hapi server framework for Node.js allows remote attackers to execute arbitrary Javascript code via unspecified vectors...

10CVSS7.7AI score0.78582EPSS
SaveExploits6References6
Prion
Prion
added 2014/10/08 5:55 p.m.15 views

Design/Logic Flaw

Eval injection vulnerability in the internals.batch function in lib/batch.js in the bassmaster plugin before 1.5.2 for the hapi server framework for Node.js allows remote attackers to execute arbitrary Javascript code via unspecified vectors...

10CVSS8.2AI score0.78582EPSS
SaveExploits6References6Affected Software1
Cvelist
Cvelist
added 2014/10/08 5:0 p.m.41 views

CVE-2014-7205

Eval injection vulnerability in the internals.batch function in lib/batch.js in the bassmaster plugin before 1.5.2 for the hapi server framework for Node.js allows remote attackers to execute arbitrary Javascript code via unspecified vectors...

7.7AI score0.78582EPSS
SaveExploits6References6
CVE
CVE
added 2014/10/08 5:0 p.m.78 views

CVE-2014-7205

The Bassmaster Node.js plugin for the Hapi server contains CVE-2014-7205: an eval-based injection in the internals.batch function (lib/batch.js) before version 1.5.2, enabling remote arbitrary JavaScript execution. Documents show affected version range is bassmaster

10CVSS7.9AI score0.78582EPSS
SaveExploits6References6Affected Software1
Rows per page
Query Builder