{
    "containers": {
        "cna": {
            "affected": [
                {
                    "product": "curl",
                    "vendor": "[UNKNOWN]",
                    "versions": [
                        {
                            "status": "affected",
                            "version": "7.61.1"
                        }
                    ]
                }
            ],
            "datePublic": "2018-09-05T00:00:00",
            "descriptions": [
                {
                    "lang": "en",
                    "value": "curl before version 7.61.1 is vulnerable to a buffer overrun in the NTLM authentication code. The internal function Curl_ntlm_core_mk_nt_hash multiplies the length of the password by two (SUM) to figure out how large temporary storage area to allocate from the heap. The length value is then subsequently used to iterate over the password and generate output into the allocated storage buffer. On systems with a 32 bit size_t, the math to calculate SUM triggers an integer overflow when the password length exceeds 2GB (2^31 bytes). This integer overflow usually causes a very small buffer to actually get allocated instead of the intended very huge one, making the use of that buffer end up in a heap buffer overflow. (This bug is almost identical to CVE-2017-8816.)"
                }
            ],
            "metrics": [
                {
                    "cvssV3_0": {
                        "attackComplexity": "HIGH",
                        "attackVector": "NETWORK",
                        "availabilityImpact": "HIGH",
                        "baseScore": 7.5,
                        "baseSeverity": "HIGH",
                        "confidentialityImpact": "HIGH",
                        "integrityImpact": "HIGH",
                        "privilegesRequired": "NONE",
                        "scope": "UNCHANGED",
                        "userInteraction": "REQUIRED",
                        "vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
                        "version": "3.0"
                    }
                }
            ],
            "problemTypes": [
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-131",
                            "description": "CWE-131",
                            "lang": "en",
                            "type": "CWE"
                        }
                    ]
                },
                {
                    "descriptions": [
                        {
                            "cweId": "CWE-122",
                            "description": "CWE-122",
                            "lang": "en",
                            "type": "CWE"
                        }
                    ]
                }
            ],
            "providerMetadata": {
                "dateUpdated": "2019-07-29T18:06:14",
                "orgId": "53f830b8-0a3f-465b-8143-3b8a9948e749",
                "shortName": "redhat"
            },
            "references": [
                {
                    "tags": [
                        "x_refsource_CONFIRM"
                    ],
                    "url": "https://curl.haxx.se/docs/CVE-2018-14618.html"
                },
                {
                    "name": "GLSA-201903-03",
                    "tags": [
                        "vendor-advisory",
                        "x_refsource_GENTOO"
                    ],
                    "url": "https://security.gentoo.org/glsa/201903-03"
                },
                {
                    "name": "USN-3765-1",
                    "tags": [
                        "vendor-advisory",
                        "x_refsource_UBUNTU"
                    ],
                    "url": "https://usn.ubuntu.com/3765-1/"
                },
                {
                    "name": "RHSA-2018:3558",
                    "tags": [
                        "vendor-advisory",
                        "x_refsource_REDHAT"
                    ],
                    "url": "https://access.redhat.com/errata/RHSA-2018:3558"
                },
                {
                    "tags": [
                        "x_refsource_CONFIRM"
                    ],
                    "url": "https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2018-0014"
                },
                {
                    "name": "DSA-4286",
                    "tags": [
                        "vendor-advisory",
                        "x_refsource_DEBIAN"
                    ],
                    "url": "https://www.debian.org/security/2018/dsa-4286"
                },
                {
                    "name": "1041605",
                    "tags": [
                        "vdb-entry",
                        "x_refsource_SECTRACK"
                    ],
                    "url": "http://www.securitytracker.com/id/1041605"
                },
                {
                    "name": "USN-3765-2",
                    "tags": [
                        "vendor-advisory",
                        "x_refsource_UBUNTU"
                    ],
                    "url": "https://usn.ubuntu.com/3765-2/"
                },
                {
                    "tags": [
                        "x_refsource_CONFIRM"
                    ],
                    "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-14618"
                },
                {
                    "tags": [
                        "x_refsource_CONFIRM"
                    ],
                    "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-436177.pdf"
                },
                {
                    "name": "RHSA-2019:1880",
                    "tags": [
                        "vendor-advisory",
                        "x_refsource_REDHAT"
                    ],
                    "url": "https://access.redhat.com/errata/RHSA-2019:1880"
                }
            ],
            "x_legacyV4Record": {
                "CVE_data_meta": {
                    "ASSIGNER": "secalert@redhat.com",
                    "ID": "CVE-2018-14618",
                    "STATE": "PUBLIC"
                },
                "affects": {
                    "vendor": {
                        "vendor_data": [
                            {
                                "product": {
                                    "product_data": [
                                        {
                                            "product_name": "curl",
                                            "version": {
                                                "version_data": [
                                                    {
                                                        "version_value": "7.61.1"
                                                    }
                                                ]
                                            }
                                        }
                                    ]
                                },
                                "vendor_name": "[UNKNOWN]"
                            }
                        ]
                    }
                },
                "data_format": "MITRE",
                "data_type": "CVE",
                "data_version": "4.0",
                "description": {
                    "description_data": [
                        {
                            "lang": "eng",
                            "value": "curl before version 7.61.1 is vulnerable to a buffer overrun in the NTLM authentication code. The internal function Curl_ntlm_core_mk_nt_hash multiplies the length of the password by two (SUM) to figure out how large temporary storage area to allocate from the heap. The length value is then subsequently used to iterate over the password and generate output into the allocated storage buffer. On systems with a 32 bit size_t, the math to calculate SUM triggers an integer overflow when the password length exceeds 2GB (2^31 bytes). This integer overflow usually causes a very small buffer to actually get allocated instead of the intended very huge one, making the use of that buffer end up in a heap buffer overflow. (This bug is almost identical to CVE-2017-8816.)"
                        }
                    ]
                },
                "impact": {
                    "cvss": [
                        [
                            {
                                "vectorString": "7.5/CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
                                "version": "3.0"
                            }
                        ]
                    ]
                },
                "problemtype": {
                    "problemtype_data": [
                        {
                            "description": [
                                {
                                    "lang": "eng",
                                    "value": "CWE-131"
                                }
                            ]
                        },
                        {
                            "description": [
                                {
                                    "lang": "eng",
                                    "value": "CWE-122"
                                }
                            ]
                        }
                    ]
                },
                "references": {
                    "reference_data": [
                        {
                            "name": "https://curl.haxx.se/docs/CVE-2018-14618.html",
                            "refsource": "CONFIRM",
                            "url": "https://curl.haxx.se/docs/CVE-2018-14618.html"
                        },
                        {
                            "name": "GLSA-201903-03",
                            "refsource": "GENTOO",
                            "url": "https://security.gentoo.org/glsa/201903-03"
                        },
                        {
                            "name": "USN-3765-1",
                            "refsource": "UBUNTU",
                            "url": "https://usn.ubuntu.com/3765-1/"
                        },
                        {
                            "name": "RHSA-2018:3558",
                            "refsource": "REDHAT",
                            "url": "https://access.redhat.com/errata/RHSA-2018:3558"
                        },
                        {
                            "name": "https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2018-0014",
                            "refsource": "CONFIRM",
                            "url": "https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2018-0014"
                        },
                        {
                            "name": "DSA-4286",
                            "refsource": "DEBIAN",
                            "url": "https://www.debian.org/security/2018/dsa-4286"
                        },
                        {
                            "name": "1041605",
                            "refsource": "SECTRACK",
                            "url": "http://www.securitytracker.com/id/1041605"
                        },
                        {
                            "name": "USN-3765-2",
                            "refsource": "UBUNTU",
                            "url": "https://usn.ubuntu.com/3765-2/"
                        },
                        {
                            "name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-14618",
                            "refsource": "CONFIRM",
                            "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-14618"
                        },
                        {
                            "name": "https://cert-portal.siemens.com/productcert/pdf/ssa-436177.pdf",
                            "refsource": "CONFIRM",
                            "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-436177.pdf"
                        },
                        {
                            "name": "RHSA-2019:1880",
                            "refsource": "REDHAT",
                            "url": "https://access.redhat.com/errata/RHSA-2019:1880"
                        }
                    ]
                }
            }
        },
        "adp": [
            {
                "providerMetadata": {
                    "orgId": "af854a3a-2127-422b-91ae-364da2661108",
                    "shortName": "CVE",
                    "dateUpdated": "2024-08-05T09:29:51.906Z"
                },
                "title": "CVE Program Container",
                "references": [
                    {
                        "tags": [
                            "x_refsource_CONFIRM",
                            "x_transferred"
                        ],
                        "url": "https://curl.haxx.se/docs/CVE-2018-14618.html"
                    },
                    {
                        "name": "GLSA-201903-03",
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_GENTOO",
                            "x_transferred"
                        ],
                        "url": "https://security.gentoo.org/glsa/201903-03"
                    },
                    {
                        "name": "USN-3765-1",
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_UBUNTU",
                            "x_transferred"
                        ],
                        "url": "https://usn.ubuntu.com/3765-1/"
                    },
                    {
                        "name": "RHSA-2018:3558",
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_REDHAT",
                            "x_transferred"
                        ],
                        "url": "https://access.redhat.com/errata/RHSA-2018:3558"
                    },
                    {
                        "tags": [
                            "x_refsource_CONFIRM",
                            "x_transferred"
                        ],
                        "url": "https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2018-0014"
                    },
                    {
                        "name": "DSA-4286",
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_DEBIAN",
                            "x_transferred"
                        ],
                        "url": "https://www.debian.org/security/2018/dsa-4286"
                    },
                    {
                        "name": "1041605",
                        "tags": [
                            "vdb-entry",
                            "x_refsource_SECTRACK",
                            "x_transferred"
                        ],
                        "url": "http://www.securitytracker.com/id/1041605"
                    },
                    {
                        "name": "USN-3765-2",
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_UBUNTU",
                            "x_transferred"
                        ],
                        "url": "https://usn.ubuntu.com/3765-2/"
                    },
                    {
                        "tags": [
                            "x_refsource_CONFIRM",
                            "x_transferred"
                        ],
                        "url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-14618"
                    },
                    {
                        "tags": [
                            "x_refsource_CONFIRM",
                            "x_transferred"
                        ],
                        "url": "https://cert-portal.siemens.com/productcert/pdf/ssa-436177.pdf"
                    },
                    {
                        "name": "RHSA-2019:1880",
                        "tags": [
                            "vendor-advisory",
                            "x_refsource_REDHAT",
                            "x_transferred"
                        ],
                        "url": "https://access.redhat.com/errata/RHSA-2019:1880"
                    }
                ]
            }
        ]
    },
    "cveMetadata": {
        "assignerOrgId": "53f830b8-0a3f-465b-8143-3b8a9948e749",
        "assignerShortName": "redhat",
        "cveId": "CVE-2018-14618",
        "datePublished": "2018-09-05T19:00:00",
        "dateReserved": "2018-07-27T00:00:00",
        "dateUpdated": "2024-08-05T09:29:51.906Z",
        "state": "PUBLISHED"
    },
    "dataType": "CVE_RECORD",
    "dataVersion": "5.1"
}