Cyber Resilience

CVE-2010-3904

Canonical Ubuntu Linux 10.04 … 9.10

CISA KEVActive ExploitationEUVD ExploitedPublic PoC
Published
06 December 2010
Modified
21 April 2026
KEV Added
12 May 2023
Patch / advisory
CVSS Score v3.1 7.8
Click a component to see what it means
Raw vectorCVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.12 96th percentile
Risk Priority 83 floored blend · peak EPSS

Summary

CVE-2010-3904 is a high-severity Improper Validation of Specified Quantity in Input (CWE-1284) vulnerability in Canonical Ubuntu Linux. Its CVSS base score is 7.8 (High).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked in the top 4% of CVEs by exploit likelihood; CISA has added it to the Known Exploited Vulnerabilities catalog; a public proof-of-concept is referenced.

EU & UK References

Vulnerability Data

The rds_page_copy_user function in net/rds/page.c in the Reliable Datagram Sockets (RDS) protocol implementation in the Linux kernel before 2.6.36 does not properly validate addresses obtained from user space, which allows local users to gain privileges via crafted use of the…

more

sendmsg and recvmsg system calls.

CWE(s)
KEV Date Added
12 May 2023

Related Threats

MITRE ATT&CK Enterprise Techniques

T1068 Exploitation for Privilege Escalation Privilege Escalation
Adversaries may exploit software vulnerabilities in an attempt to elevate privileges.
T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
T1210 Exploitation of Remote Services Lateral Movement
Adversaries may exploit remote services to gain unauthorized access to internal systems once inside of a network.
T1212 Exploitation for Credential Access Credential Access
Adversaries may exploit software vulnerabilities in an attempt to collect credentials.
T1499 Endpoint Denial of Service Impact
Adversaries may perform Endpoint Denial of Service (DoS) attacks to degrade or block the availability of services to users.
Derived from this CVE’s CWE(s) via the direct CWE→ATT&CK cross-walk.

CVEs Like This One

CVE-2020-3992Same product: Vmware Esxiboth on KEV
CVE-2025-22226Same product: Vmware Esxiboth on KEV
CVE-2019-5544Same product: Vmware Esxiboth on KEV
CVE-2025-22225Same product: Vmware Esxiboth on KEV
CVE-2024-37079Same product class: hypervisor / virtualizationboth on KEV
CVE-2024-38812Same product class: hypervisor / virtualizationboth on KEV
CVE-2023-34048Same product class: hypervisor / virtualizationboth on KEV
CVE-2021-21985Same product class: hypervisor / virtualizationboth on KEV
CVE-2023-29552Same product: Suse Linux Enterprise Serverboth on KEV
CVE-2024-0091Same product: Canonical Ubuntu Linux

Affected Assets

linux
linux kernel
≤ 2.6.36
opensuse
opensuse
11.2, 11.3
suse
linux enterprise desktop
11
suse
linux enterprise real time extension
11
suse
linux enterprise server
11
canonical
ubuntu linux
10.04, 10.10, 6.06, 8.04, 9.04
redhat
enterprise linux
5.0, 6.0
vmware
esxi
3.5, 4.0, 4.1, 5.0

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V6.7.2
  • V1.4.2
  • V2.1.1
  • V2.2.1

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

PR.PS-06 mostly match
prevents

Secure SDLC practices directly require proper quantity/length validation in input handling.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing in development can detect missing quantity validation but does not itself implement the control.

prevents

Secure development lifecycle mandates input validation for quantity fields, directly preventing CWE-1284.

prevents

Application security requirements explicitly call for validation of size/length inputs, mitigating CWE-1284.

prevents

Secure architecture principles encourage robust input handling but do not specifically address quantity validation.

prevents

Secure coding standards require explicit checks on numeric quantity inputs, fully addressing CWE-1284.

References