CVE-2014-0251
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 · uneditedMicrosoft Windows SharePoint Services 3.0 SP3; SharePoint Server 2007 SP3, 2010 SP1 and SP2, and 2013 Gold and SP1; SharePoint Foundation 2010 SP1 and SP2 and 2013 Gold and SP1; Project Server 2010 SP1 and SP2 and 2013 Gold and SP1; Web Applications 2010 SP1 and SP2; Office Web Apps Server 2013 Gold and SP1; SharePoint Server 2013 Client Components SDK; and SharePoint Designer 2007 SP3, 2010 SP1 and SP2, and 2013 Gold and SP1 allow remote authenticated users to execute arbitrary code via crafted page content, aka "SharePoint Page Content Vulnerability."
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 confidenceA remote code execution vulnerability in Microsoft SharePoint allows authenticated users to execute arbitrary code through crafted page content. The vulnerability stems from improper handling of page content within SharePoint's content management system, enabling users with standard authenticated access to inject and execute malicious code.
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= 2013= 2010= 2013= 2007= 2010= 2013= 2010= 2013= 2007= 2010= 2013= 2013= 3.0= 2010CVSS 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
- Single
- Confidentiality
- Complete
- Integrity
- Complete
- Availability
- Complete
AV:N/AC:L/Au:S/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.
-
Identify installed SharePoint product and versionOpen SharePoint Management Shell and run: Get-SPFarm | Select-Object BuildVersion, Version, Products. Alternatively, check Programs and Features for Microsoft SharePoint entries to identify the specific product and installed version.Affected if The installed product matches one of the affected products (Office Web Apps Server 2013, Project Server 2010/2013, SharePoint Designer 2007/2010/2013, SharePoint Foundation 2010/2013, SharePoint Server 2007/2010/2013, SharePoint Server Client Components SDK 2013, SharePoint Services 3.0, Web Applica
-
Verify user permissions on SharePoint sitesUsing SharePoint Management Shell, run: Get-SPSite -WebApplication "URL" | Get-SPWeb | Get-SPUser -Web $_ | Select-Object Name, Roles to enumerate users with contributor or higher permissions. Alternatively, check site permissions through Central Administration > Application Management > User Permissions.Affected if The site contains authenticated users with Add, Edit, or Full Control permissions, as these roles can modify page content where the vulnerability is exploited.
-
Inspect page content for unexpected script or web part injectionsNavigate to Site Settings > Site Content and Structure or use SharePoint Designer to view all pages. Check aspx pages in the Pages library for suspicious script tags, encoded content, or unauthorized custom web parts.Affected if Pages contain unexpected JavaScript, VBScript, or custom web parts that were not authored by administrators, indicating possible exploitation.
-
Review SharePoint audit logs for page modificationsIn Central Administration, go to Monitoring > Review job definitions and verify the Audit Log Trimming job runs. Access logs via Site Settings > Site Collection Administration > Audit Log Reports and review 'Content Modification' reports.Affected if Audit logs show page content modifications by standard users that include script injection patterns or unusual code execution requests.
You are affected if you run any of the listed SharePoint products matching the affected versions AND have authenticated users with page edit permissions, as the vulnerability allows code execution through crafted page content.
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 · scopedApply Microsoft security patches for CVE-2014-0251 to all affected SharePoint products. Until patches are applied, limit SharePoint user permissions to minimum required and monitor for suspicious page content modifications.
Upgrade to SharePoint Server 2013 with SP1 or later, or migrate to newer versions as SharePoint 2007 and 2010 have reached end of support
- Locate the Microsoft Security Bulletin MS14-022 which addresses this vulnerability
- Apply the appropriate patch for your specific SharePoint product and version from MS14-022
- For SharePoint Server 2007 SP3: Apply KB2838072
- For SharePoint Server 2010 SP1/SP2: Apply KB2838073
- For SharePoint Server 2013 Gold/SP1: Apply KB2838075
- For SharePoint Foundation 2010 SP1/SP2: Apply KB2838073
- For SharePoint Foundation 2013 Gold/SP1: Apply KB2838075
- For Project Server 2010 SP1/SP2: Apply KB2838073
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation8.0 h
- Testing6.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $5,600.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2014-0251 — 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-2014-0251 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