Lucene search

K
cvelistFreebsdCVELIST:CVE-2023-5941
HistoryNov 08, 2023 - 8:52 a.m.

CVE-2023-5941 libc stdio buffer overflow

2023-11-0808:52:26
CWE-787
CWE-131
freebsd
www.cve.org
freebsd
libc
buffer overflow

10 High

AI Score

Confidence

High

0.001 Low

EPSS

Percentile

49.0%

In versions of FreeBSD 12.4-RELEASE prior to 12.4-RELEASE-p7 and FreeBSD 13.2-RELEASE prior to 13.2-RELEASE-p5 the __sflush() stdio function in libc does not correctly update FILE objects’ write space members for write-buffered streams when the write(2) system call returns an error. Β Depending on the nature of an application that calls libc’s stdio functions and the presence of errors returned from the write(2) system call (or an overridden stdio write routine) a heap buffer overflow may occur. Such overflows may lead to data corruption or the execution of arbitrary code at the privilege level of the calling program.

CNA Affected

[
  {
    "defaultStatus": "unknown",
    "modules": [
      "libc"
    ],
    "product": "FreeBSD",
    "vendor": "FreeBSD",
    "versions": [
      {
        "lessThan": "p7",
        "status": "affected",
        "version": "12.4-RELEASE",
        "versionType": "release"
      },
      {
        "lessThan": "p5",
        "status": "affected",
        "version": "13.2-RELEASE",
        "versionType": "release"
      }
    ]
  }
]

10 High

AI Score

Confidence

High

0.001 Low

EPSS

Percentile

49.0%

Related for CVELIST:CVE-2023-5941