← Vulnerability feed

Vulnerability record · CVE-2013-6282 · published 20 November 2013

CVE-2013-6282: Linux kernel ARM get_user/put_user missing address validation

Linux · Linux Kernel

The get_user and put_user API functions in the Linux kernel before 3.5.5 on v6k and v7 ARM platforms fail to validate certain addresses, allowing crafted applications to read or modify arbitrary kernel memory. This is a memory-corruption class flaw that undermines kernel isolation on affected ARM devices.

8.8 CVSS 3.1 High CISA KEV since 15 Sep 2022 EPSS 40% · top 1.4% CWE-20 · Improper input validation
8.8CVSS 3.1 base score, v2 7.2
40%EPSS exploitation probability, 30 days
YesIn CISA KEV, fix deadline passed
1Affected product versions listed by NVD
17References, 4 tagged exploit
17 Jun 2026Last modified by NVD

Description

The (1) get_user and (2) put_user API functions in the Linux kernel before 3.5.5 on the v6k and v7 ARM platforms do not validate certain addresses, which allows attackers to read or modify the contents of arbitrary kernel memory locations via a crafted application, as exploited in the wild against Android devices in October and November 2013.

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Automated analysis

Generated by VULONE's analysis model from the NVD record, CISA KEV and EPSS data on 17 September 2026. Confidence: high.

high priorityIt is in CISA KEV with confirmed in-the-wild exploitation and public exploit code, though it affects older ARM kernels and requires local low-privileged access.

What it is

The get_user and put_user API functions in the Linux kernel before 3.5.5 on v6k and v7 ARM platforms fail to validate certain addresses, allowing crafted applications to read or modify arbitrary kernel memory. This is a memory-corruption class flaw that undermines kernel isolation on affected ARM devices.

Impact

An attacker gains read and write access to arbitrary kernel memory, which can lead to privilege escalation and full compromise of the device. The CVSS 3.1 vector rates confidentiality, integrity and availability impact all High.

Attack surface

Reached locally by a crafted application running on the device; the CVSS vector AV:N/PR:L/UI:N indicates a network-reachable path requiring low privileges and no user interaction, though the description frames the trigger as a crafted application. No authentication beyond low privilege is needed.

Exploitation

CISA KEV lists it as exploited in the wild, with exploitation against Android devices observed in October and November 2013, and EPSS shows a 30-day probability of 0.397 (98.5th percentile). Public exploit code exists via Exploit-DB and the upstream commit reference.

What to do

  • Apply the upstream kernel patch (commit 8404663f81d212918ff85f493649a7991209fa04) or upgrade to Linux kernel 3.5.5 or later.
  • Apply vendor updates for affected ARM distributions and Android builds per vendor instructions, as required by CISA KEV.
  • Restrict installation and execution of untrusted applications on affected ARM devices.
  • Where patching is not possible, isolate or retire affected ARM devices from sensitive networks.

Detection

  • Monitor for unexpected kernel memory access patterns or crashes on ARM v6k/v7 devices.
  • Audit application installs and execution on affected devices for untrusted or sideloaded apps.
  • Track patch status of ARM kernels against the 3.5.5 baseline and vendor advisories.

This assessment is produced automatically and is not human-reviewed. Verify against the vendor advisory before acting on it.

Exploitation in the wild

CISA added CVE-2013-6282 to the Known Exploited Vulnerabilities catalog on 15 September 2022 as "Linux Kernel Improper Input Validation Vulnerability". Required action: Apply updates per vendor instructions. Federal deadline 6 October 2022.

Affected products

1 vulnerable configurations from NVD's CPE data, grouped by vendor and product.

References

