ghsa-47fc-vmwq-366v
Vulnerability from github
Published
2022-11-26 03:30
Modified
2024-11-13 22:52
Severity ?
9.8 (Critical) - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
9.3 (Critical) - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
9.3 (Critical) - CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
VLAI Severity ?
Summary
PyTorch vulnerable to arbitrary code execution
Details
In PyTorch before trunk/89695, torch.jit.annotations.parse_type_line can cause arbitrary code execution because eval is used unsafely. The fix for this issue is available in version 1.13.1. There is a release checker in issue #89855.
{ "affected": [ { "database_specific": { "last_known_affected_version_range": "\u003c= 1.13.0" }, "package": { "ecosystem": "PyPI", "name": "torch" }, "ranges": [ { "events": [ { "introduced": "0" }, { "fixed": "1.13.1" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2022-45907" ], "database_specific": { "cwe_ids": [ "CWE-77" ], "github_reviewed": true, "github_reviewed_at": "2022-12-02T22:28:40Z", "nvd_published_at": "2022-11-26T02:15:00Z", "severity": "CRITICAL" }, "details": "In PyTorch before trunk/89695, torch.jit.annotations.parse_type_line can cause arbitrary code execution because eval is used unsafely. The fix for this issue is available in version 1.13.1. There is a release checker in [issue #89855](https://github.com/pytorch/pytorch/issues/89855).", "id": "GHSA-47fc-vmwq-366v", "modified": "2024-11-13T22:52:22Z", "published": "2022-11-26T03:30:27Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2022-45907" }, { "type": "WEB", "url": "https://github.com/pytorch/pytorch/issues/88868" }, { "type": "WEB", "url": "https://github.com/pytorch/pytorch/issues/89855" }, { "type": "WEB", "url": "https://github.com/pytorch/pytorch/pull/89189" }, { "type": "WEB", "url": "https://github.com/pytorch/pytorch/commit/767f6aa49fe20a2766b9843d01e3b7f7793df6a3" }, { "type": "WEB", "url": "https://github.com/pypa/advisory-database/tree/main/vulns/torch/PYSEC-2022-43015.yaml" }, { "type": "PACKAGE", "url": "https://github.com/pytorch/pytorch" }, { "type": "WEB", "url": "https://github.com/pytorch/pytorch/releases/tag/v1.13.1" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H", "type": "CVSS_V3" }, { "score": "CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N", "type": "CVSS_V4" } ], "summary": "PyTorch vulnerable to arbitrary code execution" }
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.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- 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.
Loading…
Loading…