CVE-2022-20791
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 database user privileges of Cisco Unified Communications Manager (Unified CM), Cisco Unified Communications Manager Session Management Edition (Unified CM SME), and Cisco Unified Communications Manager IM & Presence Service (Unified CM IM&P) could allow an authenticated, remote attacker to read arbitrary files on the underlying operating system of an affected device. This vulnerability is due to insufficient file permission restrictions. An attacker could exploit this vulnerability by sending a crafted command from the API to the application. A successful exploit could allow the attacker to read arbitrary files on the underlying operating system of the affected device. The attacker would need valid user credentials to exploit this 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 confidenceThis vulnerability in Cisco Unified CM, Unified CM SME, and Unified CM IM&P stems from insufficient file permission restrictions in the database user privileges. An authenticated attacker with valid credentials can send crafted commands via the API to read arbitrary files on the underlying operating system, effectively achieving arbitrary file read through improper privilege enforcement.
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<= 11.5\(1.10000.6\)>= 12.5, <= 12.5\(1.10000.22\)>= 14.0, <= 14.0\(1.10000.20\)<= 12.5\(1\)>= 14.0, < 14su2CVSS 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
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- None
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
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 Unified CM or IM&P installation and versionRun 'show version' on the Cisco Unified CM admin CLI or check the installed packages via 'pkg -l | grep -i cucm' on the underlying Linux OS. Alternatively, access the Cisco Unified Communications Manager Administration web interface and navigate to Help > About to view the version.Affected if The installed version falls within these ranges: <= 11.5(1.10000.6); >= 12.5, <= 12.5(1.10000.22); >= 14.0, <= 14.0(1.10000.20) for Unified CM, or <= 12.5(1); >= 14.0, < 14su2 for IM&P.
-
Verify the AXL API service is enabledLog in to Cisco Unified Communications Manager Administration and navigate to Cisco Unified Serviceability > Tools > Service Activation, or check via the command line using 'run sql select name, state from service' where name contains 'AXL'.Affected if The AXL API service (Cisco AXL Web Service) is activated and running.
-
Confirm API access is exposed externally or to untrusted networksReview the network bindings and access controls on the Cisco Unified CM server. Check the 'Enterprise Parameters' > 'Security' settings for API endpoint accessibility, or review the Tomcat or HTTP service bindings via 'run netstat -an | grep 8443' (AXL typically uses port 8443).Affected if The AXL API port (8443/tcp or similar) is bound to an IP address accessible from network segments outside the trusted management network.
-
Check for existing API user accounts with elevated privilegesLog in to Cisco Unified CM Administration and navigate to User Management > API User, or run the query 'run sql select userid, digestcredentials, pincredentials from applicationuser' to list API-capable users.Affected if There exists at least one active AXL API user account with valid credentials, regardless of privilege level, since the vulnerability exploits insufficient privilege enforcement in the database user context.
A system is affected if it runs a vulnerable version of Cisco Unified CM or IM&P, has the AXL API service enabled, and maintains at least one authenticated API user account, allowing an attacker with those credentials to read arbitrary files via crafted API commands.
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 · scoped14su2
Apply the relevant Cisco security patch for this vulnerability. Ensure strong credential management and consider network segmentation to limit exposure to authenticated API interfaces.
Unified CM: 11.5(1)SU9+ / 12.5(1)SU7+ / 14.0(1)SU3+ | IM&P: 12.5(1)SU2+ / 14.0(1)SU2+
- 1. Identify the currently installed Unified Communications Manager (Unified CM) or IM & Presence Service version using the CLI command 'show version active'
- 2. For Unified CM 11.5 installations: upgrade to version 11.5(1)SU9 or later (minimum 11.5(1.10000.9))
- 3. For Unified CM 12.5 installations: upgrade to version 12.5(1)SU7 or later (minimum 12.5(1.10000.23))
- 4. For Unified CM 14.0 installations: upgrade to version 14.0(1)SU3 or later (minimum 14.0(1.10000.21))
- 5. For IM & Presence Service 12.5: upgrade to version 12.5(1)SU2 or later
- 6. For IM & Presence Service 14.0: upgrade to version 14.0(1)SU2 (14su2) or later
- 7. After upgrade, verify the fix by confirming the database user privileges are properly restricted - contact Cisco TAC if verification guidance is needed
- 8. Review admin and user credentials as a precautionary measure, since valid credentials were required for exploitation
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-2022-20791 — 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-2022-20791 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