CVE-2018-0107
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 · uneditedA vulnerability in the web framework of Cisco Prime Service Catalog could allow an unauthenticated, remote attacker to execute unwanted actions on an affected device. The vulnerability is due to a lack of cross-site request forgery (CSRF) protection. An attacker could exploit this vulnerability by tricking the user of a web application into executing an adverse action. Cisco Bug IDs: CSCvg30313.
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 confidenceA cross-site request forgery (CSRF) vulnerability in Cisco Prime Service Catalog's web framework allows unauthenticated remote attackers to execute unwanted actions by tricking authenticated users into clicking malicious links or visiting crafted web pages, due to missing anti-CSRF tokens and origin validation.
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 dataall versionsCVSS 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
- Required
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.0/AV:N/AC:L/PR:N/UI:R/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 Cisco Prime Service Catalog versionLocate the installed version through the product's web interface (typically under Help > About) or by checking the installation directory for version filesAffected if The installed version is any version of Cisco Prime Service Catalog (all versions are affected per CVE-2018-0107)
-
Inspect web forms for CSRF token presenceUse a browser developer tool or HTTP proxy to capture a request when submitting a state-changing form (such as user creation, configuration change, or data submission). Examine if the form includes a hidden anti-CSRF token fieldAffected if Forms lack hidden anti-CSRF token fields - the request contains only basic form data without a token parameter
-
Verify Origin header validationSend an HTTP request to the application from an untrusted origin (simulate a cross-origin request using curl or similar tool) and observe whether the application rejects the request based on Origin header validationAffected if The application accepts requests from arbitrary origins without validation - no error or rejection occurs for unexpected Origin values
-
Check Referer header validationSubmit a request with a missing or forged Referer header (using a tool to modify HTTP headers) and determine if the application validates that the Referer matches trusted sourcesAffected if The application processes requests regardless of Referer header value - no validation rejects requests with missing or unexpected Referer headers
-
Review web framework security configurationExamine the application's configuration files or admin panel settings for CSRF protection mechanisms - look for options labeled as anti-CSRF, token validation, or request origin validationAffected if CSRF protection settings are disabled, not configured, or missing entirely from the web framework configuration
A user is affected if they have Cisco Prime Service Catalog installed and the application lacks anti-CSRF tokens in forms and/or does not validate Origin/Referer headers.
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 dataEnable CSRF protection by implementing anti-CSRF tokens on all state-changing operations (forms, API endpoints) and validating Origin/Referer headers to ensure requests originate from trusted sources.
- 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-2018-0107 — 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-0107 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