CVE-2019-25695: R 3.4.4 Local Buffer Overflow Windows XP SP3
R 3.4.4 contains a local buffer overflow vulnerability that allows attackers to execute arbitrary code by injecting malicious input into the GUI Preferences language field. Attackers can craft a payload with a 292-byte offset and JMP ESP instruction to execute commands like calc.exe when the payload is pasted into the Language for menus and messages field.
Security readout for executives and security teams
Plain-English summary
This is a local memory-corruption flaw in the old Windows build of R 3.4.4. Malicious input in a GUI preference field could make R run attacker-controlled code. The bundle does not show active exploitation or a named patch; exposure is mainly legacy Windows XP/R desktops, not internet-facing services.
Executive priority
Treat as high priority only where legacy R 3.4.4 on Windows XP exists. The business risk is endpoint code execution on unsupported systems; urgency drops sharply if those systems are absent.
Technical view
Sources describe a CWE-787 buffer overflow in R 3.4.4 on Windows XP SP3, reachable through the GUI Preferences language field. Public exploit material exists, but this assessment avoids reproduction details. The provided CVSS v4 score is 8.6 high. Evidence for affected versions beyond R 3.4.4 or formal remediation is incomplete.
Likely exposure
Most likely in legacy data-science, research, or lab workstations still running R 3.4.4 on Windows XP SP3. Modern R installations and non-Windows deployments are not identified as affected in the provided bundle.
Exploitation context
The bundle includes a public Exploit-DB reference, so proof-of-concept knowledge is public. KEV is false in the provided data, and no cited source establishes active exploitation in the wild.
Researcher notes
The useful research boundary is asset validation and version confirmation. Sources identify the vulnerable field and public exploit existence, but do not provide complete vendor fix lineage, broader version impact, or active exploitation evidence.
Mitigation direction
Upgrade R from 3.4.4 to a currently supported vendor release.
Retire or isolate Windows XP SP3 systems from normal user workflows.
Remove vulnerable R GUI installs from shared or high-value desktops.
Restrict local interactive access to legacy analysis workstations.
Check R Project, VulnCheck, and Red Hat guidance for remediation updates.
Validation and detection
Inventory endpoints for R 3.4.4, especially Windows XP SP3 hosts.
Confirm whether users can access the affected R GUI Preferences workflow.
Review endpoint telemetry for R crashes or unexpected child processes.
Check software deployment records for legacy R packages or installers.
Document any unsupported hosts requiring compensating controls.
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-787: 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.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program mapping.
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.
3CVSS vectors
5Timeline events
2ADP providers
7Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: pocAutomatable: noTechnical Impact: total
CVSS vector scores
3 official scores
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.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-787 · source CWE mapping
Out-of-bounds Write
Out-of-bounds Write represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.