CVE-2018-8712
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 · uneditedAn issue was discovered in Webmin 1.840 and 1.880 when the default Yes setting of "Can view any file as a log file" is enabled. As a result of weak default configuration settings, limited users have full access rights to the underlying Unix system files, allowing the user to read sensitive data from the local system (using Local File Include) such as the '/etc/shadow' file via a "GET /syslog/save_log.cgi?view=1&file=/etc/shadow" request.
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 confidenceWebmin versions 1.840 and 1.880 contain a Local File Include (LFI) vulnerability where the default setting 'Can view any file as a log file' allows authenticated users with limited privileges to read arbitrary system files by manipulating the file parameter in /syslog/save_log.cgi, enabling access to sensitive files like /etc/shadow.
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= 1.840= 1.880CVSS 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.0/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.
-
Confirm Webmin is installedLook for the Webmin service running on your system, typically on port 10000, or check for Webmin directories in /etc/webmin or /usr/share/webminAffected if Webmin is not installed on the system
-
Identify the installed Webmin versionCheck the Webmin version via the web interface (System -> Webmin Configuration -> About Webmin), or look for a version file in the Webmin installation directoryAffected if The installed version is 1.840 or 1.880 specifically
-
Verify if the vulnerable CGI script existsCheck if /syslog/save_log.cgi exists in your Webmin CGI-bin directory, typically found in /usr/libexec/webmin/ or /usr/lib/webmin/Affected if The save_log.cgi file is present in the syslog module directory
-
Check if the weak default setting is enabledIn Webmin, go to Webmin Configuration -> Webmin Users -> select a user -> look for the 'Can view any file as a log file' setting under syslog module permissions, or examine the Webmin configuration file for this settingAffected if The 'Can view any file as a log file' setting is enabled for any user account
A system is affected if it runs Webmin version 1.840 or 1.880 AND has the 'Can view any file as a log file' setting enabled, allowing any authenticated user to read arbitrary files via the syslog/save_log.cgi endpoint.
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 · scopedDisable the 'Can view any file as a log file' setting in Webmin's configuration, or upgrade to a patched version of Webmin that addresses this weak default configuration.
Webmin 1.890 or later (preferably latest stable release)
- 1. Check current Webmin version by logging into Webmin and going to Webmin Configuration > About, or run: cat /etc/webmin/version
- 2. Backup the Webmin configuration directory: cp -r /etc/webmin /etc/webmin.backup
- 3. Download the fixed Webmin version (1.890 or later) from www.webmin.com/download.html or update via your package manager
- 4. Stop Webmin service: /etc/init.d/webmin stop
- 5. Install the updated package (for RPM-based systems: rpm -Uvh webmin-X.XXX.rpm; for Debian: dpkg -i webmin_X.XXX.deb)
- 6. Start Webmin service: /etc/init.d/webmin start
- 7. Log in to Webmin and navigate to Webmin Configuration > Users > [select user] > Permissions to verify the 'Can view any file as a log file' setting is disabled or set to a safe value
- 8. Test that the path traversal is fixed by attempting: GET /syslog/save_log.cgi?view=1&file=/etc/shadow (should be denied)
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation1.0 h
- Testing2.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 $1,696.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2018-8712 — 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-2018-8712 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