LiveActive security incident?Get immediate response
CVE Record

CVE-1999-0618: The rexec service is running.

The rexec service is running.

UnknownCVSS not scoredNot KEV-listedUpdated
Glexia's TakeAutomated analysismoderate

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.
Prepared
Confidence
medium
Sources
2

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.

cve · low confidence lookup

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
Vulnerability profileCVE Program record
Severity
Unknown
CVSS
Not scored
Known Exploited
No
Published
Official CVE source material

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.

0CVSS vectors
0Timeline events
0ADP providers
2Source links

CVSS and timeline data

No CVSS vectors or timeline events were available in the normalized CVE source material.

Source materials

Affected products

Products and packages named in the record

VendorProductVersion / packageStatus
n/an/an/aListed
Weakness

CWE details

No CWE listed

CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.