CVE-2024-50636
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 · uneditedPyMOL 2.5.0 contains a vulnerability in its "Run Script" function, which allows the execution of arbitrary Python code embedded within .PYM files. Attackers can craft a malicious .PYM file containing a Python reverse shell payload and exploit the function to achieve Remote Command Execution (RCE). This vulnerability arises because PyMOL treats .PYM files as Python scripts without properly validating or restricting the commands within the script, enabling attackers to run unauthorized commands in the context of the user running the 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 confidencePyMOL 2.5.0's 'Run Script' function treats .PYM files as executable Python scripts without validation, allowing attackers to embed arbitrary Python code (including reverse shell payloads) that executes with the privileges of the user running PyMOL, resulting in Remote Command Execution.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
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
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
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 installed PyMOL versionRun 'pymol --version' from command line, or open PyMOL and check Help > About PyMOLAffected if Version is 2.5.0 or falls within any other affected version range for this CVE
-
Confirm Run Script function is presentIn PyMOL GUI, locate the 'Run Script' option (typically under File menu or as a toolbar button)Affected if The Run Script function exists and is accessible in the installation
-
Check .PYM file associationVerify that .PYM files are registered to open with PyMOL by checking system file associations or running 'pymol -c "print cmd.get_version()"' and testing .PYM file handlingAffected if PYM files are associated with PyMOL and treated as executable scripts rather than data files
-
Review recent .PYM file activityCheck system logs, recent documents, or PyMOL's recent files list for any .PYM scripts that have been opened or executedAffected if Untrusted or external .PYM files have been loaded into PyMOL
User is affected if running a vulnerable PyMOL version where the Run Script function can execute unvalidated .PYM files as Python code.
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 · scopedUsers should avoid opening untrusted .PYM files and disable or restrict the Run Script function until a patch is available that implements proper input validation or sandboxing for embedded Python code.
Latest stable PyMOL 3.x release (currently 3.0.0 or later)
- 1. Back up any existing PyMOL configurations, plugins, and custom scripts before upgrading
- 2. Uninstall the current PyMOL 2.5.0 installation
- 3. Download the latest stable PyMOL release from the official GitHub repository (github.com/schrodinger/pymol-open-source)
- 4. Install the new version following standard installation procedures for your operating system
- 5. After installation, verify the version number matches the expected stable release
- 6. Test that legitimate .PYM scripts still function correctly
- 7. Review and apply any updated security settings or recommendations from the release notes
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation8.0 h
- Implementation24.0 h
- Testing12.0 h
- Review / QA8.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $14,656.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2024-50636 — 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-2024-50636 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