7.5
HIGH
CVE-2018-12115
Node.js UCS-2 Buffer Write Out-of-Bounds
Description

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.

INFO

Published Date :

Aug. 21, 2018, 12:29 p.m.

Last Modified :

March 20, 2020, 9:15 p.m.

Remotely Exploitable :

Yes !

Impact Score :

3.6

Exploitability Score :

3.9
Affected Products

The following products are affected by CVE-2018-12115 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

ID Vendor Product Action
1 Redhat openshift_container_platform
1 Nodejs node.js
References to Advisories, Solutions, and Tools

Here, you will find a curated list of external links that provide in-depth information, practical solutions, and valuable tools related to CVE-2018-12115.

URL Resource
http://www.securityfocus.com/bid/105127 Third Party Advisory VDB Entry
https://access.redhat.com/errata/RHSA-2018:2552 Third Party Advisory
https://access.redhat.com/errata/RHSA-2018:2553 Third Party Advisory
https://access.redhat.com/errata/RHSA-2018:2944 Third Party Advisory
https://access.redhat.com/errata/RHSA-2018:2949 Third Party Advisory
https://access.redhat.com/errata/RHSA-2018:3537 Third Party Advisory
https://nodejs.org/en/blog/vulnerability/august-2018-security-releases/ Vendor Advisory
https://security.gentoo.org/glsa/202003-48

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2018-12115 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2018-12115 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • CVE Modified by [email protected]

    May. 14, 2024

    Action Type Old Value New Value
  • CVE Modified by [email protected]

    Mar. 20, 2020

    Action Type Old Value New Value
    Added Reference https://security.gentoo.org/glsa/202003-48 [No Types Assigned]
  • CVE Modified by [email protected]

    Oct. 09, 2019

    Action Type Old Value New Value
    Added CWE Node.js CWE-787
  • Modified Analysis by [email protected]

    Mar. 12, 2019

    Action Type Old Value New Value
    Changed Reference Type https://access.redhat.com/errata/RHSA-2018:3537 No Types Assigned https://access.redhat.com/errata/RHSA-2018:3537 Third Party Advisory
    Added CPE Configuration OR *cpe:2.3:a:redhat:openshift_container_platform:3.11:*:*:*:*:*:*:*
  • CVE Modified by [email protected]

    Dec. 04, 2018

    Action Type Old Value New Value
    Added Reference https://access.redhat.com/errata/RHSA-2018:3537 [No Types Assigned]
  • Initial Analysis by [email protected]

    Nov. 02, 2018

    Action Type Old Value New Value
    Added CVSS V2 (AV:N/AC:L/Au:N/C:N/I:N/A:P)
    Added CVSS V3 AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
    Changed Reference Type https://access.redhat.com/errata/RHSA-2018:2949 No Types Assigned https://access.redhat.com/errata/RHSA-2018:2949 Third Party Advisory
    Changed Reference Type https://access.redhat.com/errata/RHSA-2018:2944 No Types Assigned https://access.redhat.com/errata/RHSA-2018:2944 Third Party Advisory
    Changed Reference Type http://www.securityfocus.com/bid/105127 No Types Assigned http://www.securityfocus.com/bid/105127 Third Party Advisory, VDB Entry
    Changed Reference Type https://nodejs.org/en/blog/vulnerability/august-2018-security-releases/ No Types Assigned https://nodejs.org/en/blog/vulnerability/august-2018-security-releases/ Vendor Advisory
    Changed Reference Type https://access.redhat.com/errata/RHSA-2018:2553 No Types Assigned https://access.redhat.com/errata/RHSA-2018:2553 Third Party Advisory
    Changed Reference Type https://access.redhat.com/errata/RHSA-2018:2552 No Types Assigned https://access.redhat.com/errata/RHSA-2018:2552 Third Party Advisory
    Added CWE CWE-787
    Added CPE Configuration OR *cpe:2.3:a:nodejs:node.js:*:*:*:*:*:*:*:* versions up to (excluding) 6.14.4 *cpe:2.3:a:nodejs:node.js:*:*:*:*:*:*:*:* versions from (including) 8.0.0 up to (excluding) 8.11.4 *cpe:2.3:a:nodejs:node.js:*:*:*:*:*:*:*:* versions from (including) 10.0.0 up to (excluding) 10.9.0
  • CVE Modified by [email protected]

    Oct. 19, 2018

    Action Type Old Value New Value
    Added Reference https://access.redhat.com/errata/RHSA-2018:2949 [No Types Assigned]
  • CVE Modified by [email protected]

    Oct. 18, 2018

    Action Type Old Value New Value
    Added Reference https://access.redhat.com/errata/RHSA-2018:2944 [No Types Assigned]
  • CVE Modified by [email protected]

    Aug. 23, 2018

    Action Type Old Value New Value
    Added Reference https://access.redhat.com/errata/RHSA-2018:2553 [No Types Assigned]
    Added Reference https://access.redhat.com/errata/RHSA-2018:2552 [No Types Assigned]
    Added Reference http://www.securityfocus.com/bid/105127 [No Types Assigned]
  • CVE Modified by [email protected]

    Aug. 21, 2018

    Action Type Old Value New Value
    Changed Description 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. 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.
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.
CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2018-12115 is associated with the following CWEs:

Common Attack Pattern Enumeration and Classification (CAPEC)

Common Attack Pattern Enumeration and Classification (CAPEC) stores attack patterns, which are descriptions of the common attributes and approaches employed by adversaries to exploit the CVE-2018-12115 weaknesses.

Exploit Prediction

EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days.

1.64 }} -0.11%

score

0.87296

percentile

CVSS30 - Vulnerability Scoring System
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability