Lucene search
+L

3990 matches found

AlpineLinux
AlpineLinux
added 2024/03/26 9:31 p.m.52 views

CVE-2024-2971

Out-of-bounds array write in Xpdf 4.05 and earlier, triggered by negative object number in indirect reference in the input PDF file...

5.5CVSS7AI score0.00178EPSS
SaveExploits0References1
Debian CVE
Debian CVE
added 2024/03/26 9:31 p.m.41 views

CVE-2024-2971

Removed by vendor...

5.5CVSS5.2AI score0.00178EPSS
SaveExploits0
Positive Technologies
Positive Technologies
added 2024/03/26 12:00 a.m.9 views

PT-2024-22965

Name of the Vulnerable Software and Affected Versions Xpdf versions 4.05 and earlier Description The issue is an out-of-bounds array write in Xpdf, triggered by a negative object number in an indirect reference in the input PDF file. This occurs when the software processes a PDF file containing a...

8.2CVSS6.6AI score0.00391EPSS
SaveExploits2References25
Kitploit
Kitploit
added 2024/03/25 11:30 a.m.94 views

Radamsa - A General-Purpose Fuzzer

Radamsa is a test case generator for robustness testing, a.k.a. a fuzzer. It is typically used to test how well a program can withstand malformed and potentially malicious inputs. It works by reading sample files of valid data and generating interestringly different outputs from them. The main...

9.8CVSS9.6AI score0.8678EPSS
SaveExploits44References1
Positive Technologies
Positive Technologies
added 2024/03/25 12:00 a.m.7 views

PT-2024-11207 · Linux +2 · Linux Kernel +2

Name of the Vulnerable Software and Affected Versions: Linux kernel affected versions not specified Description: A vulnerability has been resolved in the Linux kernel. The issue occurs when ds-ops-get sset count fails, resulting in a negative error code, such as -EOPNOTSUPP. Because i is an...

7.8CVSS6.8AI score0.08555EPSS
SaveExploits5References449
Positive Technologies
Positive Technologies
added 2024/03/23 12:00 a.m.9 views

PT-2024-40673 · Git +1 · Htslib

Name of the Vulnerable Software and Affected Versions: No specific software or versions are mentioned in the provided description. Description: The issue is related to a crash caused by a negative-size-param, as reported by OSS-Fuzz. The crash occurs in the following functions: vcf parse format,...

6.9AI score
SaveExploits0References2
SUSE CVE
SUSE CVE
added 2024/03/22 4:18 a.m.7 views

SUSE CVE-2024-2494

A flaw was found in the RPC library APIs of libvirt. The RPC server deserialization code allocates memory for arrays before the non-negative length check is performed by the C API entry points. Passing a negative length to the gnew0 function results in a crash due to the negative length being...

5.5CVSS5.6AI score0.00367EPSS
SaveExploits0References7
OSV
OSV
added 2024/03/21 2:15 p.m.1 views

DEBIAN-CVE-2024-2494

A flaw was found in the RPC library APIs of libvirt. The RPC server deserialization code allocates memory for arrays before the non-negative length check is performed by the C API entry points. Passing a negative length to the gnew0 function results in a crash due to the negative length being...

6.2CVSS6.4AI score0.00367EPSS
SaveExploits0References1
OSV
OSV
added 2024/03/21 2:15 p.m.11 views

AZL-37110 CVE-2024-2494 affecting package libvirt for versions less than 7.10.0-9

A flaw was found in the RPC library APIs of libvirt. The RPC server deserialization code allocates memory for arrays before the non-negative length check is performed by the C API entry points. Passing a negative length to the gnew0 function results in a crash due to the negative length being...

6.2CVSS6.6AI score0.00367EPSS
SaveExploits0References1
OSV
OSV
added 2024/03/21 2:15 p.m.10 views

AZL-38665 CVE-2024-2494 affecting package libvirt for versions less than 10.0.0-4

A flaw was found in the RPC library APIs of libvirt. The RPC server deserialization code allocates memory for arrays before the non-negative length check is performed by the C API entry points. Passing a negative length to the gnew0 function results in a crash due to the negative length being...

6.2CVSS6.6AI score0.00367EPSS
SaveExploits0References1
OSV
OSV
added 2024/03/20 12:00 p.m.7 views