LinkTags
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git%3Ba=commit%3Bh=8404663f81d212918ff85f493649a7991209fa04 Patch
http://www.codeaurora.org/projects/security-advisories/missing-access-checks-putusergetuser-kernel-api-cve-2013-6282 Patch
http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.5.5 Mailing ListVendor Advisory
http://www.openwall.com/lists/oss-security/2013/11/14/11 Mailing List
http://www.securityfocus.com/bid/63734 Third Party AdvisoryVDB Entry
http://www.ubuntu.com/usn/USN-2067-1 Third Party AdvisoryVDB Entry
https://github.com/torvalds/linux/commit/8404663f81d212918ff85f493649a7991209fa04 ExploitPatch
https://www.exploit-db.com/exploits/40975/ ExploitThird Party AdvisoryVDB Entry
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git%3Ba=commit%3Bh=8404663f81d212918ff85f493649a7991209fa04 Patch
http://www.codeaurora.org/projects/security-advisories/missing-access-checks-putusergetuser-kernel-api-cve-2013-6282 Patch
http://www.kernel.org/pub/linux/kernel/v3.x/ChangeLog-3.5.5 Mailing ListVendor Advisory
http://www.openwall.com/lists/oss-security/2013/11/14/11 Mailing List
http://www.securityfocus.com/bid/63734 Third Party AdvisoryVDB Entry
http://www.ubuntu.com/usn/USN-2067-1 Third Party AdvisoryVDB Entry
https://github.com/torvalds/linux/commit/8404663f81d212918ff85f493649a7991209fa04 ExploitPatch
https://www.exploit-db.com/exploits/40975/ ExploitThird Party AdvisoryVDB Entry
https://www.cisa.gov/known-exploited-vulnerabilities-catalog?field_cve=CVE-2013-6282 US Government Resource

Track CVE-2013-6282 inside VULONE

Watch it alongside the ransomware crews, C2 infrastructure and forum chatter that reference it, query it through the API and pull it into your SIEM over TAXII.

Start free Open in platform

Related vulnerabilities

Same products first, then exploited flaws of the same weakness class.

9.8CVE-2025-39682Linux kernel TLS zero-length record handling flaw on rx_listThe Linux kernel TLS receive path mishandles zero-length records that arrive from the rx_list, breaking the assumption that a record type change cann…KEVEPSS 2.9%analysed8.8CVE-2026-53266Linux kernel ebtables SNAT out-of-bounds write in ARP rewriteThe ebtables SNAT target rewrites the ARP sender hardware address via skb_store_bits() without first making that range writable. When the ARP SHA byt…KEVEPSS 0.65%analysed8.8CVE-2023-3079Google Chrome V8 type confusion enables heap corruptionCVE-2023-3079 is a type confusion flaw in the V8 JavaScript engine in Google Chrome before 114.0.5735.110. A crafted HTML page can trigger the confus…KEVEPSS 32%analysed8.4CVE-2022-0185Linux Kernel Filesystem Context Heap Buffer OverflowThe legacy_parse_param function in the Linux kernel's Filesystem Context functionality fails to properly verify supplied parameter lengths, causing a…KEVEPSS 25%analysed8.4CVE-2013-2094Linux Kernel perf_swevent_init Integer Type Flaw Enables Local Privilege EscalationThe perf_swevent_init function in kernel/events/core.c in the Linux kernel before 3.8.9 uses an incorrect integer data type, allowing a local user to…KEVEPSS 48%analysed7.8CVE-2026-53362Linux kernel IPv6 UDP paged allocation out-of-bounds write__ip6_append_data() in the Linux kernel mis-accounts fraggap on the paged-allocation path, leaving the linear skb area undersized while pagedlen is o…KEVEPSS 0.71%analysed7.8CVE-2026-31431Linux kernel algif_aead in-place crypto operation flawThe Linux kernel's algif_aead AF_ALG AEAD interface operated in-place on buffers that come from different mappings, a flaw the fix resolves by revert…KEVEPSS 3.4%analysed7.8CVE-2025-38352Linux kernel POSIX CPU timer TOCTOU race enables local privilege escalationA time-of-check to time-of-use race exists in the Linux kernel between handle_posix_cpu_timers() and posix_cpu_timer_del(). When an exiting non-autor…KEVEPSS 1.3%analysed

Source: NIST National Vulnerability Database (record CVE-2013-6282), CISA KEV, FIRST EPSS (scores of 2026-09-26). This page is refreshed as NVD updates the record.