Lucene search
K

196 matches found

OSV
OSV
added 2025/09/25 3:16 p.m.0 views

PYSEC-2025-199

In PyTorch before 2.7.0, when inductor is used, nn.Fold has an assertion error...

5.3CVSS5.8AI score0.00025EPSS
Exploits0References3
Positive Technologies
Positive Technologies
added 2025/09/25 12:0 a.m.1 views

PT-2025-39380

Name of the Vulnerable Software and Affected Versions PyTorch versions prior to 2.7.0 Description When inductor is used, nn.Fold experiences an assertion error. Recommendations Update to version 2.7.0 or later...

5.3CVSS6.7AI score0.00025EPSS
Exploits0References16
CVE
CVE
added 2025/09/25 12:0 a.m.13 views

CVE-2025-46149

CVE-2025-46149 is linked to PyTorch, affecting versions before 2.7.0. When using inductor, nn.Fold triggers an assertion error, per the IBM security bulletin listing this CVE among multiple PyTorch-related issues. The IBM entry provides the concrete detail that the vulnerability manifests as an a...

5.3CVSS6.6AI score0.00025EPSS
Exploits0References3Affected Software1
Vulnrichment
Vulnrichment
added 2025/09/25 12:0 a.m.1 views

CVE-2025-46149

In PyTorch before 2.7.0, when inductor is used, nn.Fold has an assertion error...

6.6AI score0.00025EPSS
Exploits0References3
CNNVD
CNNVD
added 2025/09/25 12:0 a.m.4 views

PyTorch 安全漏洞

PyTorch is a Python package open-sourced by PyTorch. PyTorch has a security vulnerability that stems from an assertion error in nn.Fold when using inductor, no details of the vulnerability are provided at this time...

5.3CVSS6.9AI score0.00025EPSS
Exploits0References3
Debian CVE
Debian CVE
added 2025/09/25 12:0 a.m.4 views

CVE-2025-46149

In PyTorch before 2.7.0, when inductor is used, nn.Fold has an assertion error...

5.3CVSS5.2AI score0.00025EPSS
Exploits0
Cvelist
Cvelist
added 2025/09/25 12:0 a.m.4 views

CVE-2025-46149

In PyTorch before 2.7.0, when inductor is used, nn.Fold has an assertion error...

0.00025EPSS
Exploits0References3
OSV
OSV
added 2025/09/05 12:42 p.m.1 views

OESA-2025-2148 cmake security update

CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. CMake is quite sophisticated: it is possible to support comple...

4.8CVSS6.8AI score0.00023EPSS
Exploits0References2
Microsoft CVE
Microsoft CVE
added 2025/09/03 10:20 p.m.3 views

GNU Bison obprintf.c __obstack_vprintf_internal assertion

...

7AI score0.00019EPSS
Exploits0
OSV
OSV
added 2025/02/25 3:15 p.m.0 views

CVE-2024-34034

An issue was discovered in FlexRIC 2.0.0. It crashes during a Subscription Request denial-of-service DoS attack, triggered by an assertion error. An attacker must send a high number of E42 Subscription Requests to the Near-RT RIC component...

5.7CVSS5.8AI score
Exploits0References2
Cvelist
Cvelist
added 2025/02/25 12:0 a.m.7 views

CVE-2024-34034

An issue was discovered in FlexRIC 2.0.0. It crashes during a Subscription Request denial-of-service DoS attack, triggered by an assertion error. An attacker must send a high number of E42 Subscription Requests to the Near-RT RIC component...

0.00081EPSS
Exploits0References2
Vulnrichment
Vulnrichment
added 2025/02/25 12:0 a.m.5 views

CVE-2024-34034

An issue was discovered in FlexRIC 2.0.0. It crashes during a Subscription Request denial-of-service DoS attack, triggered by an assertion error. An attacker must send a high number of E42 Subscription Requests to the Near-RT RIC component...

5.5AI score0.00081EPSS
Exploits0References2
Positive Technologies
Positive Technologies
added 2025/02/25 12:0 a.m.3 views

PT-2025-7887

Name of the Vulnerable Software and Affected Versions FlexRIC version 2.0.0 Description An issue was discovered that causes FlexRIC to crash during a denial-of-service DoS attack. This is triggered by an assertion error when an attacker sends a high number of E42 Subscription Requests to the...

5.7CVSS5.4AI score0.00081EPSS
Exploits0References5
CNNVD
CNNVD
added 2025/02/25 12:0 a.m.3 views

FlexRIC 安全漏洞

FlexRIC is a RAN Intelligent Controller open-sourced by Mosaic5G. A security vulnerability exists in FlexRIC version 2.0.0 that stems from the presence of an assertion error that could lead to a denial of service DoS...

5.7CVSS6.5AI score0.00081EPSS
Exploits0References2
RedhatCVE
RedhatCVE
added 2025/02/05 10:12 p.m.7 views

CVE-2022-33251

Transient DOS due to reachable assertion in Modem because of invalid network configuration...

7.5CVSS6.8AI score0.00194EPSS
Exploits0References1
RedhatCVE
RedhatCVE
added 2024/10/28 12:57 p.m.11 views

CVE-2024-50614

A flaw was found in the TinyXML2 package. A reachable assertion error may be triggered via a specially-crafted XML file, which can lead to a denial of service...

6.5CVSS6.6AI score0.00063EPSS
Exploits1References4
NVD
NVD
added 2024/10/21 6:15 p.m.6 views

CVE-2024-49932

In the Linux kernel, the following vulnerability has been resolved: btrfs: don't readahead the relocation inode on RST On relocation we're doing readahead on the relocation inode, but if the filesystem is backed by a RAID stripe tree we can get ENOENT e.g. due to preallocated extents not being...

5.5CVSS0.00009EPSS
Exploits0References2
Debian CVE
Debian CVE
added 2024/07/30 7:46 a.m.17 views

CVE-2024-42117

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: ASSERT when failing to find index by plane/stream id WHY finddispcfgidxbyplaneid and finddispcfgidxbystreamid returns an array index and they return -1 when not found; however, -1 is not a valid index number. HOW...

7.8CVSS5.3AI score0.00018EPSS
Exploits0
OSV
OSV
added 2024/05/05 12:15 a.m.20 views

CVE-2024-34475

Open5GS before 2.7.1 is vulnerable to a reachable assertion that can cause an AMF crash via NAS messages from a UE: gmmstateauthentication in amf/gmm-sm.c for != OGSERROR...

7.5CVSS7AI score
Exploits0References2
Mageia
Mageia
added 2024/01/25 11:21 a.m.64 views

Updated avahi packages fix security vulnerabilities

The updated packages fix security vulnerabilities: A vulnerability was found in Avahi, where a reachable assertion exists in avahidnspacketappendrecord. CVE-2023-38469 A vulnerability was found in Avahi. A reachable assertion exists in the avahiescapelabel function. CVE-2023-38470 A vulnerability...

6.2CVSS6.9AI score0.0001EPSS
Exploits0References1
Rows per page
Query Builder