CVE-2014-9410
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 vfe31_proc_general function in drivers/media/video/msm/vfe/msm_vfe31.c in the MSM-VFE31 driver for the Linux kernel 3.x, as used in Qualcomm Innovation Center (QuIC) Android contributions for MSM devices and other products, does not validate a certain id value, which allows attackers to gain privileges or cause a denial of service (memory corruption) via an application that makes a crafted ioctl call.
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 confidenceMissing validation vulnerability in the Linux kernel's MSM-VFE31 camera/video driver (msm_vfe31.c). The vfe31_proc_general function does not validate an id value from userspace ioctl calls, allowing attackers to trigger memory corruption or escalate privileges via crafted ioctl calls.
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>= 3.0, <= 3.19.8CVSS 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
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/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.
-
Check your kernel versionRun `uname -r` or `cat /proc/version` to obtain the running kernel versionAffected if The kernel version is between 3.0 and 3.19.8 inclusive (e.g., 3.4.0, 3.10.25, 3.18.5)
-
Verify the MSM-VFE31 driver is presentCheck for the existence of the msm_vfe31 driver by searching kernel modules with `lsmod | grep -i vfe` or checking for related video driver files in /sys/module/ or /drivers/media/Affected if The msm_vfe31, vfe31, or related MSM camera driver module is loaded or compiled into the kernel
-
Identify video device nodesList video device nodes with `ls -la /dev/video*` or check /dev/ for video0, video1, etc.Affected if Video device nodes exist under /dev/video* and are accessible
-
Confirm hardware platform is Qualcomm MSMCheck hardware info via `cat /proc/cpuinfo` for ARM processor info, or check `lspci`/`lsusb` output, or check /sys/bus/ for platform devices. The msm_vfe31 driver is specific to Qualcomm MSM chipsets.Affected if The system uses a Qualcomm Snapdragon or MSM chipset (common in older Android phones, some embedded devices)
-
Test for accessible ioctl interfaceAttempt to list available ioctl commands on video devices if you have access: use `v4l2-ctl --list-devices` or check device permissions with `ls -la /dev/video*`Affected if The /dev/video* nodes are readable/writable by the user or group, allowing direct ioctl calls
You are affected if your kernel version is 3.0-3.19.8, the msm_vfe31 camera driver is present, and you are running on Qualcomm MSM hardware with accessible video device nodes.
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 · scopedApply vendor kernel patch that adds proper validation of the id parameter in vfe31_proc_general function; restrict access to /dev/video* nodes and monitor for suspicious ioctl activity until patched.
Linux Kernel 4.0 or later (or the relevant vendor kernel release that includes this fix)
- Upgrade the Linux kernel to version 4.0 or later. This vulnerability was in the MSM-VFE31 driver (drivers/media/video/msm/vfe/msm_vfe31.c) which has been fixed in mainline kernel 4.0 and later releases.
- If kernel 4.x is not immediately feasible, apply the vendor-specific patch from Qualcomm's CodeAurora repository for the msm_vfe31.c driver.
- After patching or upgrading, verify the fix by ensuring the vfe31_proc_general function now properly validates the id parameter before use.
- Reboot the system into the new/patched kernel and test video capture functionality on affected MSM devices.
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation6.0 h
- Implementation12.0 h
- Testing10.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 $8,928.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2014-9410 — 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-9410 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