LiveActive security incident?Get immediate response
CVE Record

CVE-2026-1757: Libxml2: memory leak leading to local denial of service in xmllint interactive shell

A flaw was identified in the interactive shell of the xmllint utility, part of the libxml2 project, where memory allocated for user input is not properly released under certain conditions. When a user submits input consisting only of whitespace, the program skips command execution but fails to free the allocated buffer. Repeating this action causes memory to continuously accumulate. Over time, this can exhaust system memory and terminate the xmllint process, creating a denial-of-service condition on the local system.

MediumCVSS 6.2Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

CVE-2026-1757 is a memory leak in xmllint, a utility included with libxml2. A local user can cause xmllint’s interactive shell to consume memory until the process fails. The direct business impact appears limited to local denial of service for that utility, not remote compromise or data theft.

Executive priority

Handle through normal vulnerability management with moderate priority. This is not supported as remotely exploitable or actively exploited in the provided sources. Prioritize shared systems, containers, and environments where local users or jobs can run xmllint and where process-level denial of service could disrupt operations.

Technical view

The flaw is CWE-401: memory allocated for user input in xmllint’s interactive shell is not freed when whitespace-only input is submitted. Repetition can exhaust memory and terminate xmllint. Red Hat rates the issue medium with CVSS 3.1 score 6.2, vector AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H.

Likely exposure

Exposure is most relevant where affected Red Hat libxml2 packages are installed and xmllint is available to local users or automation. The bundle lists affected Red Hat Enterprise Linux 7, 8, 9, 10, OpenShift Container Platform 4, JBoss Core Services, and Red Hat Hardened Images. RHEL 6 status is unknown.

Exploitation context

Sources describe a local denial-of-service condition against xmllint. The CVSS vector is local, and no source in the bundle indicates active exploitation. The issue does not indicate confidentiality or integrity impact. Practical risk depends on whether xmllint interactive shell is used by local users, scripts, containers, or operational workflows.

Researcher notes

Evidence is strongest for a local xmllint interactive shell memory leak in libxml2. The affected list is Red Hat-focused, and upstream GNOME/libxml2 tracking is referenced. Do not generalize affected distributions beyond the provided sources. Patch details should be taken from Red Hat advisory and upstream issue tracking.

Mitigation direction

  • Review Red Hat advisory RHSA-2026:7519 for available updates and applicability.
  • Update affected libxml2 packages following vendor guidance.
  • Restrict unnecessary local access to xmllint where updates cannot be applied promptly.
  • Assess container images and OpenShift nodes for affected libxml2 or rhcos content.

Validation and detection

  • Inventory systems for Red Hat libxml2, libxml2-main, or rhcos packages.
  • Check installed package versions against Red Hat CVE and RHSA guidance.
  • Identify workflows that expose xmllint interactive shell to local users or automation.
  • Confirm remediation through approved package management or image rebuild records.
Prepared
Confidence
high
Sources
6

Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.

Potential ATT&CK relevance

Conservative CVE-to-ATT&CK context

These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.

ATT&CK lookup starting points

Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.

cwe · low confidence lookup

CWE-401: Exact CWE lookup

Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.

Open ATT&CK lookup
description · low confidence lookup

Container behavior lookup

The affected technology mentions containers, so container-specific ATT&CK technique review may help. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.

Open ATT&CK lookup
cve · low confidence lookup

CVE-2026-1757 mapping review

Open the CVE-to-ATT&CK bridge for reviewed, inferred, or future official mappings tied to this CVE.

Open ATT&CK lookup
Vulnerability profileCVE Program record
Severity
Medium
CVSS
6.2 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Official CVE source material

CNA and ADP enrichment extracted from CVE v5

These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.

1CVSS vectors
0Timeline events
0ADP providers
5Source links

CVSS vector scores

1 official score

We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.

ScoreVersionSeverityVectorExploitImpactSource
6.2CVSS 3.1MediumCVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H2.53.6Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.2Medium
CVSS 3.1 vector shape for CVE-2026-1757Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H

Attack Vector
NetworkAdjacentLocalPhysical
Attack Complexity
LowHigh
Privileges Required
NoneLowHigh
User Interaction
NoneRequired
Scope
ChangedUnchanged
Confidentiality Impact
HighLowNone
Integrity Impact
HighLowNone
Availability Impact
HighLowNone

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Red HatRed Hat Hardened Imageslibxml2-main, 2.15.2-0.3.hum1affected
Red HatRed Hat Enterprise Linux 10libxml2affected
Red HatRed Hat Enterprise Linux 6libxml2unknown
Red HatRed Hat Enterprise Linux 7libxml2affected
Red HatRed Hat Enterprise Linux 8libxml2affected
Red HatRed Hat Enterprise Linux 9libxml2affected
Red HatRed Hat JBoss Core Serviceslibxml2affected
Red HatRed Hat OpenShift Container Platform 4rhcosaffected
Weakness

CWE details

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.

CWE-401 · source CWE mapping

Missing Release of Memory after Effective Lifetime

Missing Release of Memory after Effective Lifetime represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.