LiveActive security incident?Get immediate response
CVE Record

CVE-2019-25085: GNOME gvdb gvdb-builder.c gvdb_table_write_contents_async use after free

A vulnerability was found in GNOME gvdb. It has been classified as critical. This affects the function gvdb_table_write_contents_async of the file gvdb-builder.c. The manipulation leads to use after free. It is possible to initiate the attack remotely. The name of the patch is d83587b2a364eb9a9a53be7e6a708074e252de14. It is recommended to apply a patch to fix this issue. The identifier VDB-216789 was assigned to this vulnerability.

MediumCVSS 6.3Not KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

Security readout for executives and security teams

Plain-English summary

This is a memory safety flaw in GNOME gvdb. The provided record says it can be initiated remotely, but the CVSS vector requires user interaction and rates impact as limited confidentiality, integrity, and availability loss.

Executive priority

Treat as a moderate-priority remediation item. It has a real memory-safety impact, but available evidence does not show active exploitation, and affected version detail is incomplete.

Technical view

CVE-2019-25085 is a CWE-416 use-after-free in gvdb_table_write_contents_async in gvdb-builder.c. CVSS 3.1 score is 6.3 with AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L. Sources identify GNOME gvdb and patch commit d83587b2a364eb9a9a53be7e6a708074e252de14; affected versions are not specified.

Likely exposure

Exposure is most likely where GNOME gvdb or software built from vulnerable gvdb sources is present. The source bundle does not identify affected versions, distributions, or dependent applications.

Exploitation context

The provided sources do not show KEV listing or active exploitation. The CVSS vector indicates network reachability, low attack complexity, no privileges required, and required user interaction.

Researcher notes

Key gaps are affected version ranges, downstream package mapping, and exploit evidence. Validate by source diff or package advisory rather than assuming all gvdb deployments are vulnerable.

Mitigation direction

  • Apply GNOME gvdb patch commit d83587b2a364eb9a9a53be7e6a708074e252de14 where applicable.
  • Check GNOME or distribution package guidance for fixed builds.
  • Prioritize systems where gvdb is exposed through user-driven content handling.
  • Track downstream advisories because affected version ranges are not provided.

Validation and detection

  • Inventory systems and builds that include GNOME gvdb.
  • Compare installed source or package builds against the referenced patch commit.
  • Confirm whether downstream packages document this CVE as fixed.
  • Review exposure paths requiring user interaction with gvdb-backed functionality.
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-416: 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-2019-25085 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.3 (3.1)
Known Exploited
No
Published

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/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
0Timeline events
0ADP providers
4Source 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.3CVSS 3.1MediumCVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L2.83.4Primary CVE score

Vulnerability scoring details

Base CVSS 3.1 score

6.3Medium
CVSS 3.1 vector shape for CVE-2019-25085Attack VectorAttack ComplexityPrivileges RequiredUser InteractionScopeConfidentiality ImpactIntegrity ImpactAvailability Impact

Vector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/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

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
GNOMEgvdbn/aListed
Weakness

CWE details

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

CWE-416 · source CWE mapping

Use After Free

Use After Free represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.