Skip to main content

Over 150 LLM Providers · Over 5,300 Models The most extensible AI-powered pentesting platform. Open source. Star on GitHub

CVE-2023-45805

7.8 · HIGH
Published Oct 20, 2023 frostming CWE-20 EPSS 0.51% (42th pctl)

Overview

CVE-2023-45805 is a high-severity vulnerability affecting frostming pdm. It was published on October 20, 2023 and has a CVSS 3.1 base score of 7.8 (HIGH).

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

Technical Description

pdm is a Python package and dependency manager supporting the latest PEP standards. It's possible to craft a malicious `pdm.lock` file that could allow e.g. an insider or a malicious open source project to appear to depend on a trusted PyPI project, but actually install another project. A project `foo` can be targeted by creating the project `foo-2` and uploading the file `foo-2-2.tar.gz` to pypi.org. PyPI will see this as project `foo-2` version `2`, while PDM will see this as project `foo` version `2-2`. The version must only be `parseable as a version` and the filename must be a prefix of the project name, but it's not verified to match the version being installed. Version `2-2` is also not a valid normalized version per PEP 440. Matching the project name exactly (not just prefix) would fix the issue. When installing dependencies with PDM, what's actually installed could differ from what's listed in `pyproject.toml` (including arbitrary code execution on install). It could also be u

Remediation

Check the references section for vendor advisories and patches from frostming. Update pdm to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

Affected Products

Vendor Product Versions Status
frostming pdm >= 2.0.0, < 2.10.0 Affected
frostming unearth >= 0, < 0.11.2 Affected

Frequently Asked Questions

What is CVE-2023-45805?

CVE-2023-45805 is a high-severity vulnerability affecting frostming pdm. It was published on October 20, 2023 and has a CVSS 3.1 base score of 7.8 (HIGH).

How severe is CVE-2023-45805?

This vulnerability has a CVSS 3.1 base score of 7.8, rated HIGH. It requires local or adjacent network access to exploit. No authentication or special privileges are required for exploitation.

How do I fix or remediate CVE-2023-45805?

Check the references section for vendor advisories and patches from frostming. Update pdm to the latest patched version. If immediate patching is not possible, review the CVSS vector to understand the attack surface and apply compensating controls such as network segmentation or access restrictions.

How can CyberStrike help with CVE-2023-45805?

CyberStrike's AI-powered security agents can automatically detect CVE-2023-45805 across your infrastructure using autonomous pentesting, DAST scanning, and HackBrowser. The platform continuously monitors for known vulnerabilities and provides actionable remediation guidance prioritized by real-world exploitability.