CVE-2020-11277
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 · uneditedPossible race condition during async fastrpc session after sending RPC message due to the fastrpc ctx gets free during async session in Snapdragon Compute, Snapdragon Industrial IOT, Snapdragon Mobile
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 race condition exists in the Qualcomm fastrpc (Fast RPC) driver where the fastrpc context (ctx) can be freed during an async RPC session after the RPC message is sent. This creates a use-after-free scenario that could be exploited for privilege escalation or denial of service on affected Snapdragon Compute, Industrial IOT, and Mobile devices.
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 versionsall versionsall versionsall versionsall versionsall versionsall versionsall 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
- Local
- Complexity
- High
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:L/AC:H/PR:N/UI:N/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 PMIC hardware on the deviceQuery the system for Power Management IC identifiers using commands like 'cat /sys/class/power_supply/*/name', 'dmesg | grep -i pm3003', 'dmesg | grep -i pm4250', 'dmesg | grep -i pm6125', 'dmesg | grep -i pm6150', 'dmesg | grep -i pm6350', or 'dmesg | grep -i pm7150' to locate Qualcomm PMICsAffected if Any of the following PMICs are present: Pm3003a, Pm4250, Pm6125, Pm6150a, Pm6150l, Pm6350, Pm7150a, or Pm7150l
-
Verify the PMIC firmware versionRead the firmware version from the PMIC via sysfs (e.g., 'cat /sys/class/power_supply/*/firmware_version') or via debugfs 'cat /d/fastrpc/*' if available, comparing against vendor release notesAffected if The firmware version cannot be determined or is earlier than the March 2021 patch level (all versions of the listed PMICs are affected)
-
Confirm fastrpc driver is loadedCheck if the fastrpc kernel module is present and active using 'lsmod | grep fastrpc' or 'cat /proc/modules | grep fastrpc', or check for fastrpc device nodes 'ls -la /dev/fastrpc*'Affected if The fastrpc driver is loaded and the device node exists
-
Check for async RPC session activityMonitor or inspect active RPC sessions via 'cat /d/fastrpc/*/sessions' or use tracing tools like 'strace' or 'ftrace' on fastrpc-related system calls if the driver supports debuggingAffected if Async RPC sessions are actively being processed by the fastrpc driver
-
Verify system patch levelCheck the Android security patch level via 'getprop ro.build.version.security_patch' or Linux kernel build date via 'uname -a', looking for dates on or after March 2021Affected if The security patch level is earlier than March 2021 or cannot be verified
The device is affected if it contains any of the listed Qualcomm PMICs (Pm3003a, Pm4250, Pm6125, Pm6150a, Pm6150l, Pm6350, Pm7150a, Pm7150l) and is running firmware with a patch level earlier than March 2021, with the fastrpc driver loaded and actively handling async RPC sessions.
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 dataApply vendor firmware updates (patch level March 2021 or later) from device manufacturers that include the Qualcomm fix for proper synchronization of fastrpc context lifecycle during async sessions. Until then, limit device exposure to trusted applications and monitor for unusual behavior.
- Consultation12.0 h
- Implementation32.0 h
- Testing24.0 h
- Review / QA16.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $23,424.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2020-11277 — 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-2020-11277 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