CVE-2025-27607

Source
https://nvd.nist.gov/vuln/detail/CVE-2025-27607
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2025-27607.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2025-27607
Aliases
  • GHSA-wmxh-pxcx-9w24
Downstream
Published
2025-03-07T16:18:13Z
Modified
2025-10-15T23:12:42.930812Z
Severity
  • 8.8 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H CVSS Calculator
Summary
Python JSON Logger has a Potential RCE via missing `msgspec-python313-pre` dependency
Details

Python JSON Logger is a JSON Formatter for Python Logging. Between 30 December 2024 and 4 March 2025 Python JSON Logger was vulnerable to RCE through a missing dependency. This occurred because msgspec-python313-pre was deleted by the owner leaving the name open to being claimed by a third party. If the package was claimed, it would allow them RCE on any Python JSON Logger user who installed the development dependencies on Python 3.13 (e.g. pip install python-json-logger[dev]). This issue has been resolved with 3.3.0.

References

Affected packages

Git /

Affected ranges

Database specific

unresolved_versions

[
    {
        "events": [
            {
                "introduced": "3.2.0"
            },
            {
                "fixed": "3.3.0"
            }
        ],
        "type": ""
    }
]