Android SdkApplication · Openhandsetalliance

CVE-2009-0607

HIGH · 7.2 CVSS v2.0 Published 2009-02-17
Mitigation only
No fix yet — a mitigation exists. There is no fixed release. A documented workaround reduces exposure in the meantime.
See remediation →
77/100
Remediation priority · High
No privileges Zero-click

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 · unedited
Multiple integer overflows in malloc_leak.c in Bionic in Open Handset Alliance Android 1.0 have unknown impact and attack vectors, related to the (1) chk_calloc and (2) leak_calloc functions.

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 confidence

Integer overflow vulnerabilities exist in the chk_calloc and leak_calloc functions within Bionic's malloc_leak.c in Android 1.0. These overflows could potentially cause incorrect memory allocation sizes or enable heap corruption, though the specific exploitation mechanics and impact are not detailed in available sources.

MitigationImplement proper integer overflow checks in calloc implementations before performing arithmetic on allocation parameters; validate that size*nmemb calculations cannot exceed allocated memory bounds or wrap around.

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
Android SdkApplication
Affected:= 1.0

CVSS 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
Authentication
None
Confidentiality
Complete
Integrity
Complete
Availability
Complete

AV:L/AC:L/Au:N/C:C/I:C/A:C

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 checks

Work through these to decide whether this CVE applies to you.

  1. Identify Android SDK version
    Check the installed Android SDK version by running 'android list targets' or inspecting the SDK manifest/settings. Look for the SDK platform version number.
    Affected if The SDK version is exactly 1.0 (the only affected version)
  2. Locate Bionic libc library
    Search for the Bionic libc shared library in the Android system image or build artifacts. Common paths include /system/lib/libc.so or within the SDK's system image files.
    Affected if Bionic libc from Android 1.0 is present in the environment
  3. Inspect malloc_leak.c source file
    If source code is available, locate malloc_leak.c in the Bionic source tree and examine the chk_calloc and leak_calloc functions for missing integer overflow checks before size*nmemb calculations.
    Affected if The malloc_leak.c file contains vulnerable chk_calloc or leak_calloc functions without proper overflow validation
  4. Verify calloc usage
    Review application code or system services that use the calloc function from Bionic. Check if allocations could involve large nmemb or size values that might trigger overflow.
    Affected if calloc from the vulnerable Bionic library is actively used with potentially large allocation parameters

A system is affected only if it runs the exact Android 1.0 SDK with the vulnerable Bionic malloc_leak.c implementation containing the unpatched chk_calloc and leak_calloc functions.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

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 data
Mitigation available No clean upgrade yet — mitigate in the meantime
Mitigation

Implement proper integer overflow checks in calloc implementations before performing arithmetic on allocation parameters; validate that size*nmemb calculations cannot exceed allocated memory bounds or wrap around.

Fix this in Android Sdk Scoped from the published advisory
  • Consultation2.0 h
  • Implementation4.0 h
  • Testing3.0 h
  • Review / QA2.0 h
11.0 hours of engineering $1,930
Get help mitigating

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,088.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2009-0607 — 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 sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2009-0607 in production — separate from our analysis above.

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.

What this is

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.

What belongs here
  • 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