CVE-2000-1220
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 · uneditedThe line printer daemon (lpd) in the lpr package in multiple Linux operating systems allows local users to gain root privileges by causing sendmail to execute with arbitrary command line arguments, as demonstrated using the -C option to specify a configuration file.
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 · high confidenceLocal privilege escalation vulnerability in the line printer daemon (lpd) from the lpr package. The daemon runs as root and allows local users to manipulate sendmail command-line arguments, specifically the -C option to specify an arbitrary configuration file, enabling execution with root privileges.
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= 4.0= 4.1= 4.2= 5.0= 5.1= 5.2= 6.0= 6.1= 6.5= 6.5.1= 6.5.2= 6.5.3= 6.5.4= 6.5.5= 6.5.6= 6.5.7= 6.5.8= 6.5.9= 6.5.10= 6.5.11CVSS 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
- Complete
- Integrity
- Complete
- Availability
- Complete
AV:N/AC:L/Au:N/C:C/I:C/A:C
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 checksWork through these to decide whether this CVE applies to you.
-
Check if lpr or lpd package is installedOn Red Hat systems: rpm -qa | grep -i lpr. On IRIX systems: versions -l lpr or swlist | grep -i lpr.Affected if The lpr or lpd package is present on the system.
-
Verify the installed lpr/lpd versionOn Red Hat: rpm -q lpr or rpm -q lprng. On IRIX: versions -l lpr or check the package version via swlist. Compare the version number against the affected Red Hat 4.0-6.1 or IRIX 6.5.x ranges.Affected if The installed version matches one of the listed affected versions (Red Hat 4.0, 4.1, 4.2, 5.0, 5.1, 5.2, 6.0, 6.1 or IRIX 6.5 through 6.5.11).
-
Determine if lpd daemon is runningCheck running processes: ps -ef | grep lpd or service lpd status. On Red Hat 6.x: /etc/rc.d/init.d/lpd status.Affected if The lpd daemon process is currently running on the system.
-
Verify lpd runs with root privilegesCheck the process owner: ps -ef | grep lpd and look for root as the effective user. Also check file permissions: ls -la /usr/sbin/lpd or /usr/local/sbin/lpd.Affected if The lpd process is running as root (UID 0) or the lpd binary has setuid root permissions.
-
Confirm sendmail configuration file manipulation is possibleThis vulnerability allows a local user to specify an arbitrary configuration file via the -C option when lpd invokes sendmail. Check if sendmail is called from lpd: strings on the lpd binary or review lpd configuration files in /etc/lpd or /etc/printcap.Affected if The lpd daemon invokes sendmail and permits manipulation of its command-line arguments, allowing a local user to specify an arbitrary sendmail configuration file.
A user is affected if the lpr/lpd package is installed on a Red Hat 4.0-6.1 or IRIX 6.5.x system, the lpd daemon is running as root, and the daemon allows manipulation of sendmail -C arguments to execute with root privileges.
Generated from the published advisory. Verify against your own configuration.
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 dataRemove or disable the vulnerable lpr/lpd package on modern systems; on legacy systems, restrict lpd access, remove setuid root permissions, or upgrade to modern printing systems like CUPS.
- Consultation2.0 h
- Implementation4.0 h
- Testing3.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,800.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2000-1220 — 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 sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2000-1220 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
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.
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.
- 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