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.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
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-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 lookupCVE-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- 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
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.
CVSS vector scores
1 official scoreWe 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.
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L2.83.4Primary CVE scoreVulnerability scoring details
Base CVSS 3.1 score
6.3MediumVector: CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L
Source materials
- CVE List V5 sourceCVE List V5
- https://vuldb.com/?id.216789CVE reference · vdb-entry, technical-description
- https://vuldb.com/?ctiid.216789CVE reference · signature, permissions-required
- https://github.com/GNOME/gvdb/commit/d83587b2a364eb9a9a53be7e6a708074e252de14CVE reference · patch
Products and packages named in the record
CWE details
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
Use After Free
Use After Free represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
