Description
A flaw was found in glibc. The strfmon and strfmon_l functions are vulnerable to a buffer overflow when processing right-justified width padding. This occurs because an incorrect length is used for an internal memory operation, causing data to be written beyond its intended buffer. An attacker could exploit this by providing specially crafted input, potentially leading to arbitrary code execution or other severe impacts.
Published: n/a
Score: 6.8 Medium
EPSS: n/a
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability is a buffer overflow in the glibc functions strfmon and strfmon_l caused by an incorrect length used for right‑justified width padding. This overflow can overwrite adjacent memory, allowing an attacker to execute arbitrary code or cause a crash. The weakness falls under CWE‑787 and requires the attacker to supply malicious formatting strings.

Affected Systems

All systems that run glibc versions affected by the unpatched buffer overflow are potentially vulnerable. The CVE does not list specific package versions, so any legacy or unpatched glibc installation could be impacted. The issue is present in the glibc library used by most Linux distributions.

Risk and Exploitability

The CVSS score is 6.8, indicating a moderate severity. No EPSS data is available, and the vulnerability is not currently listed in CISA's KEV catalog. The attack vector is inferred to be local or remote depending on how the vulnerable functions are used; exploiting the overflow typically requires an attacker to supply a crafted format string to an application that passes untrusted input to strfmon or strfmon_l. If such input is processed, arbitrary code execution may be achieved.

Generated by OpenCVE AI on August 25, 2026 at 13:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Update to the latest glibc release that contains the fix for CVE-2026-19499.
  • If a patch is not yet available, apply a temporary input validation or sandboxing to prevent malicious format strings that use right‑justified width padding.
  • Review applications that use strfmon/strfmon_l and apply additional input sanitization to ensure no untrusted user input is passed to these functions.

Generated by OpenCVE AI on August 25, 2026 at 13:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 25 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
Description A flaw was found in glibc. The strfmon and strfmon_l functions are vulnerable to a buffer overflow when processing right-justified width padding. This occurs because an incorrect length is used for an internal memory operation, causing data to be written beyond its intended buffer. An attacker could exploit this by providing specially crafted input, potentially leading to arbitrary code execution or other severe impacts.
Title glibc: Buffer Overflow in strfmon right-justification padding
Weaknesses CWE-787
References
Metrics threat_severity

None

cvssV3_1

{'score': 6.8, 'vector': 'CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:H/A:H'}

threat_severity

Moderate


Subscriptions

No data.

cve-icon MITRE

No data.

cve-icon Vulnrichment

No data.

cve-icon NVD

No data.

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-25T07:32:48Z

Links: CVE-2026-19499 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-25T13:30:17Z

Weaknesses