← Vulnerability feed

Vulnerability record · CVE-2018-10583 · published 1 May 2018

CVE-2018-10583: LibreOffice and OpenOffice SMB link information disclosure

Libreoffice · Libreoffice

LibreOffice 6.0.3 and Apache OpenOffice Writer 4.1.5 automatically process and initiate an SMB connection embedded in a malicious office document, such as an xlink:href=file:// URL inside an office:document-content element in a .odt file. Opening the document causes the application to reach out to an attacker-controlled SMB server, leaking information about the victim. The flaw is an information exposure issue (CWE-200) rated HIGH at CVSS 3.0 7.5.

7.5 CVSS 3.0 High EPSS 78% · top 0.4% CWE-200 · Information exposure
7.5CVSS 3.0 base score, v2 5.0
78%EPSS exploitation probability, 30 days
NoNot in CISA KEV
7Affected product versions listed by NVD
18References, 4 tagged exploit
17 Jun 2026Last modified by NVD

Description

An information disclosure vulnerability occurs when LibreOffice 6.0.3 and Apache OpenOffice Writer 4.1.5 automatically process and initiate an SMB connection embedded in a malicious file, as demonstrated by xlink:href=file://192.168.0.2/test.jpg within an office:document-content element in a .odt XML document.

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

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 18 September 2026. Confidence: high.

high priorityHigh CVSS (7.5) and very high EPSS with public exploit code, but exploitation requires a victim to open a crafted document and yields information disclosure rather than direct code execution.

What it is

LibreOffice 6.0.3 and Apache OpenOffice Writer 4.1.5 automatically process and initiate an SMB connection embedded in a malicious office document, such as an xlink:href=file:// URL inside an office:document-content element in a .odt file. Opening the document causes the application to reach out to an attacker-controlled SMB server, leaking information about the victim. The flaw is an information exposure issue (CWE-200) rated HIGH at CVSS 3.0 7.5.

Impact

An attacker who gets a victim to open a crafted document learns the victim's IP address and can capture NTLM authentication material from the automatic SMB connection, which can be relayed or cracked to gain access to other systems.

Attack surface

Reached over the network when a user opens a malicious .odt or similar office document; no authentication is required and the CVSS vector shows no user interaction requirement, though in practice the victim must open the file. The SMB connection is initiated automatically by the office application.

Exploitation

Not listed in CISA KEV, but EPSS is very high at 0.78342 (99.558th percentile) and public exploit code exists, including Exploit-DB 44564 and a third-party write-up tagged Exploit.

What to do

  • Patch LibreOffice and Apache OpenOffice to versions that fix CVE-2018-10583; apply the referenced Red Hat, Debian and Ubuntu errata.
  • Block outbound SMB (TCP 445/139) from user workstations and servers that do not need it.
  • Disable automatic link and external content updates in office applications, and warn users about opening untrusted documents.
  • Enforce SMB signing and disable NTLM where possible to limit relay and credential-capture value.
  • Filter or quarantine office documents containing external file:// or SMB references at the mail and web gateway.

Detection

  • Monitor for office application processes (soffice, swriter) making outbound SMB connections to external or unexpected hosts.
  • Alert on DNS or SMB traffic to internal or external hosts triggered immediately after a document is opened.
  • Search endpoint logs for .odt or office documents containing xlink:href=file:// or SMB paths.
  • Watch for NTLM authentication attempts originating from workstations to untrusted SMB servers.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Affected products

7 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

