UnixOperating system

CVE-1999-0377

MEDIUM · 5.0 CVSS v2.0 Published 1999-02-22
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
59/100
Remediation priority · Elevated
Remotely reachable No privileges Zero-click

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
Process table attack in Unix systems allows a remote attacker to perform a denial of service by filling a machine's process tables through multiple connections to network services.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis · moderate confidence

A remote denial of service vulnerability in Unix systems where an attacker exhausts the system's process table by opening multiple connections to various network services. Once the process table is full, legitimate users cannot establish new connections to services.

MitigationImplement connection rate limiting on network services, configure per-user or per-source IP connection limits, and apply firewall rules to restrict the number of concurrent connections from a single source. For legacy systems, consider upgrading to modern Unix variants with better process limit controls.

Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
UnixOperating system
Affected:all versions

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Authentication
None
Confidentiality
None
Integrity
None
Availability
Partial

AV:N/AC:L/Au:N/C:N/I:N/A:P

Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.

dbcve checks

Work through these to decide whether this CVE applies to you.

  1. Check system process limits
    Run `ulimit -u` to view the maximum number of processes allowed per user. Run `cat /etc/security/limits.conf` (or equivalent) to check if process limits are configured in PAM or system limits.
    Affected if If the limit is set very high or is unlimited (unrestricted), the system is vulnerable to process table exhaustion.
  2. Review active network connections
    Run `netstat -an | grep ESTABLISHED | wc -l` or `ss -tan | grep ESTABLISHED | wc -l` to count current established connections. Run `netstat -an | wc -l` for total socket count.
    Affected if If connection counts are not monitored or throttled, an attacker can easily reach system limits.
  3. Check for per-source IP connection limits
    Inspect firewall configuration: run `iptables -L -n -v` or `ipfw list` or equivalent for your Unix variant. Look for rules with connection limit (--connlimit) or rate limit flags.
    Affected if If no firewall rules exist to limit connections per source IP address, the system is vulnerable.
  4. Verify service-level rate limiting
    Check network service configurations (e.g., inetd.conf, xinetd.conf, or systemd service files) for built-in connection rate controls or tcp wrappers configuration.
    Affected if If network services accept unlimited connections without rate limiting, the process table can be exhausted.
  5. Check for connection tracking limits
    Run `sysctl net.netfilter.nf_conntrack_max` or equivalent to check the connection tracking table size. Run `sysctl net.netfilter.nf_conntrack_count` to see current usage.
    Affected if If connection tracking limits are unset or set very high with no monitoring, the system can be overwhelmed.

A system is affected if it lacks process/connection limits at the kernel, firewall, or service level, allowing an attacker to exhaust the process table through excessive connections.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

From vendor data
Mitigation available No clean upgrade yet — mitigate in the meantime
Mitigation

Implement connection rate limiting on network services, configure per-user or per-source IP connection limits, and apply firewall rules to restrict the number of concurrent connections from a single source. For legacy systems, consider upgrading to modern Unix variants with better process limit controls.

Fix this in Unix Scoped from the published advisory
  • Consultation2.0 h
  • Implementation3.0 h
  • Testing2.0 h
  • Review / QA1.0 h
8.0 hours of engineering $1,420
Get help mitigating

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,272.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-1999-0377 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-1999-0377 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data