CVE-2011-4739
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 Control Panel in Parallels Plesk Panel 10.2.0 build 20110407.20 generates a password form field without disabling the autocomplete feature, which makes it easier for remote attackers to bypass authentication by leveraging an unattended workstation, as demonstrated by forms in smb/my-profile and certain other files.
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 Control Panel in Parallels Plesk Panel 10.2.0 generates password form fields without the autocomplete='off' attribute, allowing browsers to cache credentials in the web interface. Attackers with physical access to an unattended workstation can retrieve stored credentials from the browser cache to bypass authentication.
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= 10.2.0_build20110407.20CVSS 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 installed Plesk Panel versionLog into the Plesk Panel administrative interface and navigate to Home > Updates > Check for Updates, or run the command: plesk --version. Alternatively, check the file /usr/local/psa/version if accessible.Affected if The installed version matches 10.2.0_build20110407.20 exactly
-
Locate password form fields in the web interfaceAccess the Plesk Panel login page and the 'My Profile' or 'smb/my-profile' section where password change forms exist. Use browser developer tools (F12) or view the page source to identify all <input type='password'> HTML elements.Affected if Password input fields are present in the Plesk Panel web interface
-
Inspect autocomplete attribute on password fieldsExamine the HTML source of the login page and password change forms. Look for the autocomplete attribute on each <input type='password'> tag. Verify whether autocomplete='off' is present or missing.Affected if The password form fields lack the autocomplete='off' attribute (autocomplete is either present with a different value or absent entirely)
You are affected if running Parallels Plesk Panel version 10.2.0_build20110407.20 AND the password form fields in the web interface do not include autocomplete='off', allowing browsers to cache credentials.
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 · scopedAdd autocomplete='off' attribute to all password form fields in the affected Plesk Panel pages (smb/my-profile and related files), and implement session timeout policies to reduce the window of opportunity for credential theft from unattended sessions.
Upgrade to Plesk Panel 10.4.0 or later (or latest available 10.x/11.x version)
- 1. Back up the current Parallels Plesk Panel configuration and all hosted websites data.
- 2. Obtain the latest version of Parallels Plesk Panel (version 10.4.0 or later recommended, as subsequent releases addressed this and other security issues).
- 3. Before upgrading, review the Plesk upgrade documentation and ensure system requirements are met.
- 4. Perform the upgrade in a staging environment first to verify compatibility with existing configurations and hosted sites.
- 5. Execute the upgrade following Parallels official upgrade procedures.
- 6. After upgrade, verify that password form fields in the Control Panel (particularly in smb/my-profile) now have autocomplete disabled.
- 7. Test authentication flows and confirm the fix is applied.
- 8. Deploy the upgraded version to production after successful staging validation.
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation3.0 h
- Testing2.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,272.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2011-4739 — 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-2011-4739 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