ghsa-65fx-pmw6-rcfm
Vulnerability from github
Published
2023-08-23 09:30
Modified
2023-11-01 15:33
Details

An issue was discovered in Python 3.11 through 3.11.4. If a path containing '\0' bytes is passed to os.path.normpath(), the path will be truncated unexpectedly at the first '\0' byte. There are plausible cases in which an application would have rejected a filename for security reasons in Python 3.10.x or earlier, but that filename is no longer rejected in Python 3.11.x.

Show details on source website


{
   affected: [],
   aliases: [
      "CVE-2023-41105",
   ],
   database_specific: {
      cwe_ids: [
         "CWE-426",
      ],
      github_reviewed: false,
      github_reviewed_at: null,
      nvd_published_at: "2023-08-23T07:15:08Z",
      severity: "HIGH",
   },
   details: "An issue was discovered in Python 3.11 through 3.11.4. If a path containing '\\0' bytes is passed to os.path.normpath(), the path will be truncated unexpectedly at the first '\\0' byte. There are plausible cases in which an application would have rejected a filename for security reasons in Python 3.10.x or earlier, but that filename is no longer rejected in Python 3.11.x.",
   id: "GHSA-65fx-pmw6-rcfm",
   modified: "2023-11-01T15:33:29Z",
   published: "2023-08-23T09:30:12Z",
   references: [
      {
         type: "ADVISORY",
         url: "https://nvd.nist.gov/vuln/detail/CVE-2023-41105",
      },
      {
         type: "WEB",
         url: "https://github.com/python/cpython/issues/106242",
      },
      {
         type: "WEB",
         url: "https://github.com/python/cpython/pull/107981",
      },
      {
         type: "WEB",
         url: "https://github.com/python/cpython/pull/107982",
      },
      {
         type: "WEB",
         url: "https://github.com/python/cpython/pull/107983",
      },
      {
         type: "WEB",
         url: "https://mail.python.org/archives/list/security-announce@python.org/thread/D6CDW3ZZC5D444YGL3VQUY6D4ECMCQLD",
      },
      {
         type: "WEB",
         url: "https://security.netapp.com/advisory/ntap-20231006-0015",
      },
   ],
   schema_version: "1.4.0",
   severity: [
      {
         score: "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
         type: "CVSS_V3",
      },
   ],
}


Log in or create an account to share your comment.

Security Advisory comment format.

This schema specifies the format of a comment related to a security advisory.

UUIDv4 of the comment
UUIDv4 of the Vulnerability-Lookup instance
When the comment was created originally
When the comment was last updated
Title of the comment
Description of the comment
The identifier of the vulnerability (CVE ID, GHSA-ID, PYSEC ID, etc.).



Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.