CVE-2019-2201
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 · uneditedIn generate_jsimd_ycc_rgb_convert_neon of jsimd_arm64_neon.S, there is a possible out of bounds write due to a missing bounds check. This could lead to remote code execution in an unprivileged process with no additional execution privileges needed. User interaction is needed for exploitation.Product: AndroidVersions: Android-8.0 Android-8.1 Android-9 Android-10Android ID: A-120551338
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 vulnerability exists in libjpeg-turbo's ARM64 NEON SIMD optimization code (jsimd_arm64_neon.S), specifically in the generate_jsimd_ycc_rgb_convert_neon function used for YCbCr to RGB color space conversion during JPEG image processing. A missing bounds check allows an out-of-bounds write, potentially enabling remote code execution in an unprivileged process that processes a specially crafted JPEG image.
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= 16.04= 18.04= 19.04= 8.0= 8.1= 9.0= 10.0CVSS 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
- Low
- Privileges
- None
- User interaction
- Required
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/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.
-
Confirm libjpeg-turbo is installedCheck for the presence of libjpeg-turbo libraries: dpkg -l | grep libjpeg-turbo on Ubuntu, or look for libjpeg-turbo.so or libturbojpeg.so in /usr/lib/ on AndroidAffected if libjpeg-turbo is present on the system
-
Identify the installed versionRun 'dpkg -s libjpeg-turbo' on Ubuntu or check the library file version with 'strings /usr/lib/aarch64-linux-gnu/libjpeg-turbo.so.62 | grep "^\d"' (adjust path as needed)Affected if The installed version matches Ubuntu 16.04 (1.5.x), 18.04 (1.7.x), or 19.04 (2.0.x) packages that contain the vulnerable NEON code
-
Verify ARM64 architectureCheck the system architecture with 'uname -m' or 'dpkg --print-architecture'. The vulnerability is in ARM64 NEON SIMD code.Affected if The system runs on aarch64 (ARM64) architecture
-
Confirm NEON SIMD is enabledCheck if the jsimd_arm64_neon.S code path is being used. This is typically enabled by default when compiling libjpeg-turbo with NEON support. Verify by checking if the binary links to libjpeg-turbo with NEON optimization capability.Affected if NEON SIMD optimizations are enabled in the libjpeg-turbo build (default for ARM64 builds)
-
Check for JPEG processing exposureIdentify applications or services that process untrusted JPEG images using libjpeg-turbo. Look for image processing services, web servers, or apps that handle user-uploaded content.Affected if Applications that process JPEG images using libjpeg-turbo are running on the ARM64 system
A system is affected if it runs libjpeg-turbo on ARM64 architecture with NEON SIMD enabled and processes JPEG images, particularly on Ubuntu 16.04, 18.04, 19.04 or Android 8.0-10.0 versions containing the vulnerable NEON code path.
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 the Android security patch for the relevant月度安全公告 (monthly security bulletin) containing the fix for A-120551338, which updates the libjpeg-turbo component with proper bounds checking in the NEON code path.
- Consultation2.0 h
- Implementation4.0 h
- Testing6.0 h
- Review / QA3.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,096.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2019-2201 — 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-2019-2201 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