CVE-2010-5326
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 · uneditedThe Invoker Servlet on SAP NetWeaver Application Server Java platforms, possibly before 7.3, does not require authentication, which allows remote attackers to execute arbitrary code via an HTTP or HTTPS request, as exploited in the wild in 2013 through 2016, aka a "Detour" attack.
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 confidenceThe Invoker Servlet in SAP NetWeaver Application Server Java (versions prior to 7.3) lacks authentication enforcement, allowing unauthenticated remote attackers to execute arbitrary code through direct HTTP/HTTPS requests. This critical flaw was actively exploited in the wild from 2013-2016 as the 'Detour' attack.
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<= 7.30CVSS 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
- Changed
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/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 if SAP NetWeaver AS Java is installedCheck for SAP NetWeaver Java processes running on the system (e.g., using 'ps -ef | grep java' or checking Windows services). Look for SAP J2EE Engine processes.Affected if SAP NetWeaver Application Server Java is installed and running.
-
Determine the SAP NetWeaver AS Java versionCheck the SAP NetWeaver version by inspecting the installed software components. Typically found in SAP META directory, SAP installer logs, or via SAP NWA (NetWeaver Administrator) at https://<host>:<port>/nwa. Look for version information indicating 7.30 or earlier.Affected if The installed version is 7.30 or any version lower than 7.3.
-
Verify if Invoker Servlet is accessibleAttempt to access the Invoker Servlet endpoint: https://<host>:<port>/invoke/ (or /servlet/invoke). This endpoint should not be reachable without authentication on a patched system.Affected if The /invoke/ endpoint responds without requiring authentication, indicating the Invoker Servlet is exposed.
-
Inspect web.xml for Invoker Servlet configurationLocate and examine the web.xml deployment descriptor for the affected web applications. In SAP NetWeaver, this is typically found in the usr/sap/<SID>/<instance>/j2ee/cluster/apps directory or via the SAP Developer traces. Look for 'InvokerServlet' or servlet mapping to '/invoke/*'.Affected if The web.xml contains an Invoker Servlet mapping that allows unauthenticated access to arbitrary servlets.
A system is affected if it runs SAP NetWeaver Application Server Java version 7.30 or earlier AND has the Invoker Servlet accessible without authentication (the /invoke endpoint responds without credentials).
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 or properly secure the Invoker Servlet via SAP configuration settings, apply relevant SAP Security Notes/patches, and restrict network access to the SAP Java stack until remediation is complete.
SAP NetWeaver Application Server Java 7.31 or higher (recommended: 7.40/7.50 series)
- 1. Identify the current SAP NetWeaver Application Server Java version using SAP JVM or SAP MMC
- 2. Download and apply the latest SAP NetWeaver Application Server Java security patch from service.sap.com
- 3. Alternatively, upgrade to SAP NetWeaver 7.40 or higher which includes the fix for the Invoker Servlet authentication issue
- 4. After patching/upgrading, verify that the Invoker Servlet now requires authentication by attempting an unauthenticated request to the /invoke/ endpoint
- 5. Ensure the SAP system is restarted after applying the patch
- 6. Review SAP Note 1445998 (or newer relevant security notes) for specific configuration changes needed
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation6.0 h
- Implementation8.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 $7,296.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2010-5326 — 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-2010-5326 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