Lucene search
+L

277 matches found

OSV
OSV
added 2025/03/27 5:15 p.m.12 views

UBUNTU-CVE-2023-52988

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/via: Avoid potential array out-of-bound in addsecretdacpath sndhdagetconnections can return a negative error code. It may lead to accessing 'conn' array at a negative index. Found by Linux Verification Center...

7.8CVSS6.2AI score0.00279EPSS
SaveExploits0References10
Positive Technologies
Positive Technologies
added 2025/03/13 12:00 a.m.8 views

PT-2025-47316

Name of the Vulnerable Software and Affected Versions rsync affected versions not specified Description A specially crafted client, acting as the receiver during an rsync file transfer, can cause a read error due to accessing memory outside the intended boundaries. This occurs because of a negati...

7.8CVSS6.5AI score0.00326EPSS
SaveExploits0References93
Tenable Nessus
Tenable Nessus
added 2025/03/04 12:00 a.m.13 views

Linux Distros Unpatched Vulnerability : CVE-2014-4616

The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - Array index error in the scanstring function in the json module in Python 2.7 through 3.5 and simplejson before 2.6.1 allows context-dependent attackers to read...

5.9CVSS6.9AI score0.08125EPSS
SaveExploits1References2
RedhatCVE
RedhatCVE
added 2025/02/05 2:56 p.m.13 views

CVE-2020-15207

In tensorflow-lite before versions 1.15.4, 2.0.3, 2.1.2, 2.2.1 and 2.3.1, to mimic Python's indexing with negative values, TFLite uses ResolveAxis to convert negative values to positive indices. However, the only check that the converted index is now valid is only present in debug builds. If the...

9CVSS7AI score0.01243EPSS
SaveExploits1
SUSE CVE
SUSE CVE
added 2024/09/28 2:52 a.m.7 views

SUSE CVE-2024-46821

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Fix negative array index read Avoid using the negative values for clkidex as an index into an array pptable-DpmDescriptor. V2: fix clkindex return check Tim Huang...

5.5CVSS6.5AI score0.00258EPSS
SaveExploits0References16
OSV
OSV
added 2024/09/27 1:15 p.m.17 views

AZL-49977 CVE-2024-46821 affecting package kernel for versions less than 5.15.180.1-1

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Fix negative array index read Avoid using the negative values for clkidex as an index into an array pptable-DpmDescriptor. V2: fix clkindex return check Tim Huang...

7.8CVSS6.5AI score0.00258EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/18 7:15 a.m.7 views

DEBIAN-CVE-2024-46730

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Ensure array index tginst won't be -1 WHY & HOW tginst will be a negative if timinggeneratorcount equals 0, which should be checked before used. This fixes 2 OVERRUN issues reported by Coverity...

5.5CVSS5.5AI score0.00202EPSS
SaveExploits0References1
OSV
OSV
added 2024/09/18 7:15 a.m.10 views

UBUNTU-CVE-2024-46730

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Ensure array index tginst won't be -1 WHY & HOW tginst will be a negative if timinggeneratorcount equals 0, which should be checked before used. This fixes 2 OVERRUN issues reported by Coverity...

7.8CVSS6.1AI score0.00202EPSS
SaveExploits0References10
OSV
OSV
added 2024/07/30 8:15 a.m.3 views

DEBIAN-CVE-2024-42118

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Do not return negative stream id for array WHY resourcestreamtostreamidx returns an array index and it return -1 when not found; however, -1 is not a valid array index number. HOW When this happens, call ASSERT,...

7.8CVSS5.3AI score0.00235EPSS
SaveExploits0References1
OSV
OSV
added 2024/07/30 8:15 a.m.14 views

UBUNTU-CVE-2024-42118

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Do not return negative stream id for array WHY resourcestreamtostreamidx returns an array index and it return -1 when not found; however, -1 is not a valid array index number. HOW When this happens, call ASSERT,...

7.8CVSS5.7AI score0.00235EPSS
SaveExploits0References15
CNNVD
CNNVD
added 2024/07/30 12:00 a.m.60 views

Linux kernel 安全漏洞

Linux kernel is the kernel used by Linux, the open source operating system of the Linux Foundation in the United States. A security vulnerability exists in Linux kernel that originates in the drm/amd/display module where resourcestreamtostreamidx returns the array index or -1 if not found, howeve...

