In all versions of Node.js prior to 6.14.4, 8.11.4 and 10.9.0 when used with UCS-2 encoding (recognized by Node.js under the names `'ucs2'`, `'ucs-2'`, `'utf16le'` and `'utf-16le'`), `Buffer#write()` can be abused to write outside of the bounds of a single `Buffer`. Writes that start from the second-to-last position of a buffer cause a miscalculation of the maximum length of the input bytes to be written.
References
Configurations
History
21 Nov 2024, 03:44
Type | Values Removed | Values Added |
---|---|---|
References | () http://www.securityfocus.com/bid/105127 - Third Party Advisory, VDB Entry | |
References | () https://access.redhat.com/errata/RHSA-2018:2552 - Third Party Advisory | |
References | () https://access.redhat.com/errata/RHSA-2018:2553 - Third Party Advisory | |
References | () https://access.redhat.com/errata/RHSA-2018:2944 - Third Party Advisory | |
References | () https://access.redhat.com/errata/RHSA-2018:2949 - Third Party Advisory | |
References | () https://access.redhat.com/errata/RHSA-2018:3537 - Third Party Advisory | |
References | () https://nodejs.org/en/blog/vulnerability/august-2018-security-releases/ - Vendor Advisory | |
References | () https://security.gentoo.org/glsa/202003-48 - |
Information
Published : 2018-08-21 12:29
Updated : 2024-11-21 03:44
NVD link : CVE-2018-12115
Mitre link : CVE-2018-12115
CVE.ORG link : CVE-2018-12115
JSON object : View
Products Affected
nodejs
- node.js
redhat
- openshift_container_platform
CWE
CWE-787
Out-of-bounds Write