AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2019-3823

MEDIUM · CVSS 4.3 EPSS 4.29%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2019-02-06 · Last synced 2026-08-04

CyberRota Analysis

AI analysis pending.

CVE
CVE-2019-3823
Severity
MEDIUM
CVSS
4.3
EPSS
4.29%

Original NVD Description

libcurl versions from 7.34.0 to before 7.64.0 are vulnerable to a heap out-of-bounds read in the code handling the end-of-response for SMTP. If the buffer passed to `smtp_endofresp()` isn't NUL terminated and contains no character ending the parsed number, and `len` is set to 5, then the `strtol()` call reads beyond the allocated buffer. The read contents will not be returned to the caller.