LiveActive security incident?Get immediate response
CVE Record

CVE-2025-60019: Glib-networking: uninitialized memory dereferences on glib-networking through glib-networking/tls/openssl/gtlsbio.c via g_tls_bio_new_from_iostream() and g_tls_bio_new_from_datagram_based()

glib-networking's OpenSSL backend fails to properly check the return value of memory allocation routines. An out of memory condition could potentially result in writing to an invalid memory location.

LowCVSS 3.7Not KEV-listedUpdated
Glexia's TakeAutomated analysislow

Security readout for executives and security teams

Plain-English summary

CVE-2025-60019 is a low-severity reliability issue in glib-networking's OpenSSL backend. Under out-of-memory conditions, missing allocation checks could cause an invalid memory write, with expected impact limited to reduced availability rather than data theft or privilege gain.

Executive priority

Treat as routine patch management unless local evidence shows important services depend on the affected OpenSSL backend. The documented impact is low availability degradation, not confidentiality or integrity loss.

Technical view

The issue is described as unchecked memory allocation return handling in glib-networking/tls/openssl/gtlsbio.c, affecting paths using g_tls_bio_new_from_iostream() and g_tls_bio_new_from_datagram_based(). CVSS 3.1 is 3.7 with high attack complexity and low availability impact only.

Likely exposure

Exposure appears limited to systems using glib-networking's OpenSSL backend. The bundle names glib-networking 2.60, while Red Hat Enterprise Linux 6 through 10 entries are marked default unaffected.

Exploitation context

No provided source states active exploitation, and the CVE is not listed as KEV. The described trigger depends on an out-of-memory condition, which aligns with high attack complexity and limited availability impact.

Researcher notes

Evidence supports an unchecked allocation failure leading to possible invalid memory write during TLS BIO creation. Source details do not establish a public exploit, broad product impact, or a specific fixed version.

Mitigation direction

  • Check GNOME and operating-system vendor guidance for fixed glib-networking packages.
  • Update glib-networking when a vendor-supported fix is available.
  • Prioritize internet-facing services that depend on glib-networking TLS functionality.
  • Track Red Hat status separately because listed RHEL releases are marked default unaffected.

Validation and detection

  • Inventory installed glib-networking versions across Linux assets.
  • Identify applications using glib-networking with the OpenSSL backend.
  • Compare package versions against GNOME and distribution advisories.
  • Confirm whether affected assets are exposed to untrusted network traffic.
Prepared
Confidence
medium
Sources
5

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-476: 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
cve · low confidence lookup

CVE-2025-60019 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
Low
CVSS
3.7 (3.1)
Known Exploited
No
Published

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

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
5Timeline events
1ADP providers
4Source links

SSVC decision data

CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: noTechnical Impact: partial

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
3.7CVSS 3.1LowCVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L2.21.4redhat

Vulnerability scoring details

Base CVSS 3.1 score

3.7Low
CVSS 3.1 vector shape for CVE-2025-60019Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

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

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

Vulnerability timeline

Timeline events are normalized from CVE metadata, CNA source timelines, ADP timelines, and KEV metadata when present.

  1. Source timelineredhat

    Made public.

  2. CVE reservedCVE Program

    The CVE ID was reserved by the assigning CNA.

  3. Source timelineredhat

    Reported to Red Hat.

  4. CVE publishedCVE Program

    The CVE record was published.

  5. CVE updatedCVE Program

    The CVE record metadata indicates this as the latest update time.

ADP provider summaries

CISA-ADPCISA ADP Vulnrichment
other:ssvc

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
Unknown vendorglib-networkingglib-networking, 2.60unaffected
Red HatRed Hat Enterprise Linux 10glib-networkingunaffected
Red HatRed Hat Enterprise Linux 6glib-networkingunaffected
Red HatRed Hat Enterprise Linux 7glib-networkingunaffected
Red HatRed Hat Enterprise Linux 8glib-networkingunaffected
Red HatRed Hat Enterprise Linux 9glib-networkingunaffected
Weakness

CWE details

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

CWE-476 · source CWE mapping

NULL Pointer Dereference

NULL Pointer Dereference represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.