GHSA-f7c7-j99h-c22f
Vulnerability from github
Published
2022-02-08 00:00
Modified
2022-06-21 20:09
Severity
Summary
Buffer Copy without Checking Size of Input in NumPy
Details

Buffer overflow in the array_from_pyobj function of fortranobject.c in NumPy < 1.19, which allows attackers to conduct a Denial of Service attacks by carefully constructing an array with negative values.

Show details on source website


{
  "affected": [
    {
      "database_specific": {
        "last_known_affected_version_range": "\u003c= 1.18.5"
      },
      "package": {
        "ecosystem": "PyPI",
        "name": "numpy"
      },
      "ranges": [
        {
          "events": [
            {
              "introduced": "0"
            },
            {
              "fixed": "1.19"
            }
          ],
          "type": "ECOSYSTEM"
        }
      ]
    }
  ],
  "aliases": [
    "CVE-2021-41496"
  ],
  "database_specific": {
    "cwe_ids": [
      "CWE-120"
    ],
    "github_reviewed": true,
    "github_reviewed_at": "2022-06-21T20:09:56Z",
    "nvd_published_at": "2021-12-17T20:15:00Z",
    "severity": "MODERATE"
  },
  "details": "Buffer overflow in the array_from_pyobj function of fortranobject.c in NumPy \u003c 1.19, which allows attackers to conduct a Denial of Service attacks by carefully constructing an array with negative values.",
  "id": "GHSA-f7c7-j99h-c22f",
  "modified": "2022-06-21T20:09:56Z",
  "published": "2022-02-08T00:00:56Z",
  "references": [
    {
      "type": "ADVISORY",
      "url": "https://nvd.nist.gov/vuln/detail/CVE-2021-41496"
    },
    {
      "type": "WEB",
      "url": "https://github.com/numpy/numpy/issues/19000"
    },
    {
      "type": "PACKAGE",
      "url": "https://github.com/numpy/numpy"
    },
    {
      "type": "WEB",
      "url": "https://www.oracle.com/security-alerts/cpujul2022.html"
    }
  ],
  "schema_version": "1.4.0",
  "severity": [
    {
      "score": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
      "type": "CVSS_V3"
    }
  ],
  "summary": "Buffer Copy without Checking Size of Input in NumPy"
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading...

Loading...