CVE-2014-2816
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 SharePoint Server 2013 Gold and SP1 and SharePoint Foundation 2013 Gold and SP1 allow remote authenticated users to gain privileges via a Trojan horse app that executes a custom action in the context of the SharePoint extensibility model, 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 · moderate confidenceThis is a privilege escalation vulnerability in SharePoint Server 2013 and SharePoint Foundation 2013. An authenticated user can deploy a malicious SharePoint app (Trojan horse) that executes a custom action within the SharePoint extensibility model, allowing the attacker to gain elevated privileges beyond their assigned permissions.
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= 2013CVSS 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
- M
- Authentication
- None
- Confidentiality
- Complete
- Integrity
- Complete
- Availability
- Complete
AV:N/AC:M/Au:N/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.
-
Verify SharePoint 2013 is installedOpen SharePoint Management Shell and run: (Get-SPFarm).BuildVersion or check Programs and Features for Microsoft SharePoint Server 2013 or Microsoft SharePoint Foundation 2013Affected if The installed version is SharePoint Server 2013 or SharePoint Foundation 2013 and the environment has not been patched
-
Confirm SharePoint Apps feature is enabledIn SharePoint Central Administration, go to System Settings > Manage farm features or run Get-SPFeature -Identity MarketplaceWebApp in SharePoint Management ShellAffected if The 'Marketplace Web App' or SharePoint Apps feature is listed as Active/Enabled
-
Check app catalog site collection existenceRun Get-SPSite -Filter {AppCatalog -eq $true} in SharePoint Management Shell or browse to /sites/AppCatalog/ within your SharePoint web applicationAffected if An app catalog site collection exists and is accessible
-
Verify user permission to install appsIn SharePoint Central Administration, go to Apps > Manage App Catalog and check the users or groups listed under 'Can Add Items', or run Get-SPUser in the app catalog site to see who has Add permissionsAffected if Regular authenticated users (non-admins) have permissions to add or install apps in the catalog
-
Check if security update KB2956076 is installedOpen Control Panel > Programs and Features > View installed updates, or run: Get-HotFix -Id KB2956076 on SharePoint serversAffected if The KB2956076 update is NOT listed among installed updates
The environment is affected if it runs SharePoint 2013 with the Apps feature enabled, has an accessible app catalog, allows non-admin users to install apps, and lacks the KB2956076 security update.
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 · scopedReview and restrict the SharePoint app catalog to trusted apps only, disable or limit the ability for users to install apps, and apply the Microsoft security update for CVE-2014-2816. Implement least-privilege permissions for app execution.
Microsoft SharePoint Server 2013 with Service Pack 1 or later cumulative updates
- Check the current SharePoint 2013 build version via Central Administration > System Settings > Manage servers in this farm
- Locate and apply the security update from Microsoft Security Bulletin MS14-022, which addresses this vulnerability for SharePoint 2013 products
- After applying the update, verify the farm configuration using the SharePoint Health Analyzer
- Confirm the update was applied successfully by checking the installed updates via Windows Update or the specific patch KB2880994
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation8.0 h
- Testing6.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 $6,176.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2014-2816 — 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-2816 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