Lucene search
K

16 matches found

Tenable Nessus
Tenable Nessus
added 2024/05/11 12:0 a.m.13 views

RHEL 8 : nodejs-request (Unpatched Vulnerability)

The remote Redhat Enterprise Linux 8 host has one or more packages installed that are affected by a vulnerability that has been acknowledged by the vendor but will not be patched. - nodejs-request: Remote Memory Exposure when a multipart request is made CVE-2017-16026 Note that Nessus has not...

7.5AI score0.01132EPSS
Exploits1References1
Cvelist
Cvelist
added 2021/05/20 4:15 p.m.19 views

CVE-2021-23386 Remote Memory Exposure

This affects the package dns-packet before 5.2.2. It creates buffers with allocUnsafe and does not always fill them before forming network packets. This can expose internal application memory over unencrypted network when querying crafted invalid domain names...

7.7CVSS7.9AI score0.00447EPSS
Exploits0References4
Snyk
Snyk
added 2021/05/18 4:19 p.m.2 views

Remote Memory Exposure

Overview dns-packet is an An abstract-encoding compliant module for encoding / decoding DNS packets Affected versions of this package are vulnerable to Remote Memory Exposure. It creates buffers with allocUnsafe and does not always fill them before forming network packets. This can expose interna...

7.7CVSS9.5AI score0.00447EPSS
Exploits0References2
Node.js
Node.js
added 2020/09/08 6:24 p.m.20 views

Remote Memory Exposure

Overview A buffer over-read vulnerability exists in bl 4.0.3, 3.0.1 2.2.1 and 1.2.3 which could allow an attacker to supply user input even typed that if it ends up in consume argument and can become negative, the BufferList state can be corrupted, tricking it into exposing uninitialized memory v...

6.8AI score0.0114EPSS
Exploits1Affected Software1
OSV
OSV
added 2020/09/02 3:26 p.m.0 views

GHSA-PP7H-53GX-MX7R Remote Memory Exposure in bl

A buffer over-read vulnerability exists in bl 4.0.3, 3.0.1, 2.2.1, and 1.2.3 which could allow an attacker to supply user input even typed that if it ends up in consume argument and can become negative, the BufferList state can be corrupted, tricking it into exposing uninitialized memory via...

6.5CVSS6.9AI score0.0114EPSS
Exploits1References6
OSV
OSV
added 2020/09/01 7:40 p.m.13 views

GHSA-53MJ-MC38-Q894 Remote Memory Exposure in openwhisk

Versions of openwhisk before 3.3.1 are vulnerable to remote memory exposure. When a number is passed to apikey, affected versions of openwhisk allocate an uninitialized buffer and send that over network in Authorization header base64-encoded. Proof of concept: js var openwhisk = require'openwhisk...

7.3AI score
Exploits0References3
Github Security Blog
Github Security Blog
added 2020/09/01 7:40 p.m.24 views

Remote Memory Exposure in openwhisk

Versions of openwhisk before 3.3.1 are vulnerable to remote memory exposure. When a number is passed to apikey, affected versions of openwhisk allocate an uninitialized buffer and send that over network in Authorization header base64-encoded. Proof of concept: js var openwhisk = require'openwhisk...

3.4AI score
Exploits0References3Affected Software1
Github Security Blog
Github Security Blog
added 2020/09/01 7:39 p.m.66 views

Remote Memory Exposure in mongoose

Versions of mongoose before 4.3.6, 3.8.39 are vulnerable to remote memory exposure. Trying to save a number to a field of type Buffer on the affected mongoose versions allocates a chunk of uninitialized memory and stores it in the database. Recommendation Update to version 4.3.6, 3.8.39 or later...

3.9AI score
Exploits0References5Affected Software1
OSV
OSV
added 2020/09/01 7:39 p.m.0 views

GHSA-R5XW-Q988-826M Remote Memory Exposure in mongoose

Versions of mongoose before 4.3.6, 3.8.39 are vulnerable to remote memory exposure. Trying to save a number to a field of type Buffer on the affected mongoose versions allocates a chunk of uninitialized memory and stores it in the database. Recommendation Update to version 4.3.6, 3.8.39 or later...

5.1CVSS6AI score
Exploits0References4
OSV
OSV
added 2019/06/04 3:42 p.m.11 views

GHSA-3P92-886G-QXPQ Remote Memory Exposure in floody

Versions of floody before 0.1.1 are vulnerable to remote memory exposure. .writenumber in the affected floody versions passes a number to Buffer constructor, appending a chunk of uninitialized memory. Proof of Concept: var f = require'floody'process.stdout; f.writeUSERSUPPLIEDINPUT; 'f.stop;...

5.1CVSS7.2AI score
Exploits0References3
OSV
OSV
added 2019/05/23 9:27 a.m.9 views

GHSA-5F7M-MMPC-QHH4 mysql Node.JS Module Vulnerable to Remote Memory Exposure

Versions of mysql before 2.14.0 are vulnerable to remove memory exposure. Affected versions of mysql package allocate and send an uninitialized memory over the network when a number is provided as a password. Only mysql running on Node.js versions below 6.0.0 are affected due to a throw added in...

7.2AI score
Exploits0References4
Github Security Blog
Github Security Blog
added 2019/05/23 9:27 a.m.17 views

mysql Node.JS Module Vulnerable to Remote Memory Exposure

Versions of mysql before 2.14.0 are vulnerable to remove memory exposure. Affected versions of mysql package allocate and send an uninitialized memory over the network when a number is provided as a password. Only mysql running on Node.js versions below 6.0.0 are affected due to a throw added in...

3.2AI score
Exploits0References4Affected Software1
OSV
OSV
added 2018/11/09 5:44 p.m.78 views

GHSA-7XFP-9C55-5VQJ Remote Memory Exposure in request

Affected versions of request will disclose local system memory to remote systems in certain circumstances. When a multipart request is made, and the type of body is number, then a buffer of that size will be allocated and sent to the remote server as the body. Proof of Concept js var request =...

5.9CVSS5.6AI score0.01132EPSS
Exploits1References6
Node.js
Node.js
added 2018/04/24 8:43 p.m.14243 views

Remote Memory Exposure

Overview Versions of mysql before 2.14.0 are vulnerable to remove memory exposure. Affected versions of mysql package allocate and send an uninitialized memory over the network when a number is provided as a password. Only mysql running on Node.js versions below 6.0.0 is affected due to a throw...

6.9AI score
Exploits0Affected Software1
Node.js
Node.js
added 2018/04/24 8:40 p.m.20 views

Remote Memory Exposure

Overview Versions of floody before 0.1.1 are vulnerable to remote memory exposure. .writenumber in the affected floody versions passes a number to Buffer constructor, appending a chunk of uninitialized memory. Proof of Concept: var f = require'floody'process.stdout; f.writeUSERSUPPLIEDINPUT;...

6.8AI score
Exploits0Affected Software1
Node.js
Node.js
added 2018/04/24 8:33 p.m.15 views

Remote Memory Exposure

Overview Versions of mongoose before 4.3.6, 3.8.39 are vulnerable to remote memory exposure. Trying to save a number to a field of type Buffer on the affected mongoose versions allocates a chunk of uninitialized memory and stores it in the database. Recommendation Update to version 4.3.6, 3.8.39 ...

6.8AI score
Exploits0Affected Software1
Rows per page
Query Builder