UBUNTU-CVE-2024-2494

A flaw was found in the RPC library APIs of libvirt. The RPC server deserialization code allocates memory for arrays before the non-negative length check is performed by the C API entry points. Passing a negative length to the gnew0 function results in a crash due to the negative length being...

6.2CVSS6.7AI score0.00367EPSS
SaveExploits0References5
Positive Technologies
Positive Technologies
added 2024/03/15 12:00 a.m.6 views

PT-2024-2425

Name of the Vulnerable Software and Affected Versions libvirt affected versions not specified Description A flaw was found in the RPC library APIs of libvirt. The RPC server deserialization code allocates memory for arrays before the non-negative length check is performed by the C API entry point...

7.2CVSS6.8AI score0.02363EPSS
SaveExploits2References129
SUSE CVE
SUSE CVE
added 2024/03/07 4:25 a.m.16 views

SUSE CVE-2023-52603

In the Linux kernel, the following vulnerability has been resolved: UBSAN: array-index-out-of-bounds in dtSplitRoot Syzkaller reported the following issue: oop0: detected capacity change from 0 to 32768 UBSAN: array-index-out-of-bounds in fs/jfs/jfsdtree.c:1971:9 index -2 is out of range for type...

5.5CVSS6.3AI score0.00289EPSS
SaveExploits0References10
OSV
OSV
added 2024/03/06 11:20 a.m.19 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
OSV
OSV
added 2024/03/06 11:16 a.m.21 views

BIT-TENSORFLOW-2021-37687 Heap OOB in TensorFlow Lite's `Gather*` implementations

TensorFlow is an end-to-end open source platform for machine learning. In affected versions TFLite's GatherNd implementation does not support negative indices but there are no checks for this situation. Hence, an attacker can read arbitrary data from the heap by carefully crafting a model with...

5.5CVSS5.6AI score0.00191EPSS
SaveExploits0References4
OSV
OSV
added 2024/03/06 11:15 a.m.105 views

BIT-TENSORFLOW-2022-21728 Out of bounds read in Tensorflow

Tensorflow is an Open Source Machine Learning Framework. The implementation of shape inference for ReverseSequence does not fully validate the value of batchdim and can result in a heap OOB read. There is a check to make sure the value of batchdim does not go over the rank of the input, but there...

8.1CVSS7.9AI score0.01134EPSS
SaveExploits1References5
OSV
OSV
added 2024/03/06 11:04 a.m.35 views

BIT-PILLOW-2021-25290

An issue was discovered in Pillow before 8.1.1. In TiffDecode.c, there is a negative-offset memcpy with an invalid size...

7.5CVSS7.4AI score0.02372EPSS
SaveExploits0References4
OSV
OSV
added 2024/03/06 7:15 a.m.2 views

DEBIAN-CVE-2023-52603

In the Linux kernel, the following vulnerability has been resolved: UBSAN: array-index-out-of-bounds in dtSplitRoot Syzkaller reported the following issue: oop0: detected capacity change from 0 to 32768 UBSAN: array-index-out-of-bounds in fs/jfs/jfsdtree.c:1971:9 index -2 is out of range for type...

7.8CVSS5.3AI score0.00289EPSS
SaveExploits0References1
SUSE CVE
SUSE CVE
added 2024/03/06 4:52 a.m.8 views

SUSE CVE-2021-47098

In the Linux kernel, the following vulnerability has been resolved: hwmon: lm90 Prevent integer overflow/underflow in hysteresis calculations Commit b50aa49638c7 "hwmon: lm90 Prevent integer underflows of temperature calculations" addressed a number of underflow situations when writing temperatur...

6CVSS6.4AI score0.00221EPSS
SaveExploits0References12
OSV
OSV
added 2024/03/04 6:15 p.m.12 views

UBUNTU-CVE-2021-47098

In the Linux kernel, the following vulnerability has been resolved: hwmon: lm90 Prevent integer overflow/underflow in hysteresis calculations Commit b50aa49638c7 "hwmon: lm90 Prevent integer underflows of temperature calculations" addressed a number of underflow situations when writing temperatur...

7.8CVSS6.3AI score0.00221EPSS
SaveExploits0References5
Rows per page
Query Builder