7.8CVSS6.6AI score0.00235EPSS
SaveExploits0References3
OSV
OSV
added 2024/06/06 7:15 p.m.13 views

CVE-2024-36740

An issue in OneFlow-Inc. Oneflow v0.9.1 allows attackers to cause a Denial of Service DoS when index as a negative number exceeds the range of size...

7.5CVSS5.8AI score0.00515EPSS
SaveExploits0References1
OSV
OSV
added 2024/06/06 6:15 p.m.10 views

CVE-2024-36745

An issue in OneFlow-Inc. Oneflow v0.9.1 allows attackers to cause a Denial of Service DoS via inputting a negative value into the oneflow.indexselect parameter...

7.5CVSS5.8AI score0.00418EPSS
SaveExploits0References1
Positive Technologies
Positive Technologies
added 2024/06/06 12:00 a.m.13 views

PT-2024-27147 · Oneflow · Oneflow

Name of the Vulnerable Software and Affected Versions: Oneflow version 0.9.1 Description: The issue allows attackers to cause a Denial of Service DoS when an index as a negative number exceeds the range of size. Recommendations: For version 0.9.1, consider restricting the input of negative index...

7.5CVSS6.2AI score0.00515EPSS
SaveExploits0References4
SUSE CVE
SUSE CVE
added 2024/05/21 2:00 a.m.9 views

SUSE CVE-2024-35813

In the Linux kernel, the following vulnerability has been resolved: mmc: core: Avoid negative index with array access Commit 4d0c8d0aef63 "mmc: core: Use mrq.sbc in close-ended ffu" assigns previdata = idatasi - 1, but doesn't check that the iterator i is greater than zero. Let's fix this by addi...

5.5CVSS6.4AI score0.00248EPSS
SaveExploits0References16
OSV
OSV
added 2024/05/17 2:15 p.m.5 views

DEBIAN-CVE-2024-35813

In the Linux kernel, the following vulnerability has been resolved: mmc: core: Avoid negative index with array access Commit 4d0c8d0aef63 "mmc: core: Use mrq.sbc in close-ended ffu" assigns previdata = idatasi - 1, but doesn't check that the iterator i is greater than zero. Let's fix this by addi...

5.5CVSS5.7AI score0.00248EPSS
SaveExploits0References1
OSV
OSV
added 2024/05/17 2:15 p.m.14 views

UBUNTU-CVE-2024-35813

In the Linux kernel, the following vulnerability has been resolved: mmc: core: Avoid negative index with array access Commit 4d0c8d0aef63 "mmc: core: Use mrq.sbc in close-ended ffu" assigns previdata = idatasi - 1, but doesn't check that the iterator i is greater than zero. Let's fix this by addi...

7.8CVSS6.2AI score0.00248EPSS
SaveExploits0References29
Cvelist
Cvelist
added 2024/05/17 1:23 p.m.28 views

CVE-2024-35813 mmc: core: Avoid negative index with array access

In the Linux kernel, the following vulnerability has been resolved: mmc: core: Avoid negative index with array access Commit 4d0c8d0aef63 "mmc: core: Use mrq.sbc in close-ended ffu" assigns previdata = idatasi - 1, but doesn't check that the iterator i is greater than zero. Let's fix this by addi...

7.8CVSS7.5AI score0.00248EPSS
SaveExploits0References8
Positive Technologies
Positive Technologies
added 2024/04/30 12:00 a.m.11 views

PT-2024-7191

Name of the Vulnerable Software and Affected Versions Linux kernel versions prior to 6.10.8 Description The issue is related to a negative array index read in the Linux kernel, specifically in the drm/amd/pm module. The problem arises from using negative values for clk idex as an index into an...

7.8CVSS7AI score0.00258EPSS
SaveExploits0
OSV
OSV
added 2024/03/06 11:20 a.m.25 views

BIT-TENSORFLOW-2020-15207 Segfault and data corruption in tensorflow-lite

In tensorflow-lite before versions 1.15.4, 2.0.3, 2.1.2, 2.2.1 and 2.3.1, to mimic Python's indexing with negative values, TFLite uses ResolveAxis to convert negative values to positive indices. However, the only check that the converted index is now valid is only present in debug builds. If the...

9CVSS9AI score0.01243EPSS
SaveExploits1References5
Rows per page
Query Builder