LinkTags
http://seclists.org/fulldisclosure/2020/Oct/26
http://secureyourit.co.uk/wp/2018/05/01/creating-malicious-odt-files/ ExploitMitigationThird Party Advisory
https://access.redhat.com/errata/RHSA-2018:3054 Third Party Advisory
https://lists.apache.org/thread.html/0598708912978b27121b2e380b44a225c706aca882cd1da6a955a0af%40%3Cdev.openoffice.apache
https://lists.apache.org/thread.html/6c65f22306c36c95e75f8d2b7f49cfcbeb0a4614245c20934612a39d%40%3Cdev.openoffice.apache
https://lists.apache.org/thread.html/c8fd59ac77b42aac90eb5c59b87f3ab59b5e0c3bfb4819aa649a2909%40%3Cdev.openoffice.apache
https://security-tracker.debian.org/tracker/CVE-2018-10583 Issue TrackingThird Party Advisory
https://usn.ubuntu.com/3883-1/ Third Party Advisory
https://www.exploit-db.com/exploits/44564/ ExploitThird Party AdvisoryVDB Entry
http://seclists.org/fulldisclosure/2020/Oct/26
http://secureyourit.co.uk/wp/2018/05/01/creating-malicious-odt-files/ ExploitMitigationThird Party Advisory
https://access.redhat.com/errata/RHSA-2018:3054 Third Party Advisory
https://lists.apache.org/thread.html/0598708912978b27121b2e380b44a225c706aca882cd1da6a955a0af%40%3Cdev.openoffice.apache
https://lists.apache.org/thread.html/6c65f22306c36c95e75f8d2b7f49cfcbeb0a4614245c20934612a39d%40%3Cdev.openoffice.apache
https://lists.apache.org/thread.html/c8fd59ac77b42aac90eb5c59b87f3ab59b5e0c3bfb4819aa649a2909%40%3Cdev.openoffice.apache
https://security-tracker.debian.org/tracker/CVE-2018-10583 Issue TrackingThird Party Advisory
https://usn.ubuntu.com/3883-1/ Third Party Advisory
https://www.exploit-db.com/exploits/44564/ ExploitThird Party AdvisoryVDB Entry

Track CVE-2018-10583 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

10.0CVE-2025-32433Erlang/OTP SSH server missing authentication allows remote code executionErlang/OTP SSH servers before OTP-27.3.3, OTP-26.2.5.11 and OTP-25.3.2.20 mishandle SSH protocol messages, letting an unauthenticated attacker execut…KEVEPSS 99%analysed10.0CVE-2025-24201Apple WebKit out-of-bounds write allows sandbox escapeCVE-2025-24201 is an out-of-bounds write in Apple's WebKit that was addressed with improved checks. Maliciously crafted web content may break out of …KEVEPSS 3.8%analysed10.0CVE-2021-44228Apache Log4j2 JNDI lookup remote code executionApache Log4j2 versions 2.0-beta9 through 2.15.0 (excluding 2.12.2, 2.12.3, and 2.3.1) do not protect against attacker-controlled LDAP and other JNDI …KEVEPSS 100%analysed9.8CVE-2026-24061GNU Inetutils telnetd argument injection allows remote auth bypasstelnetd in GNU Inetutils through 2.7 fails to sanitize the USER environment variable, so a value such as "-f root" is passed as an argument to login …KEVEPSS 99%analysed9.8CVE-2025-39682Linux kernel TLS zero-length record handling flaw on rx_listThe Linux kernel TLS receive path mishandles zero-length records that arrive from the rx_list, breaking the assumption that a record type change cann…KEVEPSS 2.9%analysed9.8CVE-2025-24813Apache Tomcat Default Servlet path equivalence enables RCE and file disclosureApache Tomcat mishandles path equivalence for names containing an internal dot, letting a remote unauthenticated attacker write files through the Def…KEVEPSS 100%analysed9.8CVE-2024-9680Mozilla Firefox and Thunderbird use-after-free in Animation timelinesA use-after-free flaw in Animation timelines allows an attacker to execute code in the content process of Firefox and Thunderbird. Mozilla reports ex…KEVEPSS 23%analysed9.8CVE-2023-46604Apache ActiveMQ OpenWire deserialization remote code executionThe Java OpenWire protocol marshaller in Apache ActiveMQ deserializes untrusted data, letting an attacker manipulate serialized class types so the br…KEVEPSS 100%analysed

Source: NIST National Vulnerability Database (record CVE-2018-10583), CISA KEV, FIRST EPSS (scores of 2026-09-24). This page is refreshed as NVD updates the record.