Security readout for executives and security teams
Plain-English summary
This advisory flags that the rexec service is running on a system. Rexec is a legacy Unix remote command execution service that transmits credentials and commands in cleartext across the network. Its mere presence is considered a security exposure because attackers who observe network traffic can capture usernames and passwords, and the service predates modern authentication controls.
Executive priority
Low to moderate priority for most modern environments; elevate to high if legacy Unix hosts still expose rexec on internal or external networks. This is a hygiene finding: cheap to fix, and leaving it in place undermines credential protection controls elsewhere in the environment.
Technical view
CVE-1999-0618 is an informational entry indicating the rexec (remote execution) daemon on TCP/512 is enabled. Rexec authenticates using cleartext credentials and lacks integrity or confidentiality protections. The CVE record contains no CVSS score, no CWE mapping, and no specific vendor or version data. It represents a configuration/exposure finding rather than a code defect, commonly reported by legacy vulnerability scanners.
Likely exposure
Exposure is limited to systems still running rexec, primarily legacy Unix, Solaris, AIX, HP-UX, or older Linux hosts. Modern enterprise environments rarely enable rexec by default. Risk is highest where inetd or xinetd still exposes the service on internal or internet-reachable hosts. The CVE record does not name specific affected products or versions.
Exploitation context
The CVE is not listed in CISA KEV, and no cited source in the bundle documents active exploitation. Because rexec transmits credentials in cleartext, the historical concern is passive credential capture and unauthorized command execution by anyone on a shared network segment. No exploit chain or weaponization details are asserted here.
Researcher notes
Entry is an informational CVE from the original 1999 catalog with no CVSS, CWE, or affected-product data in the bundle. Not in KEV. Treat findings as configuration exposures surfaced by scanners like Nessus (plugin family "Service detection"). Pair with checks for rlogin (CVE-1999-0651) and rsh (CVE-1999-0651/others) since they typically travel together on the same legacy hosts.
Mitigation direction
- Disable the rexec service in inetd.conf or xinetd.d and restart the super-server.
- Replace remote command execution needs with SSH using key-based authentication.
- Block TCP/512 at host and network firewalls where the service cannot be removed immediately.
- Consult vendor guidance for the specific Unix platform if the service is required for legacy workloads.
Validation and detection
- Scan hosts for open TCP/512 and identify any listeners tied to in.rexecd.
- Check inetd.conf, xinetd.d, or systemd unit files for rexec entries and their enabled state.
- Review authentication logs and network captures for cleartext rexec traffic on internal segments.
- Confirm remediation by rescanning and verifying TCP/512 is closed and the daemon is not running.
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-0618 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
- https://www.cve.org/CVERecord?id=CVE-1999-0618CVE reference · x_refsource_MISC
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.
