Security readout for executives and security teams
Plain-English summary
Trn, a Usenet newsreader available on multi-user Unix systems, mishandles temporary files in a way that lets any local user trick it into overwriting another user's files. An attacker with a shell account plants a symbolic link, and when the victim runs Trn, the program writes through that link and clobbers whatever file the victim can access.
Executive priority
Low priority. This 1999-era local file-overwrite issue in an obscure Usenet reader has negligible relevance to a modern enterprise footprint. Address only if inventory confirms Trn is still deployed on shared Unix hosts; otherwise track through routine legacy-software hygiene rather than an incident response channel.
Technical view
The advisory describes a classic symlink-following flaw in Trn's temporary file handling. A local unprivileged user can pre-create a symlink in a predictable path (typically /tmp) pointing to a target file owned by another user. When Trn is executed by that victim, it opens or writes the temp file without safely checking for an existing symlink, causing the referenced target to be overwritten with attacker-influenced or program-generated content.
Likely exposure
Very limited in modern environments. Exposure requires a shared multi-user Unix host that still installs Trn and has interactive local users. Contemporary corporate endpoints, servers, and cloud workloads rarely ship Trn, and Usenet reader use has collapsed since the 1990s. Legacy academic, research, or hobbyist shell hosts are the realistic footprint.
Exploitation context
No KEV listing and no cited evidence of active exploitation. The sourced advisory (CVE, IBM X-Force entry 3144) documents the class of flaw but does not reference in-the-wild campaigns. Exploitation is inherently local: an attacker needs an authenticated shell account on the same host as the victim and must wait for or induce the victim to run Trn.
Researcher notes
Source bundle is thin: the CVE record and X-Force entry describe the behavior but do not identify affected Trn versions, a specific temp-file path, or a named fix. Treat vendor product and version fields as unpopulated ("n/a") rather than universal. The flaw pattern is a textbook TOCTOU/symlink race on predictable temp files; modern mitigations (fs.protected_symlinks on Linux, mktemp with O_EXCL) neutralize the class even where legacy binaries remain. Confirm current package status via the maintaining distribution before declaring remediated.
Mitigation direction
- Inventory hosts for the Trn newsreader package and remove it where it is not required.
- Upgrade to a Trn build that uses O_EXCL and per-user temp directories, per vendor guidance.
- Restrict /tmp with the sticky bit and consider per-user private tmp namespaces.
- Limit interactive shell accounts on shared hosts to trusted users.
- If Trn must remain, consult distribution security advisories for a patched package.
Validation and detection
- Query package managers (rpm, dpkg, pkg) across Unix hosts for any Trn installation and record versions.
- Confirm /tmp has mode 1777 with the sticky bit set and review symlink-protection sysctls such as fs.protected_symlinks.
- Review shared-host user inventories to identify systems where local, untrusted accounts coexist with Trn users.
- Check distribution security trackers for the specific Trn version to confirm patch status.
Public sources used
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.
CVE-1999-0743 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
- Unknown
- CVSS
- Not scored
- Known Exploited
- No
- Published
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 and timeline data
No CVSS vectors or timeline events were available in the normalized CVE source material.
Source materials
- CVE List V5 sourceCVE List V5
- trn-symlinks(3144)CVE reference · vdb-entry, x_refsource_XF
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.
