CVE-2017-1002157
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 · uneditedmodulemd 1.3.1 and earlier uses an unsafe function for processing externally provided data, leading to remote code execution.
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 confidencemodulemd versions 1.3.1 and earlier contain a vulnerability where an unsafe function processes externally provided data, allowing remote code execution. The specific vulnerable function and attack vector are not detailed in available references, but the critical CVSS score indicates trivial exploitability leading to RCE.
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.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.
-
Detect if modulemd library is installedSearch for the modulemd library on the system using package managers or file searches. On RHEL/CentOS: rpm -qa | grep modulemd. On Fedora: dnf list installed | grep modulemd. Also check for library files: find /usr/lib* -name '*modulemd*' 2>/dev/nullAffected if The modulemd package or library file is found on the system
-
Retrieve the installed modulemd versionRun the appropriate package query command: rpm -q modulemd (RHEL/CentOS), dnf list installed modulemd (Fedora), or check the library file version with: rpm -qi modulemd or dpkg -l | grep modulemd (Debian-based)Affected if The version displayed is 1.3.1 or any version lower than 1.3.1
-
Identify applications or services using modulemdSearch for binaries or services that link to the modulemd library: ldd $(which <service>) 2>/dev/null | grep modulemd, or check application dependencies. Also review any custom applications that import or use the modulemd Python module: python3 -c 'import modulemd; print(modulemd.__version__)' 2>/dev/nullAffected if Any application or service on the system links to or imports the vulnerable modulemd library version 1.3.1 or earlier
-
Review external data inputs to modulemd processingAudit logs, application traffic, or input sources that feed data to modulemd processing functions. Check if the system processes external module metadata streams, YAML files from untrusted sources, or network-received module definitionsAffected if The system processes untrusted or externally-sourced data through modulemd, particularly module metadata streams from network sources or untrusted repositories
The system is affected if modulemd version 1.3.1 or earlier is installed AND any application uses it to process external data inputs, as the unsafe function in this version allows remote code execution.
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 modulemd to version 1.3.2 or later which contains the security fix. If upgrade is not immediately possible, restrict network access to systems using this library and sanitize any external inputs before processing.
Any version of modulemd > 1.3.1 (e.g., 1.4.0 or later stable release)
- 1. Identify the current version of modulemd installed: rpm -qa | grep modulemd or pip show modulemd
- 2. Upgrade modulemd to a version newer than 1.3.1. For RPM-based systems: sudo yum update modulemd or sudo dnf update modulemd
- 3. For Python pip installations: pip install --upgrade modulemd
- 4. Verify the new version is installed: rpm -qa | grep modulemd or pip show modulemd
- 5. Test that dependent applications still function correctly after the upgrade
Generated from the published advisory — verify against the referenced sources before acting.
- 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-2017-1002157 — 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-2017-1002157 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