CVE-1999-0043
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 · uneditedCommand execution via shell metachars in INN daemon (innd) 1.5 using "newgroup" and "rmgroup" control messages, and others.
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 confidenceRemote command injection vulnerability in INN (InterNetNews) daemon version 1.5 allows attackers to execute arbitrary shell commands by sending specially crafted 'newgroup' or 'rmgroup' control messages containing shell metacharacters.
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= 1.4sec= 1.4sec2= 1.4unoff3= 1.4unoff4= 1.5= 1.1= 2.1= 1.0= 1.1= 1.2= 2.2= 3.1CVSS 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
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
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.
-
Identify if INN (InterNetNews) is installedCheck for the presence of INN binaries and configuration files. Common locations include /usr/lib/news/, /etc/news/, or run 'which innd' or 'which innd' to locate the INN daemon.Affected if INN daemon (innd) is found on the system
-
Determine the installed INN versionRun 'innd -v' or check the INN package version using the system's package manager (e.g., rpm -q inn or dpkg -l inn). Compare the version number to the affected ranges: Redhat 4.0/4.1, ISC INN 1.4sec through 1.5, Netscape News Server 1.1, BSDi 2.1, Caldera 1.0, NEC variants.Affected if The installed version matches one of the listed vulnerable versions (1.4sec, 1.4sec2, 1.4unoff3, 1.4unoff4, 1.5, or vendor-specific equivalents like 1.0, 1.1, 1.2, 2.1, 2.2, 3.1, 4.0, 4.1)
-
Check if control message processing is enabledExamine the INN configuration file (usually newsfeeds or inn.conf) for the 'control' or 'controlchan' setting, and verify that newgroup and rmgroup control messages are being processed.Affected if Control message handling for newgroup or rmgroup is enabled in the INN configuration
-
Verify if unauthenticated control messages are acceptedLook at the INN control.ctl or controlparms configuration file to determine if unauthenticated control messages are being accepted without verification.Affected if Unauthenticated (non-verified) control messages are permitted in the INN control message configuration
The system is affected if it runs a vulnerable INN version (1.4sec through 1.5 or vendor equivalents) with control message processing enabled and accepting unauthenticated newgroup/rmgroup control messages.
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.
dbcve · scopedUpgrade INN to the latest stable version or apply vendor patches; network segmentation and disabling unauthenticated control messages can reduce attack surface.
INN 2.7.x or latest stable release (modern ISC INN)
- 1. Identify the INN (InterNetNews) version currently installed using 'innd -v' or checking package manager records
- 2. If running a vulnerable version (INN 1.4.x, 1.5.x, or 1.6.x), plan for upgrade to a supported stable release
- 3. Backup current INN configuration files (typically in /etc/news/ or /usr/local/etc/news/)
- 4. Stop the INN daemon: 'kill -TERM $(cat /var/run/innd.pid)' or equivalent service command
- 5. Upgrade INN to the latest stable release (INN 2.7.x or later as of 2024) using your system's package manager or compiling from source from https://ftp.isc.org/isc/inn/
- 6. Restore configuration from backup, reviewing for any deprecated directives
- 7. Start the INN daemon and verify operation with 'ctlinnd mode'
- 8. Test that control messages (newgroup, rmgroup) no longer accept shell metacharacters by attempting injection in a controlled test environment
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation16.0 h
- Testing8.0 h
- Review / QA4.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $8,960.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-1999-0043 — 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-1999-0043 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