CVE-2012-2949
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 ZTE sync_agent program for Android 2.3.4 on the Score M device uses a hardcoded ztex1609523 password to control access to commands, which allows remote attackers to gain privileges via a crafted application.
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 ZTE sync_agent application on Android 2.3.4 (Score M device) contains a hardcoded password 'ztex1609523' embedded directly in the code. This password controls access to privileged commands within the application. An attacker who discovers this password (which is static and unchangeable in the application binary) can craft a malicious application or send commands directly to sync_agent to execute with elevated privileges, effectively bypassing all authentication controls.
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 dataall versionsCVSS 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
- Authentication
- None
- Confidentiality
- Complete
- Integrity
- Complete
- Availability
- Complete
AV:N/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 checksWork through these to decide whether this CVE applies to you.
-
Identify the device modelCheck if the device is a ZTE Score M by examining the device model information in system settings or via 'getprop ro.product.model' commandAffected if Device model is ZTE Score M
-
Verify Android versionCheck if Android version 2.3.4 is installed via 'getprop ro.build.version.release' command or in system settingsAffected if Android version is 2.3.4
-
Locate sync_agent applicationSearch for the sync_agent APK or binary on the device filesystem, typically in /system/app/ or /data/app/ directoriesAffected if sync_agent application is present on the device
-
Determine if sync_agent is runningCheck running processes using 'ps' command or examine listening network ports using 'netstat' to see if sync_agent service is active and listeningAffected if sync_agent process is running and bound to network ports
-
Inspect binary for hardcoded credentialExtract and analyze the sync_agent binary or APK for the string 'ztex1609523' using strings command or hex editorAffected if The hardcoded password 'ztex1609523' is found in the application binary
The device is affected if it is a ZTE Score M running Android 2.3.4 with the sync_agent application present and the hardcoded password embedded in its binary.
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 · scopedSince this is a hardcoded credential vulnerability in a legacy embedded device, the primary mitigation is network isolation to limit exposure, as the application itself cannot be patched. If the sync_agent service is not essential, it should be disabled. For long-term security, replacement of the end-of-life device is recommended.
- This vulnerability exists in a pre-installed system application (sync_agent) on the ZTE Score M device.
- The affected device (ZTE Score M with Android 2.3.4) is a legacy budget phone from approximately 2012.
- No vendor firmware updates are available for this deprecated device.
- Replace the affected device with a currently-supported Android device that receives security updates.
- If device replacement is not feasible, consider installing a custom ROM like LineageOS if one is available for this device, though this requires rooting and voids warranty.
- For production environments, remove the device from any sensitive networks or replace it entirely.
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation4.0 h
- Implementation8.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,880.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2012-2949 — 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-2012-2949 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